| | | | |
| S |
| |
| | scandir -- scan a directory ( ) |
| |
| | scanf -- convert formatted input ( ) |
| |
| | setbuf -- assign buffering to a stream ( ) |
| |
| | setenv -- fetch and set environment variables ( ) |
| |
| | setgrent -- group database operations ( ) |
| |
| | setgroupent -- group database operations ( ) |
| |
| | sethostent -- get network host entry ( ) |
| |
| | setjmp -- non-local goto ( ) |
| |
| | setlogmask -- control system log ( ) |
| |
| | setpassent -- password database operations ( ) |
| |
| | setpwent -- password database operations ( ) |
| |
| | setstate -- better random number generator ( ) |
| |
| | setvbuf -- assign buffering to a stream ( ) |
| |
| | signal -- simplified signal management for application processes ( ) |
| |
| | sigpause -- string operations ( ) |
| |
| | snprintf -- print formatted output ( ) |
| |
| | sprintf -- print formatted output ( ) |
| |
| | srand -- pseudo random number generator ( ) |
| |
| | srandom -- better random number generator ( ) |
| |
| | sscanf -- convert formatted input ( ) |
| |
| | stdarg -- variable argument lists ( ) |
| |
| | _stdc_assert -- expression verification macro ( ) |
| |
| | strcasecmp -- string operations ( ) |
| |
| | strcat -- string operations ( ) |
| |
| | strchr -- string operations ( ) |
| |
| | strcmp -- string operations ( ) |
| |
| | strcoll -- string operations ( ) |
| |
| | strcpy -- string operations ( ) |
| |
| | strcspn -- string operations ( ) |
| |
| | strdup -- string operations ( ) |
| |
| | strerror -- system error messages ( ) |
| |
| | strftime -- format date and time ( ) |
| |
| | string -- string operations ( ) |
| |
| | strlcpy -- string operations ( ) |
| |
| | strlen -- string operations ( ) |
| |
| | strncasecmp -- string operations ( ) |
| |
| | strncat -- string operations ( ) |
| |
| | strncmp -- string operations ( ) |
| |
| | strncpy -- string operations ( ) |
| |
| | strpbrk -- string operations ( ) |
| |
| | strrchr -- string operations ( ) |
| |
| | strsep -- separate strings ( ) |
| |
| | strspn -- string operations ( ) |
| |
| | strstr -- string operations ( ) |
| |
| | strtod -- convert an ASCII string to a floating-point number ( ) |
| |
| | strtofflags -- convert between file flag bits and their string names ( ) |
| |
| | strtok -- string tokens ( ) |
| |
| | strtok_r -- string tokens reentrant ( ) |
| |
| | strtol -- convert string to integer ( ) |
| |
| | strtoul -- convert a string to an unsigned long or uquad_t integer ( ) |
| |
| | strxfrm -- transform a string under locale ( ) |
| |
| | swab -- swap adjacent bytes ( ) |
| |
| | sys_errlist -- system error messages ( ) |
| |
| | sys_nerr -- system error messages ( ) |
| |
| | syslog -- control system log ( ) |