| | | | |
| U |
| |
| | uaddr2taddr -- generic transport name-to-address translation ( ) |
| |
| | ualarm -- schedule signal after interval in microseconds ( ) |
| |
| | ulltostr -- string conversion routines ( ) |
| |
| | unctrl -- convert character to printable form ( ) |
| |
| | unget_wch -- push character back onto the input queue ( ) |
| |
| | ungetc -- push byte back into input stream ( ) |
| |
| | ungetch -- push character back onto the input queue ( ) |
| |
| | ungetwc -- push wide-character code back into input stream ( ) |
| |
| | ungetwch -- get (or push back) wchar_t characters from curses terminal keyboard ( ) |
| |
| | unlock a pseudo-terminal master/slave pair -- unlockpt ( ) |
| |
| | unlock a read-write lock object -- pthread_rwlock_unlock ( ) |
| |
| | unlock address space, -- munlockall ( ) |
| |
| | unlock memory pages, -- munlock ( ) |
| |
| | unlockpt -- unlock a pseudo-terminal master/slave pair ( ) |
| |
| | untouchwin -- control window refresh ( ) |
| |
| | updwtmp -- access utmpx file entry ( ) |
| |
| | updwtmpx -- access utmpx file entry ( ) |
| |
| | use complex characters (and renditions) to draw borders |
| | | -- border_set ( ) |
| | | -- box_set ( ) |
| | | -- wborder_set ( ) |
| |
| | use complex characters (and renditions) to draw lines |
| | | -- hline_set ( ) |
| | | -- mvhline_set ( ) |
| | | -- mvvline_set ( ) |
| | | -- mvwhline_set ( ) |
| | | -- mvwvline_set ( ) |
| | | -- vline_set ( ) |
| | | -- whline_set ( ) |
| | | -- wvline_set ( ) |
| |
| | use_env -- set values of lines and columns ( ) |
| |
| | use single-byte characters (and renditions) to draw lines |
| | | -- hline ( ) |
| | | -- mvhline ( ) |
| | | -- mvvline ( ) |
| | | -- mvwhline ( ) |
| | | -- mvwvline ( ) |
| | | -- vline ( ) |
| | | -- whline ( ) |
| | | -- wvline ( ) |
| |
| | user context |
| | | -- makecontext ( ) |
| | | -- swapcontext ( ) |
| |
| | user IDs, get character-string representation -- cuserid ( ) |
| |
| | users, return information from remote machines -- rusers, rnusers ( ) |
| |
| | usleep -- suspend execution for interval in microseconds ( ) |
| |
| | utmp file |
| | | access entry -- getutent ( ) |
| | | find the slot of current user -- ttyslot ( ) |
| |
| | utmpname -- access utmp file entry ( ) |
| |
| | utmpx file, access entry -- getutxent ( ) |
| |
| | utmpxname -- access utmpx file entry ( ) |