| | | | |
| 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 ( ) |