|
tmpfile(3) -- temporary file routines
|
The tmpfile() function returns a pointer to a stream associated with a file descriptor returned by the routine mkstemp(3). The created file is unlinked before tmpfile() returns, causing the file to be... |
tmpnam(3) -- temporary file routines
|
The tmpfile() function returns a pointer to a stream associated with a file descriptor returned by the routine mkstemp(3). The created file is unlinked before tmpfile() returns, causing the file to be... |
|
toascii(3) -- convert a byte to 7-bit ASCII
|
The toascii() function strips all but the low 7 bits from a letter, including parity or other marker bits. |
tolower(3) -- upper case to lower case letter conversion
|
The tolower() function converts an upper-case letter to the corresponding lower-case letter. |
toupper(3) -- lower case to upper case letter conversion
|
The toupper() function converts a lower-case letter to the corresponding upper-case letter. |
towlower(3) -- wide character case letter conversion utilities
|
The towlower() function converts an upper-case wide character to the corresponding lower-case letter. The towupper() function converts an lowercase wide character to the corresponding upper-case lette... |
towupper(3) -- wide character case letter conversion utilities
|
The towlower() function converts an upper-case wide character to the corresponding lower-case letter. The towupper() function converts an lowercase wide character to the corresponding upper-case lette... |
tputs(3) -- terminal independent operation routines
|
These functions extract and use capabilities from a terminal capability data base, usually /usr/share/misc/termcap, the format of which is described in termcap(5). These are low level routines; see cu... |
tsearch(3) -- manipulate binary search trees
|
The tdelete(), tfind(), tsearch(), and twalk() functions manage binary search trees based on algorithms T and D from Knuth (6.2.2). The comparison function passed in by the user has the same style of ... |
ttyaction(3) -- ttyaction utility function
|
The ttyaction() function is used by login(1), getty(8), telnetd(8) and rlogind(8) to execute site-specific commands when a login session begins and ends. The ttyaction() function scans the /etc/ttyact... |
ttylock(3) -- locks based on files containing PIDs
|
The pidlock() ttylock(), and ttyunlock() functions attempt to create a lockfile for an arbitrary resource that only one program may hold at a time. (In the case of ttylock(), this is access to a tty d... |
ttymsg(3) -- ttymsg utility function
|
The ttymsg() function is used by programs such as talkd(8), syslogd(8), wall(1), etc., to display the contents of a uio structure on a terminal. ttymsg() forks and finishes in the child if the write w... |
ttyname(3) -- get name of associated terminal (tty) from file descriptor
|
These functions operate on the system file descriptors for terminal type devices. These descriptors are not related to the standard I/O FILE typedef, but refer to the special device files found in /de... |
ttyslot(3) -- get name of associated terminal (tty) from file descriptor
|
These functions operate on the system file descriptors for terminal type devices. These descriptors are not related to the standard I/O FILE typedef, but refer to the special device files found in /de... |
ttyunlock(3) -- locks based on files containing PIDs
|
The pidlock() ttylock(), and ttyunlock() functions attempt to create a lockfile for an arbitrary resource that only one program may hold at a time. (In the case of ttylock(), this is access to a tty d... |