Section 3

Index into this File Starting with these Letters:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Prev Next Linux Sections: 0 1 2 3 4 5 6 7 8 9 N

- A -

- B -

- C -

- D -

- E -

- F -

- G -

- H -

- I -

- J -

- K -

- L -

- M -

- N -

- O -

- P -

- Q -

- R -

- S -

- T -

- U -

  • ULIMIT - get and set user limits
  • UNDOCUMENTED - undocumented library functions
  • UNGETWC - push back a wide character onto a FILE stream
  • UNLOCKED_STDIO - non-locking stdio functions
  • UNPACK - Unpack the active message buffer into arrays
  • UPDWTMP - append an entry to the wtmp file
  • USLEEP - suspend execution for microsecond intervals
  • UTF - Tcl_UniChar, Tcl_UniCharToUtf, Tcl_UtfToUniChar, Tcl_UniCharToUtfDString, Tcl_UtfToUniCharDString, Tcl_UniCharLen, Tcl_UniCharNcmp, Tcl_UtfCharComplete, Tcl_NumUtfChars, Tcl_UtfFindFirst, Tcl_UtfFindLast, Tcl_UtfNext, Tcl_UtfPrev, Tcl_UniCharAtI
  • UUID_CLEAR - reset value of UUID variable to the NULL value
  • UUID_COMPARE - compare whether two UUIDs are the same
  • UUID_COPY - copy a UUID value
  • UUID_GENERATE - create a new unique UUID value
  • UUID_IS_NULL - compare the value of the UUID to the NULL value
  • UUID_PARSE - convert an input UUID string into the libuuid internal format
  • UUID_TIME - extract the time at which the UUID was created
  • UUID_UNPARSE - output UUID variable in string format

- W -

  • WATCHER: WATCH A SPECIFIED VARIABLE AND PROCESS - it as an instance or scalar object.
  • WCPCPY - copy a wide character string, returning a pointer to its end
  • WCPNCPY - copy a fixed-size string of wide characters, returning a pointer to its end
  • WCRTOMB - convert a wide character to a multibyte sequence
  • WCSCASECMP - compare two wide-character strings, ignoring case
  • WCSCAT - concatenate two wide-character strings
  • WCSCHR - search a wide character in a wide-character string
  • WCSCMP - compare two wide-character strings
  • WCSCPY - copy a wide character string
  • WCSCSPN - search a wide-character string for any of a set of wide characters
  • WCSDUP - duplicate a wide-character string
  • WCSLEN - determine the length of a wide-character string
  • WCSNCASECMP - compare two fixed-size wide-character strings, ignoring case
  • WCSNCAT - concatenate two wide-character strings
  • WCSNCMP - compare two fixed-size wide-character strings
  • WCSNCPY - copy a fixed-size string of wide characters
  • WCSNLEN - determine the length of a fixed-size wide-character string
  • WCSNRTOMBS - convert a wide character string to a multibyte string
  • WCSPBRK - search a wide-character string for any of a set of wide characters
  • WCSRCHR - search a wide character in a