|
strtok_r(3) -- string tokens
|
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 a string value to a long, long long, intmax_t or quad_t 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 strtoimax() function converts the string in nptr to an i... |
strtold(3) -- convert ASCII string to floating point
|
These conversion functions convert the initial portion of the string pointed to by nptr to double, float, and long double representation, respectively. The expected form of the string is an optional p... |
strtoll(3) -- convert a string value to a long, long long, intmax_t or quad_t 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 strtoimax() function converts the string in nptr to an i... |
strtoq(3) -- convert a string value to a long, long long, intmax_t or quad_t 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 strtoimax() function converts the string in nptr to an i... |
strtoul(3) -- convert a string to an unsigned long, unsigned long long, uintmax_t, or u_quad_t 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 strtoumax() function converts the ... |
strtoull(3) -- convert a string to an unsigned long, unsigned long long, uintmax_t, or u_quad_t 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 strtoumax() function converts the ... |
strtoumax(3) -- convert a string to an unsigned long, unsigned long long, uintmax_t, or u_quad_t 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 strtoumax() function converts the ... |
strtouq(3) -- convert a string to an unsigned long, unsigned long long, uintmax_t, or u_quad_t 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 strtoumax() function converts the ... |
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. Unvis is called with succes... |
strunvisx(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. Unvis is called with succes... |
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... |