| | | | |
| G |
| |
| | gconvert - convert number to ASCII ( ) |
| |
| | general terminal interface, - termios ( ) |
| |
| | generate path name for controlling terminal |
| | | - ctermid ( ) |
| | | - ctermid_r ( ) |
| |
| | generate path names matching a pattern |
| | | - glob ( ) |
| | | - globfree ( ) |
| |
| | get a wide-character string from a stream - fgetws ( ) |
| |
| | get a wide-character string from a stream - getws ( ) |
| |
| | get mnttab file information - getextmntent ( ) |
| |
| | get mnttab file information - getmntany ( ) |
| |
| | get mnttab file information - getmntent ( ) |
| |
| | get mnttab file information - hasmntopt ( ) |
| |
| | get mnttab file information - putmntent ( ) |
| |
| | get mnttab file information - resetmnttab ( ) |
| |
| | get a byte from a stream |
| | | - fgetc ( ) |
| | | - getc ( ) |
| | | - getc_unlocked ( ) |
| | | - getchar ( ) |
| | | - getchar_unlocked ( ) |
| | | - getw ( ) |
| |
| | get a wide-character code from a stream - fgetwc ( ) |
| |
| | get address of symbol in shared object or executable - dlsym ( ) |
| |
| | get configurable variables - confstr ( ) |
| |
| | get current file position information - fgetpos ( ) |
| |
| | get diagnostic information - dlerror ( ) |
| |
| | get foreground process group ID - tcgetpgrp ( ) |
| |
| | get input baud rate, - cfgetispeed ( ) |
| |
| | get name of signal - strsignal ( ) |
| |
| | get number of bytes in a character - mblen ( ) |
| |
| | get number of bytes in a character (restartable) - mbrlen ( ) |
| |
| | get or set process scheduling priority |
| | | - getpriority ( ) |
| | | - setpriority ( ) |
| |
| | get output baud rate, - cfgetospeed ( ) |
| |
| | get process group ID for session leader for controlling terminal - tcgetsid ( ) |
| |
| | get system load averages - getloadavg ( ) |
| |
| | get the parameters associated with the terminal - tcgetattr ( ) |
| |
| | get wide character from a stream - getwc ( ) |
| |
| | get wide character from stdin stream - getwchar ( ) |
| |
| | getc - get a byte from a stream ( ) |
| |
| | getc_unlocked - get a byte from a stream ( ) |
| |
| | getchar - get a byte from a stream ( ) |
| |
| | getchar_unlocked - get a byte from a stream ( ) |
| |
| | getcwd - get pathname of current working directory ( ) |
| |
| | getdate - convert user format date and time ( ) |
| | | General Specifications ( ) |
| | | Internal Format Conversion ( ) |
| | | Modified Conversion Specifications ( ) |
| |
| | getenv - return value for environment name ( ) |
| |
| | getexecname - return pathname of executable ( ) |
| |
| | getextmntent - get mnttab file information ( ) |
| |
| | getgrent - group database entry functions ( ) |
| |
| | getgrent_r - group database entry functions ( ) |
| |
| | getgrgid - group database entry functions ( ) |
| |
| | getgrgid_r - group database entry functions ( ) |
| |
| | getgrnam - group database entry functions ( ) |
| |
| | getgrnam_r - group database entry functions ( ) |
| |
| | gethostid - get unique identifier of current host ( ) |
| |
| | gethostname - get name of current host ( ) |
| |
| | gethrtime - get high resolution real time ( ) |
| |
| | gethrvtime - get high resolution virtual time ( ) |
| |
| | getloadavg - get system load averages ( ) |
| |
| | getlogin - get login name ( ) |
| |
| | getlogin_r - get login name ( ) |
| |
| | getmntany - get mnttab file information ( ) |
| |
| | getmntent - get mnttab file information ( ) |
| |
| | getopt - get option letter from argument vector ( ) |
| |
| | getpagesize - get system page size ( ) |
| |
| | getpass - read a string of characters without echo ( ) |
| |
| | getpassphrase - read a string of characters without echo ( ) |
| |
| | getpriority - get or set process scheduling priority ( ) |
| |
| | getpw - get passwd entry from UID ( ) |
| |
| | getpwent - get password entry from user database ( ) |
| |
| | getpwent_r - get password entry from user database ( ) |
| |
| | getpwnam - get password entry from user database ( ) |
| |
| | getpwnam_r - get password entry from user database ( ) |
| |
| | getpwuid - get password entry from user database ( ) |
| |
| | getpwuid_r - get password entry from user database ( ) |
| |
| | getrusage - get information about resource utilization ( ) |
| |
| | getspent - get shadow password database entry ( ) |
| |
| | getspent_r - get shadow password database entry (reentrant) ( ) |
| |
| | getspnam - get shadow password database entry ( ) |
| |
| | getspnam_r - get shadow password database entry (reentrant) ( ) |
| |
| | getsubopt - parse suboptions from a string ( ) |
| |
| | gettext - message handling function ( ) |
| |
| | gettimeofday - get date and time ( ) |
| |
| | gettimeofday - get system's notion of current Greenwich time ( ) |
| |
| | gettxt - retrieve a text string ( ) |
| |
| | getusershell() - get legal user shells ( ) |
| |
| | getutent - user accounting database functions ( ) |
| |
| | getutid - user accounting database functions ( ) |
| |
| | getutline - user accounting database functions ( ) |
| |
| | getutmp - user accounting database functions ( ) |
| |
| | getutmpx - user accounting database functions ( ) |
| |
| | getutxent - user accounting database functions ( ) |
| |
| | getutxid - user accounting database functions ( ) |
| |
| | getutxline - user accounting database functions ( ) |
| |
| | getvfsany - get vfstab file entry ( ) |
| |
| | getvfsent - get vfstab file entry ( ) |
| |
| | getvfsfile - get vfstab file entry ( ) |
| |
| | getvfsspec - get vfstab file entry ( ) |
| |
| | getw - get a byte from a stream ( ) |
| |
| | getwc - get wide character from a stream ( ) |
| |
| | getwchar - get wide character from stdin stream ( ) |
| |
| | getwd - get current working directory pathname ( ) |
| |
| | getwidth - get codeset information ( ) |
| |
| | getws - get a wide-character string from a stream ( ) |
| |
| | glob - generate path names matching a pattern ( ) |
| |
| | globfree - generate path names matching a pattern ( ) |
| |
| | grantpt - grant access to the slave pseudo-terminal device ( ) |
| |
| | group database entry functions - endgrent ( ) |
| |
| | group database entry functions - fgetgrent ( ) |
| |
| | group database entry functions - fgetgrent_r ( ) |
| |
| | group database entry functions - getgrent ( ) |
| |
| | group database entry functions - getgrent_r ( ) |
| |
| | group database entry functions - getgrgid ( ) |
| |
| | group database entry functions - getgrgid_r ( ) |
| |
| | group database entry functions - getgrnam ( ) |
| |
| | group database entry functions - getgrnam_r ( ) |
| |
| | group database entry functions - setgrent ( ) |
| |
| | group IDs, supplementary, initialize - initgroups ( ) |