|
|
getnetbyname(3) -- get network entry
|
|
The getnetent(), getnetbyname(), and getnetbyaddr() functions each return a pointer to an object with the following structure containing the broken-out fields of a line in the network database, /etc/n... |
|
getnetent(3) -- get network entry
|
|
The getnetent(), getnetbyname(), and getnetbyaddr() functions each return a pointer to an object with the following structure containing the broken-out fields of a line in the network database, /etc/n... |
|
getnetgrent(3) -- netgroup database operations
|
|
These functions operate on the netgroup database file /etc/netgroup.db which is described in netgroup(5). If that file does not exist, and the system supports YP, then the netgroup YP databases are us... |
|
getnstr(3) -- accept character strings from curses terminal keyboard
|
|
The function getstr is equivalent to a series of calls to getch, until a newline or carriage return is received (the terminating character is not included in the returned string). The resulting value ... |
|
getopt(3) -- get option character from command line argument list
|
|
The getopt() function incrementally parses a command line argument list argv and returns the next known option character. An option character is known if it has been specified in the string of accepte... |
|
getopt_long(3) -- get long options from command line argument list
|
|
The getopt_long() function is similar to getopt(3) but it accepts options in two forms: words and characters. The getopt_long() function provides a superset of the functionality of getopt(3). getopt_l... |
|
getopt_long_only(3) -- get long options from command line argument list
|
|
The getopt_long() function is similar to getopt(3) but it accepts options in two forms: words and characters. The getopt_long() function provides a superset of the functionality of getopt(3). getopt_l... |
|
getpagesize(3) -- get system page size
|
|
This interface is obsoleted by sysconf(3). Use sysconf(_SC_PAGESIZE). The getpagesize() function returns the number of bytes in a page. Page granularity is the granularity of many of the memory manage... |
|
getparyx(3) -- get curses cursor and window coordinates
|
|
The getyx macro places the current cursor position of the given window in the two integer variables y and x. If win is a subwindow, the getparyx macro places the beginning coordinates of the subwindow... |
|
getpass(3) -- get a password
|
|
The getpass() function displays a prompt to, and reads in a password from, /dev/tty. If this file is not accessible, getpass() displays the prompt on the standard error output and reads from the stand... |
|
getprotobyname(3) -- get protocol entry
|
|
The getprotoent(), getprotobyname(), and getprotobynumber() functions each return a pointer to an object with the following structure containing the broken-out fields of a line in the network protocol... |
|
getprotobynumber(3) -- get protocol entry
|
|
The getprotoent(), getprotobyname(), and getprotobynumber() functions each return a pointer to an object with the following structure containing the broken-out fields of a line in the network protocol... |
|
getprotoent(3) -- get protocol entry
|
|
The getprotoent(), getprotobyname(), and getprotobynumber() functions each return a pointer to an object with the following structure containing the broken-out fields of a line in the network protocol... |