|
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... |
strtoumax(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... |
strtouq(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... |
strunvis(3) -- decode a visual representation of characters
|
The unvis(), strunvis() and strunvisx() functions are used to decode a visual representation of characters, as produced by the vis(3) function, back into the original form. The unvis() function is cal... |
strvis(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... |
strvisx(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... |