SubName = toupper - convert upper case characters to lower case
SubName = tolower - convert lower case characters to upper case
SubName = _toupper - convert upper case characters to lower case
SubName = _tolower - convert lower case characters to upper case
SubName = toascii - convert characters to 7-bit ASCII
ctime.3C.html:
Title = ctime(3C)
Version = 1.0
Name = ctime, ctime_r, localtime, localtime_r, gmtime, gtime_r, asctime, asctime_r, tzset, timezone, altzone, daylight, tzname - convert date and time to string
SubName = ctime - convert date and time to string
SubName = ctime_r - convert date and time to string
SubName = localtime - convert date and time to string
SubName = localtime_r - convert date and time to string
SubName = gmtime - convert date and time to string
SubName = gtime_r - convert date and time to string
SubName = asctime - convert date and time to string
SubName = asctime_r - convert date and time to string
SubName = tzset - convert date and time to string
SubName = timezone - date and time constant
SubName = altzone - date and time constant
SubName = daylight - date and time constant
SubName = tzname - date and time constant
ctype.3C.html:
Title = ctype(3C)
Version = 1.0
Name = ctype - character handling
SubName = isdigit - test for digit character
SubName = isxdigit - test for hexadecimal digit character
SubName = islower - test for lowercase character
SubName = isupper - test for uppercase character
SubName = isalpha - test for alphabetic character
SubName = isalnum - test for alphanumeric character
SubName = isspace - test for space character
SubName = iscntrl - test for control character
SubName = ispunct - test for punctuation character
SubName = isprint - test for printable character
SubName = isgraph - test for printable character except space
SubName = isascii - test for ASCII character
difftime.3C.html:
Title = difftime(3C)
Version = 1.0
Name = difftime - compute the difference between two calendar times
SubName = FD_ZERO - initialize a null descriptor set
setcat.3C.html:
Title = setcat(3C)
Version = 1.0
Name = setcat - define default catalog
setjmp.3C.html:
Title = setjmp(3C)
Version = 1.0
Name = setjmp - non-local goto
SubName = longjmp - non-local goto
SubName = _longjmp - non-local goto
SubName = _setjmp - non-local goto
setlabel.3C.html:
Title = setlabel(3C)
Version = 1.0
Name = setlabel - define the label for pfmt
setlocale.3C.html:
Title = setlocale(3C)
Version = 1.0
Name = setlocale - modify and query a program's locale
setregid.3C.html:
Title = setregid(3C)
Version = 1.0
Name = setregid - set real and effective group IDs
setreuid.3C.html:
Title = setreuid(3C)
Version = 1.0
Name = setreuid - set real and effective user IDs
siginterrupt.3C.html:
Title = siginterrupt(3C)
Version = 1.0
Name = siginterrupt - allow signals to interrupt system calls
sigsetjmp.3C.html:
Title = sigsetjmp(3C)
Version = 1.0
Name = sigsetjmp - a non-local goto with signal state
SubName = siglongjmp - a non-local goto with signal state
sigsetops.3C.html:
Title = sigsetops(3C)
Version = 1.0
Name = sigsetops: sigemptyset, sigfillset, sigaddset, sigdelset, sigismember - manipulate sets of signals
SubName = sigemptyset - initialize empty signal set
SubName = sigfillset - initialize signal set to all signals
SubName = sigaddset - add to signal set
SubName = sigdelset - delete from signal set
SubName = sigismember - query signal set
sleep.3C.html:
Title = sleep(3C)
Version = 1.0
Name = sleep - suspend execution for interval
stdipc.3C.html:
Title = stdipc(3C)
Version = 1.0
Name = stdipc: ftok - standard interprocess communication package
SubName = ftok - standard interprocess communication package
strcasecmp.3C.html:
Title = strcasecmp(3C)
Version = 1.0
Name = strcasecmp, strncasecmp - case-insensitive string comparisons
SubName = strcasecmp - string operations
SubName = strncasecmp - string operations
strcoll.3C.html:
Title = strcoll(3C)
Version = 1.0
Name = strcoll - string collation
strerror.3C.html:
Title = strerror(3C)
Version = 1.0
Name = strerror - get error message string
strfmon.3C.html:
Title = strfmon(3C)
Version = 1.0
Name = strfmon - convert monetary value to string
strftime.3C.html:
Title = strftime(3C)
Version = 1.0
Name = strftime, cftime, ascftime - convert date and time to string
string.3C.html:
Title = string(3C)
Version = 1.0
Name = string - string operations
SubName = strcat - append copy of one string to another
SubName = strncat - append n characters of one string to another
SubName = strcmp - compare one string to another
SubName = strncmp - compare n characters of one string to another
SubName = strcpy - copy one string to another
SubName = strncpy - copy n characters of one string to another
SubName = strdup - return pointer to new duplicate string
SubName = strlen - return number of characters in string
SubName = strchr - return pointer to first (last) occurrence of c
SubName = strrchr - return pointer to first (last) occurrence of c
SubName = strpbrk - return pointer to first occurrence in string1 of any character in string2
SubName = strspn - return length of initial segment of string1 of characters from (not from) string2
SubName = strcspn - return length of initial segment of string1 of characters from (not from) string2
SubName = strtok - return pointer of string token
SubName = strtok_r - return pointer of string token
SubName = strstr - locate first occurrence in string1 of sequence from string2
strptime.3C.html:
Title = strptime(3C)
Version = 1.0
Name = strptime - date and time conversion
strtod.3C.html:
Title = strtod(3C)
Version = 1.0
Name = strtod, strtold, atof - convert string to double-precision number
SubName = strtold - convert string to double-precision number
SubName = atof - convert string to double-precision number
strtol.3C.html:
Title = strtol(3C)
Version = 1.0
Name = strtol, strtoll, strtoul, strtoull, atol, atoi - convert string to integer
SubName = strtoll - convert string to long long integer
SubName = strtoul - convert string to unsigned long integer
SubName = strtoull - convert string to unsigned long long integer
SubName = atol - convert ASCII to long integer in base 10
SubName = atoi - convert ASCII to integer in base 10
strxfrm.3C.html:
Title = strxfrm(3C)
Version = 1.0
Name = strxfrm - string transformation
swab.3C.html:
Title = swab(3C)
Version = 1.0
Name = swab - swap bytes
sysconf.3C.html:
Title = sysconf(3C)
Version = 1.0
Name = sysconf - get configurable system variables
tcgetspeed.3C.html:
Title = tcgetspeed(3C)
Version = 1.0
Name = tcgetspeed, tcsetspeed - get and set baud rate
SubName = tcsetspeed - get and set baud rate
tcsetpgrp.3C.html:
Title = tcsetpgrp(3C)
Version = 1.0
Name = tcsetpgrp - set terminal foreground process group ID
termios.3C.html:
Title = termios(3C)
Version = 1.0
Name = termios: tcgetattr, tcsetattr, tcsendbreak, tcdrain, tcflush, tcflow, cfgetospeed, cfgetispeed, cfsetispeed, cfsetospeed, tcgetpgrp, tcsetpgrp, tcgetsid - general terminal interface
SubName = tcgetattr - general terminal interface
SubName = tcsetattr - general terminal interface
SubName = tcsendbreak - general terminal interface
SubName = tcdrain - general terminal interface
SubName = tcflush - general terminal interface
SubName = tcflow - general terminal interface
SubName = cfgetospeed - general terminal interface
SubName = cfgetispeed - general terminal interface
SubName = cfsetospeed - general terminal interface
SubName = cfsetispeed - general terminal interface
SubName = tcgetpgrp - general terminal interface
SubName = tcsetpgrp - general terminal interface
SubName = tcgetsid - general terminal interface
tsearch.3C.html:
Title = tsearch(3C)
Version = 1.0
Name = tsearch, tfind, tdelete, twalk - manage binary search trees
SubName = tfind - manage binary search trees
SubName = tdelete - manage binary search trees
SubName = twalk - manage binary search trees
ttyname.3C.html:
Title = ttyname(3C)
Version = 1.0
Name = ttyname, ttyname_r, isatty - find name of a terminal
SubName = isatty - determine if a file descriptor is a terminal device
SubName = ttyname - find name of a terminal
SubName = ttyname_r - find name of a terminal
ttyslot.3C.html:
Title = ttyslot(3C)
Version = 1.0
Name = ttyslot - find the slot in the utmp file of the current user
ualarm.3C.html:
Title = ualarm(3C)
Version = 1.0
Name = ualarm - set the interval timer
unlockpt.3C.html:
Title = unlockpt(3C)
Version = 1.0
Name = unlockpt - unlock a pseudo-terminal master/slave pair
usleep.3C.html:
Title = usleep(3C)
Version = 1.0
Name = usleep - suspend process for interval in microseconds
utimes.3C.html:
Title = utimes(3C)
Version = 1.0
Name = utimes - set file access and modification times
wait.3C.html:
Title = wait(3C)
Version = 1.0
Name = wait3 - wait for child process to change state
SubName = wait3 - wait for child process to change state
wconv.3C.html:
Title = wconv(3C)
Version = 1.0
Name = wconv: towupper, towlower - translate characters
SubName = towupper - translate characters
SubName = towlower - translate characters
wcscat.3C.html:
Title = wcscat(3C)
Version = 1.0
Name = wcscat - concatenate two wide character strings
wcschr.3C.html:
Title = wcschr(3C)
Version = 1.0
Name = wcschr - scan a wide character string
wcscmp.3C.html:
Title = wcscmp(3C)
Version = 1.0
Name = wcscmp - compare two wide character strings
wcscoll.3C.html:
Title = wcscoll(3C)
Version = 1.0
Name = wcscoll - wide character string comparison using collating information
wcscpy.3C.html:
Title = wcscpy(3C)
Version = 1.0
Name = wcscpy - copy a wide character string
wcscspn.3C.html:
Title = wcscspn(3C)
Version = 1.0
Name = wcscspn - get length of complementary wide substring
wcsftime.3C.html:
Title = wcsftime(3C)
Version = 1.0
Name = wcsftime - convert date and time to wide character string
wcslen.3C.html:
Title = wcslen(3C)
Version = 1.0
Name = wcslen - obtain wide character string length
wcsncat.3C.html:
Title = wcsncat(3C)
Version = 1.0
Name = wcsncat - concatenate two wide character strings with bound
wcsncmp.3C.html:
Title = wcsncmp(3C)
Version = 1.0
Name = wcsncmp - compare two wide character strings with bound
wcsncpy.3C.html:
Title = wcsncpy(3C)
Version = 1.0
Name = wcsncpy - copy a wide character string with bound
wcspbrk.3C.html:
Title = wcspbrk(3C)
Version = 1.0
Name = wcspbrk - scan a wide character string for wide characters
wcsrchr.3C.html:
Title = wcsrchr(3C)
Version = 1.0
Name = wcsrchr - reverse wide character string scan
wcsspn.3C.html:
Title = wcsspn(3C)
Version = 1.0
Name = wcsspn - obtain the length of a wide substring
wcsstr.3C.html:
Title = wcsstr(3C)
Version = 1.0
Name = wcsstr, wcswcs - find wide substring
SubName = wcswcs - find wide substring
wcstod.3C.html:
Title = wcstod(3C)
Version = 1.0
Name = wcstod, wcstof, wcstold - convert wide string to floating point value
wcstok.3C.html:
Title = wcstok(3C)
Version = 1.0
Name = wcstok - split a wide character string into tokens
wcstol.3C.html:
Title = wcstol(3C)
Version = 1.0
Name = wcstol - convert a wide character string to a long integer
SubName = wcstoll - convert a wide character string to a long long integer
SubName = wcstoul - convert a wide character string to an unsigned long integer
SubName = wcstoull - convert a wide character string to an unsigned long long integer
wcswidth.3C.html:
Title = wcswidth(3C)
Version = 1.0
Name = wcswidth - determine the number of column positions for a wide character string
wcsxfrm.3C.html:
Title = wcsxfrm(3C)
Version = 1.0
Name = wcsxfrm - wide character string transformation
wctob.3C.html:
Title = wctob(3C)
Version = 1.0
Name = wctob - wide character to byte conversion
wctype.3C.html:
Title = wctype(3C)
Version = 1.0
Name = wctype: iswalpha, iswupper, iswlower, iswdigit, iswxdigit, iswalnum, iswgraph, iswspace, iswpunct, iswprint, iswcntrl - test wide characters for a specified class
SubName = iswalnum - test wide characters for alpha or digit class
SubName = iswalpha - test wide characters for alpha class
SubName = iswcntrl - test wide characters for cntrl class
SubName = iswdigit - test wide characters for digit class
SubName = iswgraph - test wide characters for graph class
SubName = iswlower - test wide characters for lower class
SubName = iswprint - test wide characters for print class
SubName = iswpunct - test wide characters for punct class
SubName = iswspace - test wide characters for space class
SubName = iswupper - test wide characters for upper class
SubName = iswxdigit - test wide characters for xdigit class
wcwidth.3C.html:
Title = wcwidth(3C)
Version = 1.0
Name = wcwidth - determine the number of column positions for a wide character
wordexp.3C.html:
Title = wordexp(3C)
Version = 1.0
Name = wordexp, wordfree - perform word expansions