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

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 strsep(3) -- separate strings
    The strsep() function locates, in the null-terminated string referenced by *stringp, the first occurrence of any character in the string delim (or the terminating `\0' character) and replaces it wit...
 strsignal(3) -- get signal description string
    The strsignal() function returns a pointer to the language-dependent string describing a signal. The array pointed to is not to be modified by the program, but may be overwritten by subsequent calls t...
 strspn(3) -- span a string
    The strspn() function spans the initial part of the null-terminated 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...
 strsvis(3) -- visually encode characters
    The vis() function copies into dst a string which represents the character c. If c needs no encoding, it is copied in unaltered. The string is null terminated, and a pointer to the end of the string i...
 strsvisx(3) -- visually encode characters
    The vis() function copies into dst a string which represents the character c. If c needs no encoding, it is copied in unaltered. The string is null terminated, and a pointer to the end of the string i...
 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 (``-'') foll...
 strtoimax(3) -- convert string value to a long, long long, intmax_t or quad_t integer
    The strtol() function converts the string in nptr to a long int value. The strtoll() function converts the string in nptr to a long long int value. The strtoimax() function converts the string in nptr...
 strtok(3) -- string tokens
    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 characters in sep. The first time that strt...
 strtok_r(3) -- string tokens
    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 characters in sep. The first time that strt...
 strtol(3) -- convert string value to a long, long long, intmax_t or quad_t integer
    The strtol() function converts the string in nptr to a long int value. The strtoll() function converts the string in nptr to a long long int value. The strtoimax() function converts the string in nptr...
 strtoll(3) -- convert string value to a long, long long, intmax_t or quad_t integer
    The strtol() function converts the string in nptr to a long int value. The strtoll() function converts the string in nptr to a long long int value. The strtoimax() function converts the string in nptr...
 strtoq(3) -- convert string value to a long, long long, intmax_t or quad_t integer
    The strtol() function converts the string in nptr to a long int value. The strtoll() function converts the string in nptr to a long long int value. The strtoimax() function converts the string in nptr...
 strtoul(3) -- convert a string to an unsigned long, unsigned long long, uintmax_t or uquad_t integer
    The strtoul() function converts the string in nptr to an unsigned long int value. The strtoull() function converts the string in nptr to an unsigned long long int value. The strtoumax() function conve...
 strtoull(3) -- convert a string to an unsigned long, unsigned long long, uintmax_t or uquad_t integer
    The strtoul() function converts the string in nptr to an unsigned long int value. The strtoull() function converts the string in nptr to an unsigned long long int value. The strtoumax() function conve...
<<  [Prev]  67  68  69  70  71  72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  
88  89  90  91  92  93  94  95  96  97  98  99  100  101  102  103  104  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service