|
fmod(3) -- floating-point remainder function
|
The fmod() function computes the floating-point remainder of x/ y. |
fmodf(3) -- floating-point remainder function
|
The fmod() function computes the floating-point remainder of x/ y. |
fmtcheck(3) -- sanitizes user-supplied printf(3)-style format string
|
The fmtcheck function scans fmt_suspect and fmt_default to determine if fmt_suspect will consume the same argument types as fmt_default and to ensure that fmt_suspect is a valid format string. The pri... |
fmtmsg(3) -- format and display a message
|
The fmtmsg() function can be used to display messages in the specified format. Messages may be written either to standard error, to the console, or both. A formatted message consists of up to five com... |
fnmatch(3) -- match filename or pathname using shell glob rules
|
The fnmatch() function matches patterns according to the globbing rules used by the shell. It checks the string specified by the string argument to see if it matches the pattern specified by the patte... |
fopen(3) -- stream open functions
|
The fopen() function opens the file whose name is the string pointed to by path and associates a stream with it. The argument mode points to a string beginning with one of the following sequences (Add... |
forkpty(3) -- tty utility functions
|
The openpty(), login_tty(), and forkpty() functions perform manipulations on ttys and pseudo-ttys. The openpty() function finds an available pseudo-tty and returns file descriptors for the master and ... |
form(3) -- form library
|
The form library provides a terminal independent form system using the curses(3) library. Before using the form functions the terminal must be set up by curses(3) using the initscr() function or simil... |
forms(3) -- form library
|
The form library provides a terminal independent form system using the curses(3) library. Before using the form functions the terminal must be set up by curses(3) using the initscr() function or simil... |
form_cursor(3) -- form library
|
The function pos_form_cursor() positions the screen cursor at the correct position for the form. This function can be used to restore the cursor state after using other curses routines. |
form_data(3) -- form library
|
If there is data offscreen to the right of the current field of the given form then data_ahead() will return TRUE, otherwise FALSE is returned. Similarly, if there is data offscreen to the left of the... |
form_driver(3) -- form library
|
The form_driver() is the heart of the forms library, it takes commands in the request parameter that is either a request to the driver to perform some action or is a character to be inserted into the ... |
form_field(3) -- form library
|
The field_count() function returns the number of fields that are attached to the given form, if the form argument passed is NULL then field_count() will return -1. The function form_fields() will retu... |