*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 fgetc(3) -- get next character or word from input stream
    The fgetc() function obtains the next input character (if present) from the stream pointed at by stream, or the next character pushed back on the stream via ungetc(3). The getc() function acts essenti...
 fgetln(3) -- get a line from a stream
    The fgetln() function returns a pointer to the next line from the stream referenced by stream. This line is not a C string as it does not end with a terminating NUL character. The length of the line, ...
 fgetpos(3) -- reposition a stream
    The fseek() function sets the file position indicator for the stream pointed to by stream. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. ...
 fgets(3) -- get a line from a stream
    The fgets() function reads at most one less than the number of characters specified by size from the given stream and stores them in the string str. Reading stops when a newline character is found, at...
 field_arg(3) -- data type validation for fields
    The function set_field_type declares a data type for a given form field. This is the type checked by validation functions. The types are as follows: TYPE_ALNUM Alphanumeric data. Requires a third int ...
 field_back(3) -- color and attribute control for form fields
    The function set_field_fore sets the foreground attribute of field. This is the highlight used to display the field contents. The function field_fore returns the foreground attribute. The default is A...
 field_buffer(3) -- field buffer control
    The function set_field_buffer sets the numbered buffer of the given field to contain a given string. Buffer 0 is the displayed value of the field; other numbered buffers may be allocated by applicatio...
 field_count(3) -- make and break connections between fields and forms
    The function set_form_fields changes the field pointer array of the given form. The array must be terminated by a NULL. The function form_fields returns the field array of the given form. The function...
 field_fore(3) -- color and attribute control for form fields
    The function set_field_fore sets the foreground attribute of field. This is the highlight used to display the field contents. The function field_fore returns the foreground attribute. The default is A...
 field_index(3) -- set and get form page number
    The function set_current field sets the current field of the given form; current_field returns the current field of the given form. The function set_form_page sets the form's page number (goes to pag...
 field_info(3) -- retrieve field characteristics
    The function field_info returns the sizes and other attributes passed in to the field at its creation time. The attributes are: height, width, row of upper-left corner, column of upper-left corner, nu...
 field_init(3) -- set hooks for automatic invocation by applications
    These functions make it possible to set hook functions to be called at various points in the automatic processing of input event codes by form_driver. The function set_field_init sets a hook to be cal...
 field_just(3) -- retrieve field characteristics
    The function set_field_just sets the justification attribute of a field; field_just returns a field's justification attribute. The attribute may be one of NO_JUSTIFICATION, JUSTIFY_RIGHT, JUSTIFY_LEF...
 field_opts(3) -- set and get field options
    The function set_field_opts sets all the given field's option bits (field option bits may be logically OR'ed together). The function field_opts_on turns on the given option bits, and leaves others a...
 field_opts_off(3) -- set and get field options
    The function set_field_opts sets all the given field's option bits (field option bits may be logically OR'ed together). The function field_opts_on turns on the given option bits, and leaves others a...
<<  [Prev]  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99  100  101  102  103  104  105  
106  107  108  109  110  111  112  113  114  115  116  117  118  119  120  121  122  123  124  125  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service