| | | | |
| A |
| |
| | abort -- cause abnormal program termination ( ) |
| |
| | abs -- integer absolute value function ( ) |
| |
| | alphasort -- scan a directory ( ) |
| |
| | asctime -- transform binary date and time value to ASCII ( ) |
| |
| | asctime_r -- Transform binary date and time value to ASCII; Reentrant version ( ) |
| |
| | assert -- expression verification macro ( ) |
| |
| | _assert -- expression verification macro ( ) |
| |
| | atexit -- add program termination routines ( ) |
| |
| | atof -- convert an ASCII string to a floating-point number ( ) |
| |
| | atoi -- convert string to integer ( ) |
| |
| | atol -- convert string to integer ( ) |
| | | | |
| F |
| |
| | fabs -- floating-point absolute value function ( ) |
| |
| | fclose -- close or flush a stream ( ) |
| |
| | fdopen -- open a stream ( ) |
| |
| | feof -- stream status inquiries ( ) |
| |
| | ferror -- stream status inquiries ( ) |
| |
| | fflush -- close or flush a stream ( ) |
| |
| | ffs -- bit and byte string operations ( ) |
| |
| | fgetc -- get character from a stream ( ) |
| |
| | fgetpos -- reposition a file pointer in a stream ( ) |
| |
| | fgets -- get a string from a stream ( ) |
| |
| | fileno -- stream status inquiries ( ) |
| |
| | flockfile -- stream lock management ( ) |
| |
| | fopen -- open a stream ( ) |
| |
| | fprintf -- print formatted output ( ) |
| |
| | fputc -- put character or word on a stream ( ) |
| |
| | fputs -- put a string on a stream ( ) |
| |
| | fread -- binary input/output ( ) |
| |
| | free -- main memory allocator ( ) |
| |
| | freopen -- open a stream ( ) |
| |
| | fscanf -- convert formatted input ( ) |
| |
| | fseek -- reposition a file pointer in a stream ( ) |
| |
| | fsetpos -- reposition a file pointer in a stream ( ) |
| |
| | ftell -- reposition a file pointer in a stream ( ) |
| |
| | ftrylockfile -- stream lock management ( ) |
| |
| | funlockfile -- stream lock management ( ) |
| |
| | fwrite -- binary input/output ( ) |
| | | | |
| G |
| |
| | getc -- get character from a stream ( ) |
| |
| | getc_unlocked -- explicit locking functions ( ) |
| |
| | getchar -- get character from the standard input channel ( ) |
| |
| | getchar_unlocked -- explicit locking functions ( ) |
| |
| | getenv -- fetch and set environment variables ( ) |
| |
| | gethostbyaddr -- get network host entry ( ) |
| |
| | gethostbyname -- get network host entry ( ) |
| |
| | getopt -- get an option letter from command line argument list ( ) |
| |
| | gets -- get a string from a stream ( ) |
| |
| | getsitebyaddr -- get ChorusOS site information ( ) |
| |
| | getsitebyname -- get ChorusOS site information ( ) |
| |
| | getsubopt -- get sub options from an argument ( ) |
| |
| | getw -- get character from a stream ( ) |
| |
| | gmtime -- transform binary date and time value to ASCII ( ) |
| |
| | gmtime_r -- Transform binary date and time value to ASCII; Reentrent version ( ) |
| | | | |
| I |
| |
| | index -- locate character in string ( ) |
| |
| | inet -- Internet address manipulation routines ( ) |
| |
| | inet_addr -- Internet address manipulation routines ( ) |
| |
| | inet_aton -- Internet address manipulation routines ( ) |
| |
| | inet_lnaof -- Internet address manipulation routines ( ) |
| |
| | inet_makeaddr -- Internet address manipulation routines ( ) |
| |
| | inet_netof -- Internet address manipulation routines ( ) |
| |
| | inet_network -- Internet address manipulation routines ( ) |
| |
| | inet_ntoa -- Internet address manipulation routines ( ) |
| |
| | initstate -- better random number generator ( ) |
| |
| | intro -- introduction to functions and libraries ( ) |
| |
| | isalnum -- classify characters ( ) |
| |
| | isalpha -- classify characters ( ) |
| |
| | isascii -- test for ASCII character ( ) |
| |
| | isatty -- check if a file descriptor is associated with a terminal ( ) |
| |
| | iscntrl -- classify characters ( ) |
| |
| | isdigit -- classify characters ( ) |
| |
| | isgraph -- classify characters ( ) |
| |
| | isinf -- test for infinity or not-a-number ( ) |
| |
| | islower -- classify characters ( ) |
| |
| | isnan -- test for infinity or not-a-number ( ) |
| |
| | isprint -- classify characters ( ) |
| |
| | ispunct -- classify characters ( ) |
| |
| | isspace -- classify characters ( ) |
| |
| | isupper -- classify characters ( ) |
| |
| | isxdigit -- classify characters ( ) |
| | | | |
| M |
| |
| | malloc -- main memory allocator ( ) |
| |
| | memccpy -- memory operations ( ) |
| |
| | memchr -- memory operations ( ) |
| |
| | memcmp -- memory operations ( ) |
| |
| | memcpy -- memory operations ( ) |
| |
| | memmove -- memory operations ( ) |
| |
| | memory -- memory operations ( ) |
| |
| | memset -- memory operations ( ) |
| |
| | mkstemp -- make temporary file name (unique) ( ) |
| |
| | mktemp -- make temporary file name (unique) ( ) |
| |
| | mktime -- transform binary date and time value to ASCII ( ) |
| |
| | modf -- extract signed integral and fractional values from floating-point number ( ) |
| | | | |
| P |
| |
| | perror -- system error messages ( ) |
| |
| | printerr -- print formatted output ( ) |
| |
| | printf -- print formatted output ( ) |
| |
| | putc -- put character or word on a stream ( ) |
| |
| | putc_unlocked -- explicit locking functions ( ) |
| |
| | putchar -- put a character or word on the standard output channel ( ) |
| |
| | putchar_unlocked -- explicit locking functions ( ) |
| |
| | putenv -- fetch and set environment variables ( ) |
| |
| | puts -- put a string on a stream ( ) |
| |
| | putw -- put character or word on a stream ( ) |
| | | | |
| R |
| |
| | rand -- pseudo random number generator ( ) |
| |
| | rand_r -- thread-wise random number generator ( ) |
| |
| | random -- better random number generator ( ) |
| |
| | realloc -- main memory allocator ( ) |
| |
| | regcomp -- regular-expression library ( ) |
| |
| | regerror -- regular-expression library ( ) |
| |
| | regex -- regular-expression library ( ) |
| |
| | regexec -- regular-expression library ( ) |
| |
| | regfree -- regular-expression library ( ) |
| |
| | remove -- remove directory entry ( ) |
| |
| | rewind -- reposition a file pointer in a stream ( ) |
| |
| | rindex -- locate character in string ( ) |
| | | | |
| S |
| |
| | scandir -- scan a directory ( ) |
| |
| | scanf -- convert formatted input ( ) |
| |
| | setbuf -- assign buffering to a stream ( ) |
| |
| | setenv -- fetch and set environment variables ( ) |
| |
| | setjmp -- non-local goto ( ) |
| |
| | setstate -- better random number generator ( ) |
| |
| | setvbuf -- assign buffering to a stream ( ) |
| |
| | 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 ( ) |
| |
| | 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 ( ) |
| |
| | 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 ( ) |