|
|
|
getsyx(3) -- low-level curses routines
|
|
The following routines give low-level access to various curses capabilities. Theses routines typically are used inside library routines. The def_prog_mode and def_shell_mode routines save the current ... |
|
getttyent(3) -- get ttys file entry
|
|
The getttyent() and getttynam() functions each return a pointer to an object, with the following structure, containing the brokenout fields of a line from the tty description file. struct ttyent { cha... |
|
|
getttynam(3) -- get ttys file entry
|
|
The getttyent() and getttynam() functions each return a pointer to an object, with the following structure, containing the brokenout fields of a line from the tty description file. struct ttyent { cha... |
|
getusershell(3) -- get legal user shells
|
|
The getusershell() function returns a pointer to a legal user shell as defined by the system manager in the file /etc/shells. If /etc/shells is unreadable or does not exist, getusershell() behaves as ... |
|
getw(3) -- get next character or word from input stream
|
|
The fgetc() function obtains the next input character (if present) from the stream pointed at by stream, or the next character pushed back on the stream via ungetc(3). The getc() function acts essenti... |
|
getwd(3) -- get working directory pathname
|
|
The getcwd() function copies the absolute pathname of the current working directory into the memory referenced by buf and returns a pointer to buf. The size argument is the size, in bytes, of the arra... |
|
getwin(3) -- miscellaneous curses utility routines
|
|
The unctrl macro expands to a character string which is a printable representation of the character c. Control characters are displayed in the ^X notation. Printing characters are displayed as is. The... |
|
getyx(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... |
|
get_myaddress(3) -- library routines for remote procedure calls
|
|
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the server. Upon receipt of the packet, the s... |
|
glob(3) -- generate pathnames matching a pattern
|
|
The glob() function is a pathname generator that implements the rules for file name pattern matching used by the shell. The include file defines the structure type glob_t, which contains at l... |
|
globfree(3) -- generate pathnames matching a pattern
|
|
The glob() function is a pathname generator that implements the rules for file name pattern matching used by the shell. The include file defines the structure type glob_t, which contains at l... |
|
gmtime(3) -- convert date and time to ASCII
|
|
The ctime() function converts a time_t, pointed to by clock, representing the time in seconds since 00:00:00 UTC, 1970-01-01, and returns a pointer to a 26-character string of the form Thu Nov 24 18:2... |
|
gmtime_r(3) -- convert date and time to ASCII
|
|
The ctime() function converts a time_t, pointed to by clock, representing the time in seconds since 00:00:00 UTC, 1970-01-01, and returns a pointer to a 26-character string of the form Thu Nov 24 18:2... |
|
group_from_gid(3) -- cache password and group entries
|
|
The user_from_uid() function returns the user name associated with the argument uid. The user name is cached so that multiple calls with the same uid do not require additional calls to getpwuid(3). If... |
|
gtty(3) -- set and get terminal state (defunct)
|
|
These interfaces are obsoleted by ioctl(2). They are available from the compatibility library, libcompat. The stty() function sets the state of the terminal associated with fd. The gtty() function ret... |