| | | | |
| I |
| |
| | I/O multiplexing, synchronous, - select ( ) |
| |
| | I/O package, standard buffered I/O - stdio ( ) |
| |
| | iconv - code conversion function ( ) |
| |
| | iconv_close - code conversion deallocation function ( ) |
| |
| | iconv_open - code conversion allocation function ( ) |
| |
| | IEEE arithmetic, convert floating-point number to string - ecvt ( ) |
| |
| | IEEE floating-point environment control |
| | | - fpgetmaks ( ) |
| | | - fpgetround ( ) |
| | | - fpgetsticky ( ) |
| | | - fpsetmask ( ) |
| | | - fpsetround ( ) |
| | | - fpsetsticky ( ) |
| |
| | index - string operations ( ) |
| |
| | initgroups - initialize the supplementary group access list ( ) |
| |
| | initstate - pseudorandom number functions ( ) |
| |
| | input conversion, convert from wchar_t string - wsscanf ( ) |
| |
| | input/output package, standard buffered I/O - stdio ( ) |
| |
| | insque - insert element to a queue ( ) |
| |
| | interfaces to stdio FILE structure - __fbufsize ( ) |
| |
| | interfaces to stdio FILE structure - __flbf ( ) |
| |
| | interfaces to stdio FILE structure - _flushlbf ( ) |
| |
| | interfaces to stdio FILE structure - __fpending ( ) |
| |
| | interfaces to stdio FILE structure - __fpurge ( ) |
| |
| | interfaces to stdio FILE structure - __freadable ( ) |
| |
| | interfaces to stdio FILE structure - __freading ( ) |
| |
| | interfaces to stdio FILE structure - __fsetlocking ( ) |
| |
| | interfaces to stdio FILE structure - __fwritable ( ) |
| |
| | interfaces to stdio FILE structure - __fwriting ( ) |
| |
| | Interprocess Communication, create a new FIFO - mkfifo ( ) |
| |
| | invoke isa-specific executable - isaexec ( ) |
| |
| | isaexec - invoke isa-specific executable ( ) |
| |
| | isalnum - character handling ( ) |
| |
| | isalpha - character handling ( ) |
| |
| | isascii - character handling ( ) |
| |
| | isatty - test for a terminal device ( ) |
| |
| | isdigit - character handling ( ) |
| |
| | isenglish - wide-character code classification functions ( ) |
| |
| | isgraph - character handling ( ) |
| |
| | isideogram - wide-character code classification functions ( ) |
| |
| | islower - character handling ( ) |
| |
| | isnumber - wide-character code classification functions ( ) |
| |
| | isphonogram - wide-character code classification functions ( ) |
| |
| | isprint - character handling ( ) |
| |
| | ispunct - character handling ( ) |
| |
| | isspace - character handling ( ) |
| |
| | isspecial - wide-character code classification functions ( ) |
| |
| | isupper - character handling ( ) |
| |
| | iswalnum - wide-character code classification functions ( ) |
| |
| | iswalpha - wide-character code classification functions ( ) |
| |
| | iswascii - wide-character code classification functions ( ) |
| |
| | iswcntrl - wide-character code classification functions ( ) |
| |
| | iswctype - test character for specified class ( ) |
| |
| | iswdigit - wide-character code classification functions ( ) |
| |
| | iswgraph - wide-character code classification functions ( ) |
| |
| | iswlower - wide-character code classification functions ( ) |
| |
| | iswprint - wide-character code classification functions ( ) |
| |
| | iswpunct - wide-character code classification functions ( ) |
| |
| | iswspace - wide-character code classification functions ( ) |
| |
| | iswupper - wide-character code classification functions ( ) |
| |
| | iswxdigit - wide-character code classification functions ( ) |
| |
| | isxdigit - character handling ( ) |