| | | | |
| C |
| |
| | C Compilation |
| | | close a shared object - dlclose ( ) |
| | | create new file from dynamic object component - dldump ( ) |
| | | get address of symbol in shared object or executable - dlsym ( ) |
| | | get diagnostic information - dlerror ( ) |
| | | open a shared object - dlopen ( ) |
| |
| | catclose - close a message catalog ( ) |
| |
| | catgets - read a program message ( ) |
| |
| | catopen - open a message catalog ( ) |
| |
| | cfgetispeed - get input baud rate ( ) |
| |
| | cfgetospeed - get output baud rate ( ) |
| |
| | cfsetispeed - set input baud rate ( ) |
| |
| | cfsetospeed - set output baud rate ( ) |
| |
| | cftime - convert date and time to string ( ) |
| |
| | character handling |
| | | - ctype ( ) |
| | | - isalnum ( ) |
| | | - isalpha ( ) |
| | | - isascii ( ) |
| | | - iscntrl ( ) |
| | | - isdigit ( ) |
| | | - isgraph ( ) |
| | | - islower ( ) |
| | | - isprint ( ) |
| | | - ispunct ( ) |
| | | - isspace ( ) |
| | | - isupper ( ) |
| | | - isxdigit ( ) |
| |
| | clock - report CPU time used ( ) |
| |
| | close a directory stream - closedir ( ) |
| |
| | close a shared object - dlclose ( ) |
| |
| | close a stream - fclose ( ) |
| |
| | closedir - close a directory stream ( ) |
| |
| | closelog - control system log ( ) |
| |
| | code conversion allocation function - iconv_open ( ) |
| |
| | code conversion deallocation function - iconv_close ( ) |
| |
| | code conversion for Process Code and File Code |
| | | - strtows ( ) |
| | | - wstostr ( ) |
| |
| | code conversion function - iconv ( ) |
| |
| | column positions of a wide-character code - wcwidth ( ) |
| |
| | column positions of a wide-character string - wcswidth ( ) |
| |
| | command options, get option letter from argument vector - getopt ( ) |
| |
| | command suboptions, parse suboptions from a string - getsubopt ( ) |
| |
| | compare wide-characters in memory - wmemcmp ( ) |
| |
| | compile and execute regular expressions |
| | | - re_comp ( ) |
| | | - re_exec ( ) |
| |
| | confstr - get configurable variables ( ) |
| |
| | control system log |
| | | - closelog ( ) |
| | | - openlog ( ) |
| | | - setlogmask ( ) |
| | | - syslog ( ) |
| |
| | convert date and time to string - strftime ( ) |
| |
| | convert string to unsigned long - strtoul ( ) |
| |
| | convert wide character string to double-precision number - wcstod ( ) |
| |
| | convert date and time to string - strftime |
| | | ascftime ( ) |
| | | cftime ( ) |
| |
| | convert wide character string to double-precision number - watof, watof ( ) |
| |
| | convert wide character string to double-precision number - wstod, wstod ( ) |
| |
| | convert a character string to a wide-character string - mbstowcs ( ) |
| |
| | convert a character string to a wide-character string (restartable) - mbsrtowcs ( ) |
| |
| | convert a character to a wide-character code - mbtowc ( ) |
| |
| | convert a character to a wide-character code (restartable) - mbrtowc ( ) |
| |
| | convert a wide-character code to a character - wctomb ( ) |
| |
| | convert a wide-character code to a character (restartable) - wcrtomb ( ) |
| |
| | convert a wide-character string to a character string - wcstombs ( ) |
| |
| | convert a wide-character string to a character string (restartable) - wcsrtombs ( ) |
| |
| | convert date and time to wide character string - wcsftime ( ) |
| |
| | convert floating-point number to string |
| | | - ecvt ( ) |
| | | - fcvt ( ) |
| | | - gcvt ( ) |
| |
| | convert formatted input |
| | | - fscanf ( ) |
| | | - scanf ( ) |
| | | - sscanf ( ) |
| |
| | convert formatted wide-character input |
| | | - fwscanf ( ) |
| | | - swscanf ( ) |
| | | - wscanf ( ) |
| |
| | convert monetary value to string -strfmon ( ) |
| |
| | convert numbers to strings |
| | | - econvert ( ) |
| | | - fconvert ( ) |
| | | - fprintf ( ) |
| | | - gconvert ( ) |
| | | - printf ( ) |
| | | - qeconvert ( ) |
| | | - qfconvert ( ) |
| | | - qgconvert ( ) |
| | | - seconvert ( ) |
| | | - sfconvert ( ) |
| | | - sgconvert ( ) |
| | | - sprintf ( ) |
| | | - vfprintf ( ) |
| | | - vprintf ( ) |
| |
| | convert string to double-precision number |
| | | - atof ( ) |
| | | - strtod ( ) |
| |
| | convert to wchar_t strings, wsprintf ( ) |
| |
| | convert wide character string to unsigned long - wcstoul ( ) |
| |
| | copy wide-characters in memory - wmemcpy ( ) |
| |
| | copy wide-characters in memory with overlapping areas - wmemmove ( ) |
| |
| | CPU time, report for calling process - clock ( ) |
| |
| | CPU-use, prepare execution profile - monitor ( ) |
| |
| | create a temporary file - tmpfile ( ) |
| |
| | create new file from dynamic object component - dldump ( ) |
| |
| | crypt - string encoding function ( ) |
| |
| | cset - get information on EUC codesets ( ) |
| |
| | csetcol - get information on EUC codesets ( ) |
| |
| | csetlen - get information on EUC codesets ( ) |
| |
| | csetno - get information on EUC codesets ( ) |
| |
| | ctermid - generate path name for controlling terminal ( ) |
| |
| | ctermid_r - generate path name for controlling terminal ( ) |
| |
| | ctype - character handling ( ) |
| |
| | current location of a named directory stream - telldir ( ) |
| |
| | current working directory, get pathname - getcwd ( ) |
| |
| | cuserid - get character-string representation of login name of user ( ) |