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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 isfinite(3) -- classify a floating-point number
    The fpclassify() macro takes an argument of x and returns one of the following manifest constants. FP_INFINITE Indicates that x is an infinite number. FP_NAN Indicates that x is not a number (NaN). FP...
 isgraph(3) -- printing character test (space character exclusive)
    The isgraph() function tests for any printing character except space (` ') and other locale specific space-like characters. For single C chars locales (see multibyte(3)) the value of the argument is ...
 isgreater(3) -- compare two floating-point numbers
    Each of the macros isgreater(), isgreaterequal(), isless(), islessequal(), and islessgreater() take arguments x and y and return a non-zero value if and only if its nominal relation on x and y is true...
 isgreaterequal(3) -- compare two floating-point numbers
    Each of the macros isgreater(), isgreaterequal(), isless(), islessequal(), and islessgreater() take arguments x and y and return a non-zero value if and only if its nominal relation on x and y is true...
 ishexnumber(3) -- hexadecimal-digit character test
    The isxdigit() function tests for any hexadecimal-digit character. For any locale, this includes the following characters only: ``0'' ``1'' ``2'' ``3'' ``4'' ``5'' ``6'' ``7'' ``8'' ...
 isinf(3) -- classify a floating-point number
    The fpclassify() macro takes an argument of x and returns one of the following manifest constants. FP_INFINITE Indicates that x is an infinite number. FP_NAN Indicates that x is not a number (NaN). FP...
 isless(3) -- compare two floating-point numbers
    Each of the macros isgreater(), isgreaterequal(), isless(), islessequal(), and islessgreater() take arguments x and y and return a non-zero value if and only if its nominal relation on x and y is true...
 islessequal(3) -- compare two floating-point numbers
    Each of the macros isgreater(), isgreaterequal(), isless(), islessequal(), and islessgreater() take arguments x and y and return a non-zero value if and only if its nominal relation on x and y is true...
 islessgreater(3) -- compare two floating-point numbers
    Each of the macros isgreater(), isgreaterequal(), isless(), islessequal(), and islessgreater() take arguments x and y and return a non-zero value if and only if its nominal relation on x and y is true...
 islower(3) -- lower-case character test
    The islower() function tests for any lower-case letters. For single C chars locales (see multibyte(3)) the value of the argument is representable as an unsigned char or the value of EOF. In the ASCII ...
 isnan(3) -- classify a floating-point number
    The fpclassify() macro takes an argument of x and returns one of the following manifest constants. FP_INFINITE Indicates that x is an infinite number. FP_NAN Indicates that x is not a number (NaN). FP...
 isnettty(3) -- determine tty type from ttys file entry
    The getttyent(), and getttynam() functions each return a pointer to an object, with the following structure, containing the broken-out fields of a line from the tty description file. struct ttyent { c...
 isnormal(3) -- classify a floating-point number
    The fpclassify() macro takes an argument of x and returns one of the following manifest constants. FP_INFINITE Indicates that x is an infinite number. FP_NAN Indicates that x is not a number (NaN). FP...
 isnumber(3) -- decimal-digit character test
    The isdigit() function tests for any decimal-digit character. For any locale, this includes the following characters only: ``0'' ``1'' ``2'' ``3'' ``4'' ``5'' ``6'' ``7'' ``8'' ``9'...
 isprint(3) -- printing character test (space character inclusive)
    The isprint() function tests for any printing character including space (` '). For single C chars locales (see multibyte(3)) the value of the argument is representable as an unsigned char or the valu...
<<  [Prev]  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  127  128  129  130  131  132  133  134  135  136  137  138  139  140  141  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service