| | | | |
| T |
| |
| | tcdrain - wait for transmission of output ( ) |
| |
| | tcflow - suspend or restart the transmission or reception of data ( ) |
| |
| | tcflush - flush non-transmitted output data, non-read input data or both ( ) |
| |
| | tcgetattr - get the parameters associated with the terminal ( ) |
| |
| | tcgetpgrp - get foreground process group ID ( ) |
| |
| | tcgetsid - get process group ID for session leader for controlling terminal ( ) |
| |
| | tcsendbreak - send a ``break'' for a specific duration ( ) |
| |
| | tcsetattr - set the parameters associated with the terminal ( ) |
| |
| | tcsetpgrp - set foreground process group ID ( ) |
| |
| | tdelete - manage binary search trees ( ) |
| |
| | tell - return a file offset for a file descriptor ( ) |
| |
| | telldir - current location of a named directory stream ( ) |
| |
| | tempnam - create a name for a temporary file ( ) |
| |
| | terminal, find the slot of the current user in the user accounting database - ttyslot ( ) |
| |
| | terminal device, slave pseudo |
| | | get name - ptsname ( ) |
| | | grant access - grantpt ( ) |
| |
| | terminal ID, generate path name for controlling terminal - ctermid, ctermid_r ( ) |
| |
| | termios - general terminal interface ( ) |
| |
| | test character for specified class - iswctype ( ) |
| |
| | test for a terminal device - isatty ( ) |
| |
| | text processing utilities |
| | | compile and execute regular expressions - regcmp, regex ( ) |
| | | quick sort - qsort ( ) |
| |
| | text string, - gettxt ( ) |
| |
| | textdomain - select domain of messages ( ) |
| |
| | tfind - manage binary search trees ( ) |
| |
| | time, computes the difference between two calendar times - difftime ( ) |
| |
| | time, calendar, convert from a tm structure - mktime ( ) |
| |
| | time accounting, for current process - times ( ) |
| |
| | time and date |
| | | convert to string - asctime ( ) |
| | | convert to string - ctime ( ) |
| | | convert to string - gmtime ( ) |
| | | convert to string - localtime ( ) |
| | | convert to string - tzset ( ) |
| | | convert to string - tzsetwall ( ) |
| | | convert user format date and time - getdate ( ) |
| | | get - ftime ( ) |
| | | - settimeofday ( ) ( ) |
| |
| | time of day, get and set - gettimeofday, settimeofday ( ) |
| |
| | times - get process times ( ) |
| |
| | tmpfile - create a temporary file ( ) |
| |
| | tmpnam - create a name for a temporary file ( ) |
| |
| | toascii - translate integer to a 7-bit ASCII character ( ) |
| |
| | _tolower - transliterate upper-case characters to lower-case ( ) |
| |
| | tolower - transliterate upper-case characters to lower-case ( ) |
| |
| | _toupper - transliterate lower-case characters to upper-case ( ) |
| |
| | toupper - transliterate lower-case characters to upper-case ( ) |
| |
| | towctrans - wide-character mapping ( ) |
| |
| | towlower - transliterate upper-case wide-character code to lower-case ( ) |
| |
| | towupper - transliterate lower-case wide-character code to upper-case ( ) |
| |
| | translate address to symbolic information - dladdr, dladdr1 ( ) |
| |
| | translate integer to a 7-bit ASCII character - toascii ( ) |
| |
| | translation between signal name and signal number - str2sig ( ) |
| | | sig2str ( ) |
| |
| | transliterate lower-case characters to upper-case - _toupper ( ) |
| |
| | transliterate lower-case characters to upper-case - toupper ( ) |
| |
| | transliterate lower-case wide-character code to upper-case - towupper ( ) |
| |
| | transliterate upper-case characters to lower-case - _tolower ( ) |
| |
| | transliterate upper-case characters to lower-case - tolower ( ) |
| |
| | transliterate upper-case wide-character code to lower-case - towlower ( ) |
| |
| | truncate - set a file to a specified length ( ) |
| |
| | tsearch - manage binary search trees ( ) |
| |
| | ttyname - find pathname of a terminal ( ) |
| | | POSIX ( ) |
| |
| | ttyname_r - find pathname of a terminal ( ) |
| |
| | ttyslot - find the slot of the current user in the user accounting database ( ) |
| |
| | twalk - manage binary search trees ( ) |