| | | | |
| D |
| |
| | data base subroutines - dbm ( ) |
| | | dbmclose ( ) |
| | | dbminit ( ) |
| | | delete ( ) |
| | | fetch ( ) |
| | | firstkey ( ) |
| | | nextkey ( ) |
| | | store ( ) |
| |
| | database functions |
| | | - dbm_clearerr ( ) |
| | | - dbm_close ( ) |
| | | - dbm_delete ( ) |
| | | - dbm_error ( ) |
| | | - dbm_fetch ( ) |
| | | - dbm_firstkey ( ) |
| | | - dbm_nextkey ( ) |
| | | - dbm_open ( ) |
| | | - dbm_store ( ) |
| |
| | date and time |
| | | convert to string - asctime ( ) |
| | | convert to string - asctime_r ( ) |
| | | convert to string - ctime ( ) |
| | | convert to string - ctime_r ( ) |
| | | convert to string - gmtime ( ) |
| | | convert to string - gmtime_r ( ) |
| | | convert to string - localtime ( ) |
| | | convert to string - localtime_r ( ) |
| | | convert to string - tzset ( ) |
| | | convert to string - tzsetwall ( ) |
| | | convert user format date and time - getdate ( ) |
| | | - gettimeofday ( ) ( ) |
| |
| | date and time conversion - strptime ( ) |
| |
| | dbm - data base subroutines ( ) |
| |
| | dbm_clearerr - database functions ( ) |
| |
| | dbm_close - database functions ( ) |
| |
| | dbm_delete - database functions ( ) |
| |
| | dbm_error - database functions ( ) |
| |
| | dbm_fetch - database functions ( ) |
| |
| | dbm_firstkey - database functions ( ) |
| |
| | dbm_nextkey - database functions ( ) |
| |
| | dbm_open - database functions ( ) |
| |
| | dbm_store - database functions ( ) |
| |
| | dbmclose - data base subroutines ( ) |
| |
| | dbminit - data base subroutines ( ) |
| |
| | debugging memory allocator |
| | | - calloc ( ) |
| | | - cfree ( ) |
| | | - free ( ) |
| | | - mallinfo ( ) |
| | | - malloc ( ) |
| | | - mallopt ( ) |
| | | - memalign ( ) |
| | | - realloc ( ) |
| | | - valloc ( ) |
| |
| | decimal record from double-precision floating - double_to_decimal ( ) |
| |
| | decimal record from extended-precision floating - extended_to_decimal ( ) |
| |
| | decimal record from quadruple-precision floating - quadruple_to_decimal ( ) |
| |
| | decimal record from single-precision floating - single_to_decimal ( ) |
| |
| | decimal record to double-precision floating - decimal_to_double ( ) |
| |
| | decimal record to extended-precision floating - decimal_to_extended ( ) |
| |
| | decimal record to quadruple-precision floating - decimal_to_quadruple ( ) |
| |
| | decimal record to single-precision floating - decimal_to_single ( ) |
| |
| | decimal_to_double - decimal record to double-precision floating ( ) |
| |
| | decimal_to_extended - decimal record to extended-precision floating ( ) |
| |
| | decimal_to_quadruple - decimal record to quadruple-precision floating ( ) |
| |
| | decimal_to_single - decimal record to single-precision floating ( ) |
| |
| | decompose floating-point number |
| | | - modf ( ) |
| | | - modff ( ) |
| |
| | define character class - wctype ( ) |
| |
| | define character mapping - wctrans ( ) |
| |
| | define default catalog - setcat ( ) |
| |
| | define the label for pfmt() and lfmt(). - setlabel ( ) |
| |
| | delete - data base subroutines ( ) |
| |
| | detach a name from a STREAMS-based file descriptor - fdetach ( ) |
| |
| | determine conversion object status - mbsinit ( ) |
| |
| | device number, manage - makedev, major, minor ( ) |
| |
| | dgettext - message handling function ( ) |
| |
| | difftime - computes the difference between two calendar times ( ) |
| |
| | directio - provide advice to file system ( ) |
| |
| | directories |
| | | get current working directory pathname - getwd ( ) |
| | | get pathname of current working directory - getcwd ( ) |
| |
| | directory operations |
| | | - alphasort ( ) |
| | | - scandir ( ) |
| |
| | dirname - report parent directory name of file path name ( ) |
| |
| | display error message in standard format - pfmt ( ) |
| |
| | display error message in standard format and pass to logging and monitoring services - lfmt ( ) |
| |
| | display error message in standard format and pass to logging and monitoring services - vlfmt ( ) |
| |
| | display error message in standard format and pass to logging and monitoring services - vpfmt ( ) |
| |
| | div - compute quotient and remainder ( ) |
| |
| | division and remainder operations |
| | | - div ( ) |
| | | - ldiv ( ) |
| |
| | dladdr, dladdr1 - translate address to symbolic information ( ) |
| |
| | dlclose - close a shared object ( ) |
| |
| | dldump - create new file from dynamic object component of calling process ( ) |
| |
| | dlerror - get diagnostic information ( ) |
| |
| | dlinfo - dynamic load information ( ) |
| |
| | dlopen - open a shared object ( ) |
| |
| | dlsym - get address of symbol in shared object or executable ( ) |
| |
| | double_to_decimal - decimal record from double-precision floating ( ) |
| |
| | dup2 - duplicate an open file descriptor ( ) |
| |
| | duplicate an open file descriptor - dup2 ( ) |
| |
| | dynamic linking |
| | | 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 ( ) |
| |
| | dynamic load information - dlinfo ( ) |