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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 field_opts_on(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_pad(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_status(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_term(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_type(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_userptr(3) -- associate application data with a form field
    Every form field has a field that can be used to hold application-specific data (that is, the form-driver code leaves it alone). These functions get and set that field.
 fileno(3) -- check and reset stream status
    The function clearerr() clears the end-of-file and error indicators for the stream pointed to by stream. The function feof() tests the end-of-file indicator for the stream pointed to by stream, return...
 filter(3) -- miscellaneous curses utility routines
    The unctrl macro expands to a character string which is a printable representation of the character c. Control characters are displayed in the ^X notation. Printing characters are displayed as is. The...
 finite(3) -- functions for IEEE arithmetic
    These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. The copysignf() function is a single precision version of copysign(). finite() ret...
 finitef(3) -- functions for IEEE arithmetic
    These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. The copysignf() function is a single precision version of copysign(). finite() ret...
 firstkey(3) -- database subroutines
    These functions provide a dbm-compatible interface to the database access methods described in db(3). Each unique record in the database is a key/content pair, the components of which may be any arbit...
 flash(3) -- curses bell and screen flash routines
    The beep and flash routines are used to alert the terminal user. The routine beep sounds an audible alarm on the terminal, if possible; otherwise it flashes the screen (visible bell). The routine flas...
 flockfile(3) -- application level locking of stdio files
    The flockfile(), ftrylockfile(), and funlockfile() functions provide for explicit application-level locking of stdio FILE * objects. These functions can be used by a thread to delineate a sequence of ...
 floor(3) -- round to largest integral value not greater than x
    The floor() function returns the largest integral value less than or equal to x. The floorf() function is a single precision version of floor().
 floorf(3) -- round to largest integral value not greater than x
    The floor() function returns the largest integral value less than or equal to x. The floorf() function is a single precision version of floor().
<<  [Prev]  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  126  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service