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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 isendwin(3) -- curses screen initialization and manipulation routines
    initscr is normally the first curses routine to call when initializing a program. A few special routines sometimes need to be called before it; these are slk_init, filter, ripoffline, use_env. For mul...
 isfdtype(3) -- determine whether a file descriptor is of a specific type
    The isfdtype() function checks whether or not the file descriptor fd is of type fdtype. A list of possible file types may be found in stat(2) and the include file.
 isgraph(3) -- printing character test (space character exclusive)
    The isgraph() function tests for any printing character except space (` ').
 isinf(3) -- test for infinity or not-anumber
    The isinf() function returns 1 if the number n is Infinity, otherwise 0. The isinff() function is a single precision version of isinf(). The isnan() function returns 1 if the number n is ``not-anumber...
 isinff(3) -- test for infinity or not-anumber
    The isinf() function returns 1 if the number n is Infinity, otherwise 0. The isinff() function is a single precision version of isinf(). The isnan() function returns 1 if the number n is ``not-anumber...
 islower(3) -- lower-case character test
    The islower() function tests for any lower-case letter for which none of iscntrl(3), isdigit(3), ispunct(3), or isspace(3) is true. In the C locale, islower() returns true only for the characters defi...
 isnan(3) -- test for infinity or not-anumber
    The isinf() function returns 1 if the number n is Infinity, otherwise 0. The isinff() function is a single precision version of isinf(). The isnan() function returns 1 if the number n is ``not-anumber...
 isnanf(3) -- test for infinity or not-anumber
    The isinf() function returns 1 if the number n is Infinity, otherwise 0. The isinff() function is a single precision version of isinf(). The isnan() function returns 1 if the number n is ``not-anumber...
 isprint(3) -- printing character test (space character inclusive)
    The isprint() function tests for any printing character including space (` ').
 ispunct(3) -- punctuation character test
    The ispunct() function tests for any printing character except space (` ') or a character for which isalnum(3) is true.
 isspace(3) -- whitespace character test
    The isspace() function tests for the standard whitespace characters for which isalnum(3) is false. The standard whitespace characters are the following: ` ' Space character. Form feed. NCarriage retu...
 isupper(3) -- upper-case character test
    The isupper() function tests for any upper-case letter or any of an implementation-defined set of characters for which none of iscntrl(3), isdigit(3), ispunct(3), or isspace(3) is true. In the C local...
 isxdigit(3) -- hexadecimal-digit character test
    The isxdigit() function tests for any hexadecimal-digit character.
 is_linetouched(3) -- curses refresh control routines
    The touchwin and touchline routines throw away all optimization information about which parts of the window have been touched, by pretending that the entire window has been drawn on. This is sometimes...
 is_wintouched(3) -- curses refresh control routines
    The touchwin and touchline routines throw away all optimization information about which parts of the window have been touched, by pretending that the entire window has been drawn on. This is sometimes...
<<  [Prev]  109  110  111  112  113  114  115  116  117  118  119  120  121  122  123  124  125  126  127  128  129  
130  131  132  133  134  135  136  137  138  139  140  141  142  143  144  145  146  147  148  149  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service