|
getloadavg(3) -- get system load averages
|
The getloadavg() function returns the number of processes in the system run queue averaged over various periods of time. Up to nelem samples are retrieved and assigned to successive elements of loadav... |
getlogin_r(3) -- get/set login name
|
The getlogin() routine returns the login name of the user associated with the current session, as previously set by setlogin(). The name is normally associated with a login shell at the time a session... |
|
getmaxyx(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... |
getmntinfo(3) -- get information about mounted file systems
|
The getmntinfo() function returns an array of statfs() structures describing each currently mounted file system (see statfs(2)). The getmntinfo() function passes its flags argument transparently to ge... |
getmode(3) -- modify mode bits
|
The getmode() function returns a copy of the file permission bits mode as altered by the values pointed to by set. While only the mode bits are altered, other parts of the file mode may be examined. T... |
getmouse(3) -- mouse interface through curses
|
These functions provide an interface to mouse events from ncurses(3X). Mouse events are represented by KEY_MOUSE pseudo-key values in the wgetch input stream. To make mouse events visible, use the mou... |
getnameinfo(3) -- address-to-nodename translation in protocol-independent manner
|
The getnameinfo() function is defined for protocol-independent addressto-nodename translation. Its functionality is a reverse conversion of getaddrinfo(3), and implements similar functionality with ge... |
getnetbyaddr(3) -- get network entry
|
The getnetent(), getnetbyname(), and getnetbyaddr() functions each return a pointer to an object with the following structure describing an internet network. This structure contains either the informa... |
getnetbyname(3) -- get network entry
|
The getnetent(), getnetbyname(), and getnetbyaddr() functions each return a pointer to an object with the following structure describing an internet network. This structure contains either the informa... |
getnetconfig(3) -- get network configuration database entry
|
The library routines described on this page provide the application access to the system network configuration database, /etc/netconfig. The getnetconfig() function returns a pointer to the current en... |
getnetconfigent(3) -- get network configuration database entry
|
The library routines described on this page provide the application access to the system network configuration database, /etc/netconfig. The getnetconfig() function returns a pointer to the current en... |
getnetent(3) -- get network entry
|
The getnetent(), getnetbyname(), and getnetbyaddr() functions each return a pointer to an object with the following structure describing an internet network. This structure contains either the informa... |
getnetgrent(3) -- netgroup database operations
|
These functions operate on the netgroup database file /etc/netgroup which is described in netgroup(5). The database defines a set of netgroups, each made up of one or more triples: (host, user, domain... |
getnetpath(3) -- get /etc/netconfig entry corresponding to NETPATH component
|
The routines described in this page provide the application access to the system network configuration database, /etc/netconfig, as it is ``filtered'' by the NETPATH environment variable (see enviro... |
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 ... |