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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 strsignal(3) -- get signal description string
    The strsignal() function returns a pointer to the languagedependent string describing a signal. The array pointed to is not to be modified by the program, but may be overwritten by subsequent calls to...
 strspn(3) -- span a string
    The strspn() function spans the initial part of the nullterminated string s as long as the characters from s occur in string charset.
 strstr(3) -- locate a substring in a string
    The strstr() function locates the first occurrence of the null-terminated string little in the null-terminated string big. If little is the empty string, strstr() returns big; if little occurs nowhere...
 strtod(3) -- convert ASCII string to double
    The strtod() function converts the initial portion of the string pointed to by nptr to double representation. The expected form of the string is an optional plus (`+') or minus sign (`-') followed b...
 strtofflags(3) -- convert between file flag bits and their string names
    The fflagstostr() function returns a comma separated string of the file flags represented by flags. If no flags are set a zero length string is returned. If memory cannot be allocated for the return v...
 strtok(3) -- string token operations
    This interface is obsoleted by strsep(3). The strtok() function is used to isolate sequential tokens in a null-terminated string, str. These tokens are separated in the string by at least one of the c...
 strtok_r(3) -- string token operations
    This interface is obsoleted by strsep(3). The strtok() function is used to isolate sequential tokens in a null-terminated string, str. These tokens are separated in the string by at least one of the c...
 strtol(3) -- convert string value to a long or long long integer
    The strtol() function converts the string in nptr to a long value. The strtoll() function converts the string in nptr to a long long value. The strtoq() function is a deprecated equivalent of strtoll(...
 strtoll(3) -- convert string value to a long or long long integer
    The strtol() function converts the string in nptr to a long value. The strtoll() function converts the string in nptr to a long long value. The strtoq() function is a deprecated equivalent of strtoll(...
 strtonum(3) -- reliably convert string value to an integer
    The strtonum() function converts the string in nptr to a long long value. The strtonum() function was designed to facilitate safe, robust programming and overcome the shortcomings of the atoi(3) and s...
 strtoq(3) -- convert string value to a long or long long integer
    The strtol() function converts the string in nptr to a long value. The strtoll() function converts the string in nptr to a long long value. The strtoq() function is a deprecated equivalent of strtoll(...
 strtoul(3) -- convert a string to an unsigned long or unsigned long long integer
    The strtoul() function converts the string in nptr to an unsigned long value. The strtoull() function converts the string in nptr to an unsigned long long value. The strtouq() function is a deprecated...
 strtoull(3) -- convert a string to an unsigned long or unsigned long long integer
    The strtoul() function converts the string in nptr to an unsigned long value. The strtoull() function converts the string in nptr to an unsigned long long value. The strtouq() function is a deprecated...
 strtouq(3) -- convert a string to an unsigned long or unsigned long long integer
    The strtoul() function converts the string in nptr to an unsigned long value. The strtoull() function converts the string in nptr to an unsigned long long value. The strtouq() function is a deprecated...
 strunvis(3) -- decode a visual representation of characters
    The unvis() and strunvis() functions are used to decode a visual representation of characters, as produced by the vis(3) function, back into the original form. unvis() is called with successive charac...
<<  [Prev]  148  149  150  151  152  153  154  155  156  157  158  159  160  161  162  163  164  165  166  167  168  
169  170  171  172  173  174  175  176  177  178  179  180  181  182  183  184  185  186  187  188  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service