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...
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...
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...
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...
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...
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...
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(...
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(...
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...
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(...
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...
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...
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...
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...