X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=tab_posix.html;h=324d362bf235213cf64d411ff7ff481b5d743ccc;hb=65380448efeaaebedbfcf204f8c76dced07e6f05;hp=acc2fc645b7063661599eb9c5fa42b2d3d10dae6;hpb=b140fa08f689e7e3d53399ae46e7853331f0e1af;p=musl-tables diff --git a/tab_posix.html b/tab_posix.html index acc2fc6..324d362 100644 --- a/tab_posix.html +++ b/tab_posix.html @@ -1,13 +1,13 @@

musl vs posix api

-

commit

commit e01ac67599dea1fd78a1bd1a0339a1da07dc9578
Date: Mon Jul 25 09:22:05 2011 -0400

when resolving symbols with only weak defs, use first def, not last def -

legend

(any option mark found in the synopsis of a manual is listed in the option column, this is often wrong)

(STREAMS and posix_trace* api is excluded) +

commit

commit d23a543d8acfedb7c0284888d72c4aa347b8c46e
Date: Tue Sep 20 14:51:56 2011 -0400

make stdbool.h conform to c99 +

legend

(STREAMS and posix_trace* apis are excluded)

table

muslposix
statussymdeclnameheaderoptiondesc -
  d FD_CLR sys_select.h pselect, select - synchronous I/O multiplexing -
  d FD_ISSET sys_select.h pselect, select - synchronous I/O multiplexing -
  d FD_SET sys_select.h pselect, select - synchronous I/O multiplexing -
  d FD_ZERO sys_select.h pselect, select - synchronous I/O multiplexing -
 Tp _Exit stdlib.h unistd.h _Exit, _exit - terminate a process -
 Tp _exit stdlib.h unistd.h _Exit, _exit - terminate a process +
  d FD_CLR sys/select.h pselect, select - synchronous I/O multiplexing +
  d FD_ISSET sys/select.h pselect, select - synchronous I/O multiplexing +
  d FD_SET sys/select.h pselect, select - synchronous I/O multiplexing +
  d FD_ZERO sys/select.h pselect, select - synchronous I/O multiplexing +
 Tp _Exit stdlib.h _Exit, _exit - terminate a process +
 Tp _exit unistd.h _Exit, _exit - terminate a process
 Tp _longjmp setjmp.h OB XSI_longjmp, _setjmp - non-local goto
 Tp _setjmp setjmp.h OB XSI_longjmp, _setjmp - non-local goto
  d _tolower ctype.h OB XSI_tolower - transliterate uppercase characters to lowercase @@ -15,7 +15,7 @@
nosym p a64l stdlib.h XSIa64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string
 Tp abort stdlib.h abort - generate an abnormal process abort
 Tp abs stdlib.h abs - return an integer absolute value -
 Tp accept sys_socket.h accept - accept a new connection on a socket +
 Tp accept sys/socket.h accept - accept a new connection on a socket
 Tp access unistd.h access, faccessat - determine accessibility of a file relative to directory file descriptor
 Tp acos math.h acos, acosf, acosl - arc cosine functions
 Tp acosf math.h acos, acosf, acosl - arc cosine functions @@ -23,13 +23,13 @@
 Tp acoshf math.h acosh, acoshf, acoshl - inverse hyperbolic cosine functions
nosym p acoshl math.h acosh, acoshf, acoshl - inverse hyperbolic cosine functions
nosym p acosl math.h acos, acosf, acosl - arc cosine functions -
missing  aio_cancel aio.h aio_cancel - cancel an asynchronous I/O request -
missing  aio_error aio.h aio_error - retrieve errors status for an asynchronous I/O operation -
missing  aio_fsync aio.h aio_fsync - asynchronous file synchronization -
missing  aio_read aio.h aio_read - asynchronous read from a file -
missing  aio_return aio.h aio_return - retrieve return status of an asynchronous I/O operation -
missing  aio_suspend aio.h aio_suspend - wait for an asynchronous I/O request -
missing  aio_write aio.h aio_write - asynchronous write to a file +
 Tp aio_cancel aio.h aio_cancel - cancel an asynchronous I/O request +
 Tp aio_error aio.h aio_error - retrieve errors status for an asynchronous I/O operation +
 Tp aio_fsync aio.h aio_fsync - asynchronous file synchronization +
 Tp aio_read aio.h aio_read - asynchronous read from a file +
 Tp aio_return aio.h aio_return - retrieve return status of an asynchronous I/O operation +
 Tp aio_suspend aio.h aio_suspend - wait for an asynchronous I/O request +
 Tp aio_write aio.h aio_write - asynchronous write to a file
 Tp alarm unistd.h alarm - schedule an alarm signal
 Tp alphasort dirent.h alphasort, scandir - scan a directory
 Tp asctime time.h OBasctime, asctime_r - convert date and time to a string @@ -56,9 +56,9 @@
 Tp atol stdlib.h atol, atoll - convert a string to a long integer
 Tp atoll stdlib.h atol, atoll - convert a string to a long integer
 Tp basename libgen.h XSIbasename - return the last component of a pathname -
 Tp bind sys_socket.h bind - bind a name to a socket +
 Tp bind sys/socket.h bind - bind a name to a socket
 Tp bsearch stdlib.h bsearch - binary search a sorted table -
 Tp btowc stdio.h wchar.h btowc - single byte to wide character conversion +
 Tp btowc stdio.h wchar.h btowc - single byte to wide character conversion
missing  cabs complex.h cabs, cabsf, cabsl - return a complex absolute value
missing  cabsf complex.h cabs, cabsf, cabsl - return a complex absolute value
missing  cabsl complex.h cabs, cabsf, cabsl - return a complex absolute value @@ -107,7 +107,7 @@
 Tp cfsetispeed termios.h cfsetispeed - set input baud rate
 Tp cfsetospeed termios.h cfsetospeed - set output baud rate
 Tp chdir unistd.h chdir - change working directory -
 Tp chmod sys_stat.h chmod, fchmodat - change mode of a file relative to directory file descriptor +
 Tp chmod sys/stat.h chmod, fchmodat - change mode of a file relative to directory file descriptor
 Tp chown unistd.h chown, fchownat - change owner and group of a file relative to directory file descriptor
missing  cimag complex.h cimag, cimagf, cimagl - complex imaginary functions
missing  cimagf complex.h cimag, cimagf, cimagl - complex imaginary functions @@ -129,7 +129,7 @@
missing  conj complex.h conj, conjf, conjl - complex conjugate functions
missing  conjf complex.h conj, conjf, conjl - complex conjugate functions
missing  conjl complex.h conj, conjf, conjl - complex conjugate functions -
 Tp connect sys_socket.h connect - connect a socket +
 Tp connect sys/socket.h connect - connect a socket
 Tp copysign math.h copysign, copysignf, copysignl - number manipulation function
 Tp copysignf math.h copysign, copysignf, copysignl - number manipulation function
nosym p copysignl math.h copysign, copysignf, copysignl - number manipulation function @@ -148,7 +148,7 @@
missing  creal complex.h creal, crealf, creall - complex real functions
missing  crealf complex.h creal, crealf, creall - complex real functions
missing  creall complex.h creal, crealf, creall - complex real functions -
 Tp creat sys/stat.h fcntl.h OHcreat - create a new file or rewrite an existing one +
 Tp creat sys/stat.h fcntl.h OHcreat - create a new file or rewrite an existing one
 Tp crypt unistd.h XSIcrypt - string encoding function (CRYPT)
missing  csin complex.h csin, csinf, csinl - complex sine functions
missing  csinf complex.h csin, csinf, csinl - complex sine functions @@ -165,7 +165,7 @@
missing  ctanhf complex.h ctanh, ctanhf, ctanhl - complex hyperbolic tangent functions
missing  ctanhl complex.h ctanh, ctanhf, ctanhl - complex hyperbolic tangent functions
missing  ctanl complex.h ctan, ctanf, ctanl - complex tangent functions -
 Tp p ctermid stdio.h CXctermid - generate a pathname for the controlling terminal +
 Tp p ctermid stdio.h CXctermid - generate a pathname for the controlling terminal
 Tp ctime time.h OBctime, ctime_r - convert a time value to a date and time string
 Tp ctime_r time.h OB CXctime, ctime_r - convert a time value to a date and time string
 Vx daylight time.h XSIdaylight, timezone, tzname, tzset - set timezone conversion information @@ -182,11 +182,11 @@
 Tp dirfd dirent.h dirfd - extract the file descriptor used by a DIR stream
 Tp dirname libgen.h XSIdirname - report the parent directory name of a file pathname
 Tp div stdlib.h div - compute the quotient and remainder of an integer division -
 Tp dlclose dlfcn.h dlclose - close a dlopen object -
 Tp dlerror dlfcn.h dlerror - get diagnostic information -
 Tp dlopen dlfcn.h dlopen - gain access to an executable object file +
nosym p dlclose dlfcn.h dlclose - close a dlopen object +
nosym p dlerror dlfcn.h dlerror - get diagnostic information +
nosym p dlopen dlfcn.h dlopen - gain access to an executable object file
 Tp dlsym dlfcn.h dlsym - obtain the address of a symbol from a dlopen object -
 Tp dprintf stdio.h CXdprintf, fprintf, printf, snprintf, sprintf - print formatted output +
 Tp dprintf stdio.h CXdprintf, fprintf, printf, snprintf, sprintf - print formatted output
 Tp drand48 stdlib.h XSIdrand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 Tp dup unistd.h dup, dup2 - duplicate an open file descriptor
 Tp dup2 unistd.h dup, dup2 - duplicate an open file descriptor @@ -229,8 +229,8 @@
nosym p fabsl math.h fabs, fabsf, fabsl - absolute value function
 Tp faccessat unistd.h access, faccessat - determine accessibility of a file relative to directory file descriptor
 Tp fchdir unistd.h fchdir - change working directory -
 Tp fchmod sys_stat.h fchmod - change mode of a file -
 Tp fchmodat sys_stat.h chmod, fchmodat - change mode of a file relative to directory file descriptor +
 Tp fchmod sys/stat.h fchmod - change mode of a file +
 Tp fchmodat sys/stat.h chmod, fchmodat - change mode of a file relative to directory file descriptor
 Tp fchown unistd.h fchown - change owner and group of a file
 Tp fchownat unistd.h chown, fchownat - change owner and group of a file relative to directory file descriptor
 Tp fclose stdio.h fclose - close a stream @@ -239,7 +239,7 @@
nosym p fdim math.h fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
nosym p fdimf math.h fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
nosym p fdiml math.h fdim, fdimf, fdiml - compute positive difference between two floating-point numbers -
 Wp fdopen stdio.h CXfdopen - associate a stream with a file descriptor +
 Wp fdopen stdio.h CXfdopen - associate a stream with a file descriptor
 Tp fdopendir dirent.h fdopendir, opendir - open directory associated with file descriptor
 Tp feclearexcept fenv.h feclearexcept - clear floating-point exception
 Tp fegetenv fenv.h fegetenv, fesetenv - get and set current floating-point environment @@ -260,10 +260,10 @@
 Tp fgetc stdio.h fgetc - get a byte from a stream
 Tp fgetpos stdio.h fgetpos - get current file position information
 Tp fgets stdio.h fgets - get a string from a stream -
 Tp fgetwc stdio.h wchar.h fgetwc - get a wide-character code from a stream -
 Tp fgetws stdio.h wchar.h fgetws - get a wide-character string from a stream -
 Tp fileno stdio.h CXfileno - map a stream pointer to a file descriptor -
 Tp flockfile stdio.h CXflockfile, ftrylockfile, funlockfile - stdio locking functions +
 Tp fgetwc stdio.h wchar.h fgetwc - get a wide-character code from a stream +
 Tp fgetws stdio.h wchar.h fgetws - get a wide-character string from a stream +
 Tp fileno stdio.h CXfileno - map a stream pointer to a file descriptor +
 Tp flockfile stdio.h CXflockfile, ftrylockfile, funlockfile - stdio locking functions
 Tp floor math.h floor, floorf, floorl - floor function
 Tp floorf math.h floor, floorf, floorl - floor function
nosym p floorl math.h floor, floorf, floorl - floor function @@ -273,7 +273,7 @@
nosym p fmax math.h fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
nosym p fmaxf math.h fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
nosym p fmaxl math.h fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers -
missing  fmemopen stdio.h CXfmemopen - open a memory buffer stream +
 Tp fmemopen stdio.h CXfmemopen - open a memory buffer stream
nosym p fmin math.h fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
nosym p fminf math.h fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
nosym p fminl math.h fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers @@ -289,11 +289,11 @@
 Tp fprintf stdio.h dprintf, fprintf, printf, snprintf, sprintf - print formatted output
 Tp fputc stdio.h fputc - put a byte on a stream
 Tp fputs stdio.h fputs - put a string on a stream -
 Tp fputwc stdio.h wchar.h fputwc - put a wide-character code on a stream -
 Tp fputws stdio.h wchar.h fputws - put a wide-character string on a stream +
 Tp fputwc stdio.h wchar.h fputwc - put a wide-character code on a stream +
 Tp fputws stdio.h wchar.h fputws - put a wide-character string on a stream
 Tp fread stdio.h fread - binary input
 Tp free stdlib.h free - free allocated memory -
 Tp freeaddrinfo sys_socket.h netdb.h freeaddrinfo, getaddrinfo - get address information +
 Tp freeaddrinfo sys/socket.h netdb.h freeaddrinfo, getaddrinfo - get address information
 Tp freelocale locale.h CXfreelocale - free resources allocated for a locale object
 Tp freopen stdio.h freopen - open a stream
 Tp frexp math.h frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number @@ -301,34 +301,34 @@
 Tp frexpl math.h frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number
 Tp fscanf stdio.h fscanf, scanf, sscanf - convert formatted input
 Tp fseek stdio.h fseek, fseeko - reposition a file-position indicator in a stream -
 Wp fseeko stdio.h CXfseek, fseeko - reposition a file-position indicator in a stream +
 Wp fseeko stdio.h CXfseek, fseeko - reposition a file-position indicator in a stream
 Tp fsetpos stdio.h fsetpos - set current file position -
 Tp fstat sys_stat.h fstat - get file status -
 Tp fstatat sys_stat.h fstatat, lstat, stat - get file status -
 Tp fstatvfs sys_statvfs.h fstatvfs, statvfs - get file system information +
 Tp fstat sys/stat.h fstat - get file status +
 Tp fstatat sys/stat.h fstatat, lstat, stat - get file status +
 Tp fstatvfs sys/statvfs.h fstatvfs, statvfs - get file system information
 Tp fsync unistd.h FSCfsync - synchronize changes to a file
 Tp ftell stdio.h ftell, ftello - return a file offset in a stream -
 Wp ftello stdio.h CXftell, ftello - return a file offset in a stream -
 Tp ftok sys_ipc.h XSIftok - generate an IPC key +
 Wp ftello stdio.h CXftell, ftello - return a file offset in a stream +
 Tp ftok sys/ipc.h XSIftok - generate an IPC key
 Tp ftruncate unistd.h ftruncate - truncate a file to a specified length -
 Tp ftrylockfile stdio.h CXflockfile, ftrylockfile, funlockfile - stdio locking functions +
 Tp ftrylockfile stdio.h CXflockfile, ftrylockfile, funlockfile - stdio locking functions
 Tp ftw ftw.h OB XSIftw - traverse (walk) a file tree -
 Tp funlockfile stdio.h CXflockfile, ftrylockfile, funlockfile - stdio locking functions -
 Tp futimens sys_stat.h sys_time.h futimens, utimensat, utimes - set file access and modification times -
 Tp fwide stdio.h wchar.h fwide - set stream orientation -
 Tp fwprintf stdio.h wchar.h fwprintf, swprintf, wprintf - print formatted wide-character output +
 Tp funlockfile stdio.h CXflockfile, ftrylockfile, funlockfile - stdio locking functions +
 Tp futimens sys/stat.h futimens, utimensat, utimes - set file access and modification times +
 Tp fwide stdio.h wchar.h fwide - set stream orientation +
 Tp fwprintf stdio.h wchar.h fwprintf, swprintf, wprintf - print formatted wide-character output
 Tp fwrite stdio.h fwrite - binary output -
 Tp fwscanf stdio.h wchar.h fwscanf, swscanf, wscanf - convert formatted wide-character input +
 Tp fwscanf stdio.h wchar.h fwscanf, swscanf, wscanf - convert formatted wide-character input
 Tp gai_strerror netdb.h gai_strerror - address and name information error description -
 Tp getaddrinfo sys_socket.h netdb.h freeaddrinfo, getaddrinfo - get address information +
 Tp getaddrinfo sys/socket.h netdb.h freeaddrinfo, getaddrinfo - get address information
 Wp getc stdio.h getc - get a byte from a stream -
 Tp getc_unlocked stdio.h CXgetc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking +
 Tp getc_unlocked stdio.h CXgetc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
 Tp getchar stdio.h getchar - get a byte from a .I stdin stream -
 Tp getchar_unlocked stdio.h CXgetc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking +
 Tp getchar_unlocked stdio.h CXgetc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
 Tp getcwd unistd.h getcwd - get the pathname of the current working directory
nosym p getdate time.h XSIgetdate - convert user format date and time
nosym x getdate_err time.h XSIgetdate - convert user format date and time -
 Tp getdelim stdio.h CXgetdelim, getline - read a delimited record from .I stream +
 Tp getdelim stdio.h CXgetdelim, getline - read a delimited record from .I stream
 Tp getegid unistd.h getegid - get the effective group ID
 Tp getenv stdlib.h getenv - get value of an environment variable
 Tp geteuid unistd.h geteuid - get the effective user ID @@ -342,21 +342,21 @@
 Tp gethostent netdb.h endhostent, gethostent, sethostent - network host database functions
 Tp gethostid unistd.h XSIgethostid - get an identifier for the current host
 Tp gethostname unistd.h gethostname - get name of current host -
 Tp getitimer sys_time.h OB XSIgetitimer, setitimer - get and set value of interval timer -
 Tp getline stdio.h CXgetdelim, getline - read a delimited record from .I stream +
 Tp getitimer sys/time.h OB XSIgetitimer, setitimer - get and set value of interval timer +
 Tp getline stdio.h CXgetdelim, getline - read a delimited record from .I stream
 Tp getlogin unistd.h getlogin, getlogin_r - get login name
 Tp getlogin_r unistd.h getlogin, getlogin_r - get login name -
 Tp getnameinfo sys_socket.h netdb.h getnameinfo - get name information +
 Tp getnameinfo sys/socket.h netdb.h getnameinfo - get name information
 Tp getnetbyaddr netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 Tp getnetbyname netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 Wp getnetent netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 Tp p getopt unistd.h getopt, optarg, opterr, optind, optopt - command option parsing -
 Tp getpeername sys_socket.h getpeername - get the name of the peer socket +
 Tp getpeername sys/socket.h getpeername - get the name of the peer socket
 Tp getpgid unistd.h getpgid - get the process group ID for a process
 Tp getpgrp unistd.h getpgrp - get the process group ID of the calling process
 Tp getpid unistd.h getpid - get the process ID
 Tp getppid unistd.h getppid - get the parent process ID -
 Tp getpriority sys_resource.h XSIgetpriority, setpriority - get and set the nice value +
 Tp getpriority sys/resource.h XSIgetpriority, setpriority - get and set the nice value
 Tp getprotobyname netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
 Tp getprotobynumber netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
 TWp getprotoent netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions @@ -365,23 +365,23 @@
 Tp getpwnam_r pwd.h getpwnam, getpwnam_r - search user database for a name
 Tp getpwuid pwd.h getpwuid, getpwuid_r - search user database for a user ID
 Tp getpwuid_r pwd.h getpwuid, getpwuid_r - search user database for a user ID -
 Tp getrlimit sys_resource.h XSIgetrlimit, setrlimit - control maximum resource consumption -
 Tp getrusage sys_resource.h XSIgetrusage - get information about resource utilization +
 Tp getrlimit sys/resource.h XSIgetrlimit, setrlimit - control maximum resource consumption +
 Tp getrusage sys/resource.h XSIgetrusage - get information about resource utilization
 Tp gets stdio.h OBgets - get a string from a .I stdin stream
 Tp getservbyname netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 Tp getservbyport netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 TWp getservent netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 Tp getsid unistd.h getsid - get the process group ID of a session leader -
 Tp getsockname sys_socket.h getsockname - get the socket name -
 Tp getsockopt sys_socket.h getsockopt - get the socket options +
 Tp getsockname sys/socket.h getsockname - get the socket name +
 Tp getsockopt sys/socket.h getsockopt - get the socket options
 Tp getsubopt stdlib.h getsubopt - parse suboption arguments from a string -
 Tp gettimeofday sys_time.h OB XSIgettimeofday - get the date and time +
 Tp gettimeofday sys/time.h OB XSIgettimeofday - get the date and time
 Tp getuid unistd.h getuid - get a real user ID
 Tp getutxent utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 Tp getutxid utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 Tp getutxline utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions -
 Tp getwc stdio.h wchar.h getwc - get a wide character from a stream -
 Tp getwchar wchar.h getwchar - get a wide character from a .I stdin stream +
 Tp getwc stdio.h wchar.h getwc - get a wide character from a stream +
 Tp getwchar wchar.h getwchar - get a wide character from a .I stdin stream
 Tp glob glob.h glob, globfree - generate pathnames matching a pattern
 Tp globfree glob.h glob, globfree - generate pathnames matching a pattern
 Tp gmtime time.h gmtime, gmtime_r - convert a time value to a broken-down UTC time @@ -390,27 +390,27 @@
 Tp hcreate search.h XSIhcreate, hdestroy, hsearch - manage hash search table
 Tp hdestroy search.h XSIhcreate, hdestroy, hsearch - manage hash search table
 Tp hsearch search.h XSIhcreate, hdestroy, hsearch - manage hash search table -
 Tp p htonl arpa_inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order -
 Tp p htons arpa_inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order +
 Tp p htonl arpa/inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order +
 Tp p htons arpa/inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order
 Tp hypot math.h hypot, hypotf, hypotl - Euclidean distance function
 Tp hypotf math.h hypot, hypotf, hypotl - Euclidean distance function
nosym p hypotl math.h hypot, hypotf, hypotl - Euclidean distance function
 Tp iconv iconv.h iconv - codeset conversion function
 Tp iconv_close iconv.h iconv_close - codeset conversion deallocation function
 Tp iconv_open iconv.h iconv_open - codeset conversion allocation function -
nosym p if_freenameindex net_if.h if_freenameindex - free memory allocated by if_nameindex -
 Tp if_indextoname net_if.h if_indextoname - map a network interface index to its corresponding name -
nosym p if_nameindex net_if.h if_nameindex - return all network interface names and indexes -
 Tp if_nametoindex net_if.h if_nametoindex - map a network interface name to its corresponding index +
 Tp if_freenameindex net/if.h if_freenameindex - free memory allocated by if_nameindex +
 Tp if_indextoname net/if.h if_indextoname - map a network interface index to its corresponding name +
 Tp if_nameindex net/if.h if_nameindex - return all network interface names and indexes +
 Tp if_nametoindex net/if.h if_nametoindex - map a network interface name to its corresponding index
 Tp ilogb math.h ilogb, ilogbf, ilogbl - return an unbiased exponent
 Tp ilogbf math.h ilogb, ilogbf, ilogbl - return an unbiased exponent
nosym p ilogbl math.h ilogb, ilogbf, ilogbl - return an unbiased exponent
 Tp imaxabs inttypes.h imaxabs - return absolute value
 Tp imaxdiv inttypes.h imaxdiv - return quotient and remainder -
 Tp inet_addr arpa_inet.h inet_addr, inet_ntoa - IPv4 address manipulation -
 Tp inet_ntoa arpa_inet.h inet_addr, inet_ntoa - IPv4 address manipulation -
 Tp inet_ntop arpa_inet.h inet_ntop, inet_pton - convert IPv4 and IPv6 addresses between binary and text form -
 Tp inet_pton arpa_inet.h inet_ntop, inet_pton - convert IPv4 and IPv6 addresses between binary and text form +
 Tp inet_addr arpa/inet.h inet_addr, inet_ntoa - IPv4 address manipulation +
 Tp inet_ntoa arpa/inet.h inet_addr, inet_ntoa - IPv4 address manipulation +
 Tp inet_ntop arpa/inet.h inet_ntop, inet_pton - convert IPv4 and IPv6 addresses between binary and text form +
 Tp inet_pton arpa/inet.h inet_ntop, inet_pton - convert IPv4 and IPv6 addresses between binary and text form
 Tp initstate stdlib.h XSIinitstate, random, setstate, srandom - pseudo-random number functions
 Tp insque search.h XSIinsque, remque - insert or remove an element in a queue
 Tp isalnum ctype.h isalnum, isalnum_l - test for an alphanumeric character @@ -447,31 +447,31 @@
  d isunordered math.h isunordered - test if arguments are unordered
 Td p isupper ctype.h isupper, isupper_l - test for an uppercase letter
 Tp isupper_l ctype.h CXisupper, isupper_l - test for an uppercase letter -
 Tp p iswalnum wctype.h iswalnum, iswalnum_l - test for an alphanumeric wide-character code +
 Tp p iswalnum wctype.h iswalnum, iswalnum_l - test for an alphanumeric wide-character code
missing  iswalnum_l wctype.h CXiswalnum, iswalnum_l - test for an alphanumeric wide-character code -
 Tp p iswalpha wctype.h iswalpha, iswalpha_l - test for an alphabetic wide-character code +
 Tp p iswalpha wctype.h iswalpha, iswalpha_l - test for an alphabetic wide-character code
missing  iswalpha_l wctype.h CXiswalpha, iswalpha_l - test for an alphabetic wide-character code -
 Tp p iswblank wctype.h iswblank, iswblank_l - test for a blank wide-character code +
 Tp p iswblank wctype.h iswblank, iswblank_l - test for a blank wide-character code
missing  iswblank_l wctype.h CXiswblank, iswblank_l - test for a blank wide-character code -
 Tp p iswcntrl wctype.h iswcntrl, iswcntrl_l - test for a control wide-character code +
 Tp p iswcntrl wctype.h iswcntrl, iswcntrl_l - test for a control wide-character code
missing  iswcntrl_l wctype.h CXiswcntrl, iswcntrl_l - test for a control wide-character code -
 Tp p iswctype wctype.h iswctype, iswctype_l - test character for a specified class +
 Tp p iswctype wctype.h iswctype, iswctype_l - test character for a specified class
missing  iswctype_l wctype.h CXiswctype, iswctype_l - test character for a specified class -
 Td d d p d d d p iswdigit wctype.h iswdigit, iswdigit_l - test for a decimal digit wide-character code +
 Td d d p d d d p iswdigit wctype.h iswdigit, iswdigit_l - test for a decimal digit wide-character code
missing  iswdigit_l wctype.h CXiswdigit, iswdigit_l - test for a decimal digit wide-character code -
 Tp p iswgraph wctype.h iswgraph, iswgraph_l - test for a visible wide-character code +
 Tp p iswgraph wctype.h iswgraph, iswgraph_l - test for a visible wide-character code
missing  iswgraph_l wctype.h CXiswgraph, iswgraph_l - test for a visible wide-character code -
 Tp p iswlower wctype.h iswlower, iswlower_l - test for a lowercase letter wide-character code +
 Tp p iswlower wctype.h iswlower, iswlower_l - test for a lowercase letter wide-character code
missing  iswlower_l wctype.h CXiswlower, iswlower_l - test for a lowercase letter wide-character code -
 Tp p iswprint wctype.h iswprint, iswprint_l - test for a printable wide-character code +
 Tp p iswprint wctype.h iswprint, iswprint_l - test for a printable wide-character code
missing  iswprint_l wctype.h CXiswprint, iswprint_l - test for a printable wide-character code -
 Tp p iswpunct wctype.h iswpunct, iswpunct_l - test for a punctuation wide-character code +
 Tp p iswpunct wctype.h iswpunct, iswpunct_l - test for a punctuation wide-character code
missing  iswpunct_l wctype.h CXiswpunct, iswpunct_l - test for a punctuation wide-character code -
 Tp p iswspace wctype.h iswspace, iswspace_l - test for a white-space wide-character code +
 Tp p iswspace wctype.h iswspace, iswspace_l - test for a white-space wide-character code
missing  iswspace_l wctype.h CXiswspace, iswspace_l - test for a white-space wide-character code -
 Tp p iswupper wctype.h iswupper, iswupper_l - test for an uppercase letter wide-character code +
 Tp p iswupper wctype.h iswupper, iswupper_l - test for an uppercase letter wide-character code
missing  iswupper_l wctype.h CXiswupper, iswupper_l - test for an uppercase letter wide-character code -
 Tp p iswxdigit wctype.h iswxdigit, iswxdigit_l - test for a hexadecimal digit wide-character code +
 Tp p iswxdigit wctype.h iswxdigit, iswxdigit_l - test for a hexadecimal digit wide-character code
missing  iswxdigit_l wctype.h CXiswxdigit, iswxdigit_l - test for a hexadecimal digit wide-character code
 Tp isxdigit ctype.h isxdigit, isxdigit_l - test for a hexadecimal digit
 Tp isxdigit_l ctype.h CXisxdigit, isxdigit_l - test for a hexadecimal digit @@ -479,8 +479,8 @@
nosym p j1 math.h XSIj0, j1, jn - Bessel functions of the first kind
nosym p jn math.h XSIj0, j1, jn - Bessel functions of the first kind
 Tp jrand48 stdlib.h XSIdrand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers -
 Tp kill signal.h CXkill - send a signal to a process or a group of processes -
 Tp killpg signal.h XSIkillpg - send a signal to a process group +
 Tp kill signal.h CXkill - send a signal to a process or a group of processes +
 Tp killpg signal.h XSIkillpg - send a signal to a process group
nosym p l64a stdlib.h XSIa64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string
 Tp labs stdlib.h labs, llabs - return a long integer absolute value
 Tp lchown unistd.h lchown - change the owner and group of a symbolic link @@ -495,8 +495,8 @@
nosym p lgammal math.h lgamma, lgammaf, lgammal, signgam - log gamma function
 Tp link unistd.h link, linkat - link one file to another file relative to two directory file descriptors
 Tp linkat unistd.h link, linkat - link one file to another file relative to two directory file descriptors -
missing  lio_listio aio.h lio_listio - list directed I/O -
 Tp listen sys_socket.h listen - listen for socket connections and limit the queue of incoming connections +
 Tp lio_listio aio.h lio_listio - list directed I/O +
 Tp listen sys/socket.h listen - listen for socket connections and limit the queue of incoming connections
 Tp llabs stdlib.h labs, llabs - return a long integer absolute value
 Tp lldiv stdlib.h ldiv, lldiv - compute quotient and remainder of a long division
 Tp llrint math.h llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction @@ -534,14 +534,14 @@
nosym p lroundl math.h lround, lroundf, lroundl - round to nearest integer value
 Tp lsearch search.h XSIlsearch, lfind - linear search and update
 Tp lseek unistd.h lseek - move the read/write file offset -
 Tp lstat sys_stat.h fstatat, lstat, stat - get file status +
 Tp lstat sys/stat.h fstatat, lstat, stat - get file status
 TWp malloc stdlib.h malloc - a memory allocator
 Tp mblen stdlib.h mblen - get number of bytes in a character -
 Tp mbrlen wchar.h mbrlen - get number of bytes in a character (restartable) -
 Tp mbrtowc wchar.h mbrtowc - convert a character to a wide-character code (restartable) -
 Tp mbsinit wchar.h mbsinit - determine conversion object status -
 Tp mbsnrtowcs wchar.h CXmbsnrtowcs, mbsrtowcs - convert a character string to a wide-character string (restartable) -
 Tp mbsrtowcs wchar.h mbsnrtowcs, mbsrtowcs - convert a character string to a wide-character string (restartable) +
 Tp mbrlen wchar.h mbrlen - get number of bytes in a character (restartable) +
 Tp mbrtowc wchar.h mbrtowc - convert a character to a wide-character code (restartable) +
 Tp mbsinit wchar.h mbsinit - determine conversion object status +
 Tp mbsnrtowcs wchar.h CXmbsnrtowcs, mbsrtowcs - convert a character string to a wide-character string (restartable) +
 Tp mbsrtowcs wchar.h mbsnrtowcs, mbsrtowcs - convert a character string to a wide-character string (restartable)
 Tp mbstowcs stdlib.h mbstowcs - convert a character string to a wide-character string
 Tp mbtowc stdlib.h mbtowc - convert a character to a wide-character code
 Tp memccpy string.h XSImemccpy - copy bytes in memory @@ -550,41 +550,41 @@
 Tp memcpy string.h memcpy - copy bytes in memory
 Tp memmove string.h memmove - copy bytes in memory with overlapping areas
 Tp memset string.h memset - set bytes in memory -
 Tp mkdir sys_stat.h mkdir, mkdirat - make a directory relative to directory file descriptor -
 Tp mkdirat sys_stat.h mkdir, mkdirat - make a directory relative to directory file descriptor +
 Tp mkdir sys/stat.h mkdir, mkdirat - make a directory relative to directory file descriptor +
 Tp mkdirat sys/stat.h mkdir, mkdirat - make a directory relative to directory file descriptor
 Tp mkdtemp stdlib.h CXmkdtemp, mkstemp - create a unique directory or file -
 Tp mkfifo sys_stat.h mkfifo, mkfifoat - make a FIFO special file relative to directory file descriptor -
 Tp mkfifoat sys_stat.h mkfifo, mkfifoat - make a FIFO special file relative to directory file descriptor -
 Tp mknod sys_stat.h XSImknod, mknodat - make directory, special file, or regular file -
 Tp mknodat sys_stat.h XSImknod, mknodat - make directory, special file, or regular file +
 Tp mkfifo sys/stat.h mkfifo, mkfifoat - make a FIFO special file relative to directory file descriptor +
 Tp mkfifoat sys/stat.h mkfifo, mkfifoat - make a FIFO special file relative to directory file descriptor +
 Tp mknod sys/stat.h XSImknod, mknodat - make directory, special file, or regular file +
 Tp mknodat sys/stat.h XSImknod, mknodat - make directory, special file, or regular file
 Tp mkstemp stdlib.h CXmkdtemp, mkstemp - create a unique directory or file
 Tp mktime time.h mktime - convert broken-down time into time since the Epoch -
 Tp mlock sys_mman.h MLRmlock, munlock - lock or unlock a range of process address space (REALTIME) -
 Tp mlockall sys_mman.h MLmlockall, munlockall - lock/unlock the address space of a process (REALTIME) -
 Wp mmap sys_mman.h mmap - map pages of memory +
 Tp mlock sys/mman.h MLRmlock, munlock - lock or unlock a range of process address space (REALTIME) +
 Tp mlockall sys/mman.h MLmlockall, munlockall - lock/unlock the address space of a process (REALTIME) +
 Wp mmap sys/mman.h mmap - map pages of memory
 Tp modf math.h modf, modff, modfl - decompose a floating-point number
 Tp modff math.h modf, modff, modfl - decompose a floating-point number
nosym p modfl math.h modf, modff, modfl - decompose a floating-point number -
 Tp mprotect sys_mman.h mprotect - set protection of memory mapping +
 Tp mprotect sys/mman.h mprotect - set protection of memory mapping
 Tp mq_close mqueue.h MSGmq_close - close a message queue (REALTIME)
 Tp mq_getattr mqueue.h MSGmq_getattr - get message queue attributes (REALTIME)
 Tp mq_notify mqueue.h MSGmq_notify - notify process that a message is available (REALTIME)
 Tp mq_open mqueue.h MSGmq_open - open a message queue (REALTIME) -
 Tp mq_receive mqueue.h mqueue.h time.h MSGmq_receive, mq_timedreceive - receive a message from a message queue (REALTIME) -
 Tp mq_send mqueue.h mqueue.h time.h MSGmq_send, mq_timedsend - send a message to a message queue (REALTIME) +
 Tp mq_receive mqueue.h MSGmq_receive, mq_timedreceive - receive a message from a message queue (REALTIME) +
 Tp mq_send mqueue.h MSGmq_send, mq_timedsend - send a message to a message queue (REALTIME)
 Tp mq_setattr mqueue.h MSGmq_setattr - set message queue attributes (REALTIME) -
 Tp mq_timedreceive mqueue.h mqueue.h time.h MSGmq_receive, mq_timedreceive - receive a message from a message queue (REALTIME) -
 Tp mq_timedsend mqueue.h mqueue.h time.h MSGmq_send, mq_timedsend - send a message to a message queue (REALTIME) +
 Tp mq_timedreceive mqueue.h time.h MSGmq_receive, mq_timedreceive - receive a message from a message queue (REALTIME) +
 Tp mq_timedsend mqueue.h time.h MSGmq_send, mq_timedsend - send a message to a message queue (REALTIME)
 Tp mq_unlink mqueue.h MSGmq_unlink - remove a message queue (REALTIME)
 Tp mrand48 stdlib.h XSIdrand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers -
 Tp msgctl sys_msg.h XSImsgctl - XSI message control operations -
 Tp msgget sys_msg.h XSImsgget - get the XSI message queue identifier -
 Tp msgrcv sys_msg.h XSImsgrcv - XSI message receive operation -
 Tp msgsnd sys_msg.h XSImsgsnd - XSI message send operation -
 Tp msync sys_mman.h XSImsync - synchronize memory with physical storage -
 Tp munlock sys_mman.h MLRmlock, munlock - lock or unlock a range of process address space (REALTIME) -
 Tp munlockall sys_mman.h MLmlockall, munlockall - lock/unlock the address space of a process (REALTIME) -
 Wp munmap sys_mman.h munmap - unmap pages of memory +
 Tp msgctl sys/msg.h XSImsgctl - XSI message control operations +
 Tp msgget sys/msg.h XSImsgget - get the XSI message queue identifier +
 Tp msgrcv sys/msg.h XSImsgrcv - XSI message receive operation +
 Tp msgsnd sys/msg.h XSImsgsnd - XSI message send operation +
 Tp msync sys/mman.h XSImsync - synchronize memory with physical storage +
 Tp munlock sys/mman.h MLRmlock, munlock - lock or unlock a range of process address space (REALTIME) +
 Tp munlockall sys/mman.h MLmlockall, munlockall - lock/unlock the address space of a process (REALTIME) +
 Wp munmap sys/mman.h munmap - unmap pages of memory
nosym p nan math.h nan, nanf, nanl - return quiet NaN
nosym p nanf math.h nan, nanf, nanl - return quiet NaN
nosym p nanl math.h nan, nanf, nanl - return quiet NaN @@ -604,12 +604,12 @@
 Wp nl_langinfo langinfo.h nl_langinfo, nl_langinfo_l - language information
nosym p nl_langinfo_l langinfo.h nl_langinfo, nl_langinfo_l - language information
 Tp nrand48 stdlib.h XSIdrand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers -
 Tp p ntohl arpa_inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order -
 Tp p ntohs arpa_inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order -
 Tp open sys/stat.h fcntl.h OHopen, openat - open file relative to directory file descriptor -
missing  open_memstream stdio.h wchar.h CXopen_memstream, open_wmemstream - open a dynamic memory buffer stream -
missing  open_wmemstream stdio.h wchar.h CXopen_memstream, open_wmemstream - open a dynamic memory buffer stream -
 Tp openat sys/stat.h fcntl.h OHopen, openat - open file relative to directory file descriptor +
 Tp p ntohl arpa/inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order +
 Tp p ntohs arpa/inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order +
 Tp open sys/stat.h fcntl.h OHopen, openat - open file relative to directory file descriptor +
 Tp open_memstream stdio.h CXopen_memstream, open_wmemstream - open a dynamic memory buffer stream +
 Tp open_wmemstream wchar.h CXopen_memstream, open_wmemstream - open a dynamic memory buffer stream +
 Tp openat sys/stat.h fcntl.h OHopen, openat - open file relative to directory file descriptor
 Tp opendir dirent.h fdopendir, opendir - open directory associated with file descriptor
 Tp openlog syslog.h XSIcloselog, openlog, setlogmask, syslog - control system log
 Cx x optarg unistd.h getopt, optarg, opterr, optind, optopt - command option parsing @@ -618,15 +618,15 @@
 Cx x optopt unistd.h getopt, optarg, opterr, optind, optopt - command option parsing
 Tp pathconf unistd.h fpathconf, pathconf - get configurable pathname variables
 Tp pause unistd.h pause - suspend the thread until a signal is received -
 Tp pclose stdio.h CXpclose - close a pipe stream to or from a process +
 Tp pclose stdio.h CXpclose - close a pipe stream to or from a process
 Tp perror stdio.h perror - write error messages to standard error
 Tp pipe unistd.h pipe - create an interprocess channel
 Tp poll poll.h poll - input/output multiplexing -
 Tp popen stdio.h CXpopen - initiate pipe streams to or from a process +
 Tp popen stdio.h CXpopen - initiate pipe streams to or from a process
 Tp posix_fadvise fcntl.h ADVposix_fadvise - file advisory information (ADVANCED REALTIME)
 Tp posix_fallocate fcntl.h ADVposix_fallocate - file space control (ADVANCED REALTIME) -
 Tp posix_madvise sys_mman.h ADVposix_madvise - memory advisory information and alignment control (ADVANCED REALTIME) -
missing  posix_mem_offset sys_mman.h TYMposix_mem_offset - find offset and length of a mapped typed memory block (ADVANCED REALTIME) +
 Tp posix_madvise sys/mman.h ADVposix_madvise - memory advisory information and alignment control (ADVANCED REALTIME) +
missing  posix_mem_offset sys/mman.h TYMposix_mem_offset - find offset and length of a mapped typed memory block (ADVANCED REALTIME)
 Tp posix_memalign stdlib.h ADVposix_memalign - aligned memory allocation (ADVANCED REALTIME)
 Tp posix_openpt stdlib.h fcntl.h XSIposix_openpt - open a pseudo-terminal device
 Tp posix_spawn spawn.h SPNposix_spawn, posix_spawnp - spawn a process (ADVANCED REALTIME) @@ -635,14 +635,14 @@
 Tp posix_spawn_file_actions_addopen spawn.h SPNposix_spawn_file_actions_addclose, posix_spawn_file_actions_addopen - add close or open action to spawn file actions object (ADVANCED REALTIME)
 Tp posix_spawn_file_actions_destroy spawn.h SPNposix_spawn_file_actions_destroy, posix_spawn_file_actions_init - destroy and initialize spawn file actions object (ADVANCED REALTIME)
 Tp posix_spawn_file_actions_init spawn.h SPNposix_spawn_file_actions_destroy, posix_spawn_file_actions_init - destroy and initialize spawn file actions object (ADVANCED REALTIME) -
nosym p posix_spawnattr_destroy spawn.h SPNposix_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (ADVANCED REALTIME) +
 Tp posix_spawnattr_destroy spawn.h SPNposix_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (ADVANCED REALTIME)
 Tp posix_spawnattr_getflags spawn.h SPNposix_spawnattr_getflags, posix_spawnattr_setflags - get and set the spawn-flags attribute of a spawn attributes object (ADVANCED REALTIME)
 Tp posix_spawnattr_getpgroup spawn.h SPNposix_spawnattr_getpgroup, posix_spawnattr_setpgroup - get and set the spawn-pgroup attribute of a spawn attributes object (ADVANCED REALTIME)
missing  posix_spawnattr_getschedparam spawn.h sched.h SPN PSposix_spawnattr_getschedparam, posix_spawnattr_setschedparam - get and set the spawn-schedparam attribute of a spawn attributes object (ADVANCED REALTIME)
missing  posix_spawnattr_getschedpolicy spawn.h sched.h SPN PSposix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy - get and set the spawn-schedpolicy attribute of a spawn attributes object (ADVANCED REALTIME)
 Tp posix_spawnattr_getsigdefault signal.h spawn.h SPNposix_spawnattr_getsigdefault, posix_spawnattr_setsigdefault - get and set the spawn-sigdefault attribute of a spawn attributes object (ADVANCED REALTIME)
 Tp posix_spawnattr_getsigmask signal.h spawn.h SPNposix_spawnattr_getsigmask, posix_spawnattr_setsigmask - get and set the spawn-sigmask attribute of a spawn attributes object (ADVANCED REALTIME) -
nosym p posix_spawnattr_init spawn.h SPNposix_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (ADVANCED REALTIME) +
 Tp posix_spawnattr_init spawn.h SPNposix_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (ADVANCED REALTIME)
 Tp posix_spawnattr_setflags spawn.h SPNposix_spawnattr_getflags, posix_spawnattr_setflags - get and set the spawn-flags attribute of a spawn attributes object (ADVANCED REALTIME)
 Tp posix_spawnattr_setpgroup spawn.h SPNposix_spawnattr_getpgroup, posix_spawnattr_setpgroup - get and set the spawn-pgroup attribute of a spawn attributes object (ADVANCED REALTIME)
missing  posix_spawnattr_setschedparam spawn.h sched.h SPN PSposix_spawnattr_getschedparam, posix_spawnattr_setschedparam - get and set the spawn-schedparam attribute of a spawn attributes object (ADVANCED REALTIME) @@ -650,131 +650,131 @@
 Tp posix_spawnattr_setsigdefault signal.h spawn.h SPNposix_spawnattr_getsigdefault, posix_spawnattr_setsigdefault - get and set the spawn-sigdefault attribute of a spawn attributes object (ADVANCED REALTIME)
 Tp posix_spawnattr_setsigmask signal.h spawn.h SPNposix_spawnattr_getsigmask, posix_spawnattr_setsigmask - get and set the spawn-sigmask attribute of a spawn attributes object (ADVANCED REALTIME)
 Tp posix_spawnp spawn.h SPNposix_spawn, posix_spawnp - spawn a process (ADVANCED REALTIME) -
missing  posix_typed_mem_get_info sys_mman.h TYMposix_typed_mem_get_info - query typed memory information (ADVANCED REALTIME) -
missing  posix_typed_mem_open sys_mman.h TYMposix_typed_mem_open - open a typed memory object (ADVANCED REALTIME) +
missing  posix_typed_mem_get_info sys/mman.h TYMposix_typed_mem_get_info - query typed memory information (ADVANCED REALTIME) +
missing  posix_typed_mem_open sys/mman.h TYMposix_typed_mem_open - open a typed memory object (ADVANCED REALTIME)
 Tp pow math.h pow, powf, powl - power function
 Tp powf math.h pow, powf, powl - power function
nosym p powl math.h pow, powf, powl - power function
 Tp pread unistd.h pread, read - read from a file
 Tp printf stdio.h dprintf, fprintf, printf, snprintf, sprintf - print formatted output -
 Tp pselect sys_select.h pselect, select - synchronous I/O multiplexing -
nodeclT psiginfo signal.h CXpsiginfo, psignal - print signal information to standard error -
nodeclT psignal signal.h CXpsiginfo, psignal - print signal information to standard error -
 Tp pthread_atfork pthread.h pthread_atfork - register fork handlers -
 Tp pthread_attr_destroy pthread.h pthread_attr_destroy, pthread_attr_init - destroy and initialize the thread attributes object -
 Tp pthread_attr_getdetachstate pthread.h pthread_attr_getdetachstate, pthread_attr_setdetachstate - get and set the detachstate attribute -
 Tp pthread_attr_getguardsize pthread.h pthread_attr_getguardsize, pthread_attr_setguardsize - get and set the thread guardsize attribute -
nosym p pthread_attr_getinheritsched pthread.h TPSpthread_attr_getinheritsched, pthread_attr_setinheritsched - get and set the inheritsched attribute (REALTIME THREADS) -
 Tp pthread_attr_getschedparam pthread.h pthread_attr_getschedparam, pthread_attr_setschedparam - get and set the schedparam attribute -
nosym p pthread_attr_getschedpolicy pthread.h TPSpthread_attr_getschedpolicy, pthread_attr_setschedpolicy - get and set the schedpolicy attribute (REALTIME THREADS) -
 Tp pthread_attr_getscope pthread.h TPSpthread_attr_getscope, pthread_attr_setscope - get and set the contentionscope attribute (REALTIME THREADS) -
nosym p pthread_attr_getstack pthread.h TSA TSSpthread_attr_getstack, pthread_attr_setstack - get and set stack attributes -
 Tp pthread_attr_getstacksize pthread.h TSSpthread_attr_getstacksize, pthread_attr_setstacksize - get and set the stacksize attribute -
 Tp pthread_attr_init pthread.h pthread_attr_destroy, pthread_attr_init - destroy and initialize the thread attributes object -
 Tp pthread_attr_setdetachstate pthread.h pthread_attr_getdetachstate, pthread_attr_setdetachstate - get and set the detachstate attribute -
 Tp pthread_attr_setguardsize pthread.h pthread_attr_getguardsize, pthread_attr_setguardsize - get and set the thread guardsize attribute -
nosym p pthread_attr_setinheritsched pthread.h TPSpthread_attr_getinheritsched, pthread_attr_setinheritsched - get and set the inheritsched attribute (REALTIME THREADS) -
 Tp pthread_attr_setschedparam pthread.h pthread_attr_getschedparam, pthread_attr_setschedparam - get and set the schedparam attribute -
nosym p pthread_attr_setschedpolicy pthread.h TPSpthread_attr_getschedpolicy, pthread_attr_setschedpolicy - get and set the schedpolicy attribute (REALTIME THREADS) -
 Tp pthread_attr_setscope pthread.h TPSpthread_attr_getscope, pthread_attr_setscope - get and set the contentionscope attribute (REALTIME THREADS) -
nosym p pthread_attr_setstack pthread.h TSA TSSpthread_attr_getstack, pthread_attr_setstack - get and set stack attributes -
 Tp pthread_attr_setstacksize pthread.h TSSpthread_attr_getstacksize, pthread_attr_setstacksize - get and set the stacksize attribute -
 Tp pthread_barrier_destroy pthread.h pthread_barrier_destroy, pthread_barrier_init - destroy and initialize a barrier object -
 Tp pthread_barrier_init pthread.h pthread_barrier_destroy, pthread_barrier_init - destroy and initialize a barrier object -
 Tp pthread_barrier_wait pthread.h pthread_barrier_wait - synchronize at a barrier -
 Tp pthread_barrierattr_destroy pthread.h pthread_barrierattr_destroy, pthread_barrierattr_init - destroy and initialize the barrier attributes object -
 Tp pthread_barrierattr_getpshared pthread.h TSHpthread_barrierattr_getpshared, pthread_barrierattr_setpshared - get and set the process-shared attribute of the barrier attributes object -
 Tp pthread_barrierattr_init pthread.h pthread_barrierattr_destroy, pthread_barrierattr_init - destroy and initialize the barrier attributes object -
 Tp pthread_barrierattr_setpshared pthread.h TSHpthread_barrierattr_getpshared, pthread_barrierattr_setpshared - get and set the process-shared attribute of the barrier attributes object -
 Tp pthread_cancel pthread.h pthread_cancel - cancel execution of a thread -
  d pthread_cleanup_pop pthread.h pthread_cleanup_pop, pthread_cleanup_push - establish cancellation handlers -
  d pthread_cleanup_push pthread.h pthread_cleanup_pop, pthread_cleanup_push - establish cancellation handlers -
 Tp pthread_cond_broadcast pthread.h pthread_cond_broadcast, pthread_cond_signal - broadcast or signal a condition -
 Tp pthread_cond_destroy pthread.h pthread_cond_destroy, pthread_cond_init - destroy and initialize condition variables -
 Tp pthread_cond_init pthread.h pthread_cond_destroy, pthread_cond_init - destroy and initialize condition variables -
 Tp pthread_cond_signal pthread.h pthread_cond_broadcast, pthread_cond_signal - broadcast or signal a condition -
 Tp pthread_cond_timedwait pthread.h pthread_cond_timedwait, pthread_cond_wait - wait on a condition -
 Tp pthread_cond_wait pthread.h pthread_cond_timedwait, pthread_cond_wait - wait on a condition -
 Tp pthread_condattr_destroy pthread.h pthread_condattr_destroy, pthread_condattr_init - destroy and initialize the condition variable attributes object -
 Tp pthread_condattr_getclock pthread.h pthread_condattr_getclock, pthread_condattr_setclock - get and set the clock selection condition variable attribute -
 Tp pthread_condattr_getpshared pthread.h TSHpthread_condattr_getpshared, pthread_condattr_setpshared - get and set the process-shared condition variable attributes -
 Tp pthread_condattr_init pthread.h pthread_condattr_destroy, pthread_condattr_init - destroy and initialize the condition variable attributes object -
 Tp pthread_condattr_setclock pthread.h pthread_condattr_getclock, pthread_condattr_setclock - get and set the clock selection condition variable attribute -
 Tp pthread_condattr_setpshared pthread.h TSHpthread_condattr_getpshared, pthread_condattr_setpshared - get and set the process-shared condition variable attributes +
 Tp pselect sys/select.h pselect, select - synchronous I/O multiplexing +
 Tp psiginfo signal.h CXpsiginfo, psignal - print signal information to standard error +
 Tp psignal signal.h CXpsiginfo, psignal - print signal information to standard error +
 Tp pthread_atfork pthread.h pthread_atfork - register fork handlers +
 Tp pthread_attr_destroy pthread.h pthread_attr_destroy, pthread_attr_init - destroy and initialize the thread attributes object +
 Tp pthread_attr_getdetachstate pthread.h pthread_attr_getdetachstate, pthread_attr_setdetachstate - get and set the detachstate attribute +
 Tp pthread_attr_getguardsize pthread.h pthread_attr_getguardsize, pthread_attr_setguardsize - get and set the thread guardsize attribute +
nosym p pthread_attr_getinheritsched pthread.h TPSpthread_attr_getinheritsched, pthread_attr_setinheritsched - get and set the inheritsched attribute (REALTIME THREADS) +
 Tp pthread_attr_getschedparam pthread.h pthread_attr_getschedparam, pthread_attr_setschedparam - get and set the schedparam attribute +
nosym p pthread_attr_getschedpolicy pthread.h TPSpthread_attr_getschedpolicy, pthread_attr_setschedpolicy - get and set the schedpolicy attribute (REALTIME THREADS) +
 Tp pthread_attr_getscope pthread.h TPSpthread_attr_getscope, pthread_attr_setscope - get and set the contentionscope attribute (REALTIME THREADS) +
nosym p pthread_attr_getstack pthread.h TSA TSSpthread_attr_getstack, pthread_attr_setstack - get and set stack attributes +
 Tp pthread_attr_getstacksize pthread.h TSSpthread_attr_getstacksize, pthread_attr_setstacksize - get and set the stacksize attribute +
 Tp pthread_attr_init pthread.h pthread_attr_destroy, pthread_attr_init - destroy and initialize the thread attributes object +
 Tp pthread_attr_setdetachstate pthread.h pthread_attr_getdetachstate, pthread_attr_setdetachstate - get and set the detachstate attribute +
 Tp pthread_attr_setguardsize pthread.h pthread_attr_getguardsize, pthread_attr_setguardsize - get and set the thread guardsize attribute +
nosym p pthread_attr_setinheritsched pthread.h TPSpthread_attr_getinheritsched, pthread_attr_setinheritsched - get and set the inheritsched attribute (REALTIME THREADS) +
 Tp pthread_attr_setschedparam pthread.h pthread_attr_getschedparam, pthread_attr_setschedparam - get and set the schedparam attribute +
nosym p pthread_attr_setschedpolicy pthread.h TPSpthread_attr_getschedpolicy, pthread_attr_setschedpolicy - get and set the schedpolicy attribute (REALTIME THREADS) +
 Tp pthread_attr_setscope pthread.h TPSpthread_attr_getscope, pthread_attr_setscope - get and set the contentionscope attribute (REALTIME THREADS) +
nosym p pthread_attr_setstack pthread.h TSA TSSpthread_attr_getstack, pthread_attr_setstack - get and set stack attributes +
 Tp pthread_attr_setstacksize pthread.h TSSpthread_attr_getstacksize, pthread_attr_setstacksize - get and set the stacksize attribute +
 Tp pthread_barrier_destroy pthread.h pthread_barrier_destroy, pthread_barrier_init - destroy and initialize a barrier object +
 Tp pthread_barrier_init pthread.h pthread_barrier_destroy, pthread_barrier_init - destroy and initialize a barrier object +
 Tp pthread_barrier_wait pthread.h pthread_barrier_wait - synchronize at a barrier +
 Tp pthread_barrierattr_destroy pthread.h pthread_barrierattr_destroy, pthread_barrierattr_init - destroy and initialize the barrier attributes object +
 Tp pthread_barrierattr_getpshared pthread.h TSHpthread_barrierattr_getpshared, pthread_barrierattr_setpshared - get and set the process-shared attribute of the barrier attributes object +
 Tp pthread_barrierattr_init pthread.h pthread_barrierattr_destroy, pthread_barrierattr_init - destroy and initialize the barrier attributes object +
 Tp pthread_barrierattr_setpshared pthread.h TSHpthread_barrierattr_getpshared, pthread_barrierattr_setpshared - get and set the process-shared attribute of the barrier attributes object +
 Tp pthread_cancel pthread.h pthread_cancel - cancel execution of a thread +
  d pthread_cleanup_pop pthread.h pthread_cleanup_pop, pthread_cleanup_push - establish cancellation handlers +
  d pthread_cleanup_push pthread.h pthread_cleanup_pop, pthread_cleanup_push - establish cancellation handlers +
 Tp pthread_cond_broadcast pthread.h pthread_cond_broadcast, pthread_cond_signal - broadcast or signal a condition +
 Tp pthread_cond_destroy pthread.h pthread_cond_destroy, pthread_cond_init - destroy and initialize condition variables +
 Tp pthread_cond_init pthread.h pthread_cond_destroy, pthread_cond_init - destroy and initialize condition variables +
 Tp pthread_cond_signal pthread.h pthread_cond_broadcast, pthread_cond_signal - broadcast or signal a condition +
 Tp pthread_cond_timedwait pthread.h pthread_cond_timedwait, pthread_cond_wait - wait on a condition +
 Tp pthread_cond_wait pthread.h pthread_cond_timedwait, pthread_cond_wait - wait on a condition +
 Tp pthread_condattr_destroy pthread.h pthread_condattr_destroy, pthread_condattr_init - destroy and initialize the condition variable attributes object +
 Tp pthread_condattr_getclock pthread.h pthread_condattr_getclock, pthread_condattr_setclock - get and set the clock selection condition variable attribute +
 Tp pthread_condattr_getpshared pthread.h TSHpthread_condattr_getpshared, pthread_condattr_setpshared - get and set the process-shared condition variable attributes +
 Tp pthread_condattr_init pthread.h pthread_condattr_destroy, pthread_condattr_init - destroy and initialize the condition variable attributes object +
 Tp pthread_condattr_setclock pthread.h pthread_condattr_getclock, pthread_condattr_setclock - get and set the clock selection condition variable attribute +
 Tp pthread_condattr_setpshared pthread.h TSHpthread_condattr_getpshared, pthread_condattr_setpshared - get and set the process-shared condition variable attributes
 Tp pthread_create pthread.h pthread_create - thread creation
 Tp pthread_detach pthread.h pthread_detach - detach a thread -
 Tp pthread_equal pthread.h pthread_equal - compare thread IDs +
 Td p pthread_equal pthread.h pthread_equal - compare thread IDs
 Tp pthread_exit pthread.h pthread_exit - thread termination -
 Tp pthread_getconcurrency pthread.h OB XSIpthread_getconcurrency, pthread_setconcurrency - get and set the level of concurrency +
 Tp pthread_getconcurrency pthread.h OB XSIpthread_getconcurrency, pthread_setconcurrency - get and set the level of concurrency
missing  pthread_getcpuclockid pthread.h time.h TCTpthread_getcpuclockid - access a thread CPU-time clock (ADVANCED REALTIME THREADS)
missing  pthread_getschedparam pthread.h TPSpthread_getschedparam, pthread_setschedparam - dynamic thread scheduling parameters access (REALTIME THREADS) -
 Tp pthread_getspecific pthread.h pthread_getspecific, pthread_setspecific - thread-specific data management +
 Tp pthread_getspecific pthread.h pthread_getspecific, pthread_setspecific - thread-specific data management
 Tp pthread_join pthread.h pthread_join - wait for thread termination -
 Tp pthread_key_create pthread.h pthread_key_create - thread-specific data key creation -
 Tp pthread_key_delete pthread.h pthread_key_delete - thread-specific data key deletion -
 Tp pthread_kill signal.h CXpthread_kill - send a signal to a thread -
 Tp pthread_mutex_consistent pthread.h pthread_mutex_consistent - mark state protected by robust mutex as consistent -
 Tp pthread_mutex_destroy pthread.h pthread_mutex_destroy, pthread_mutex_init - destroy and initialize a mutex +
 Tp pthread_key_create pthread.h pthread_key_create - thread-specific data key creation +
 Tp pthread_key_delete pthread.h pthread_key_delete - thread-specific data key deletion +
 Tp pthread_kill signal.h CXpthread_kill - send a signal to a thread +
 Tp pthread_mutex_consistent pthread.h pthread_mutex_consistent - mark state protected by robust mutex as consistent +
 Tp pthread_mutex_destroy pthread.h pthread_mutex_destroy, pthread_mutex_init - destroy and initialize a mutex
missing  pthread_mutex_getprioceiling pthread.h RPPpthread_mutex_getprioceiling, pthread_mutex_setprioceiling - get and set the priority ceiling of a mutex (REALTIME THREADS) -
 Tp pthread_mutex_init pthread.h pthread_mutex_destroy, pthread_mutex_init - destroy and initialize a mutex -
 Tp pthread_mutex_lock pthread.h pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex +
 Tp pthread_mutex_init pthread.h pthread_mutex_destroy, pthread_mutex_init - destroy and initialize a mutex +
 Tp pthread_mutex_lock pthread.h pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex
missing  pthread_mutex_setprioceiling pthread.h RPPpthread_mutex_getprioceiling, pthread_mutex_setprioceiling - get and set the priority ceiling of a mutex (REALTIME THREADS) -
 Tp pthread_mutex_timedlock pthread.h time.h pthread_mutex_timedlock - lock a mutex -
 Tp pthread_mutex_trylock pthread.h pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex -
 Tp pthread_mutex_unlock pthread.h pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex -
 Tp pthread_mutexattr_destroy pthread.h pthread_mutexattr_destroy, pthread_mutexattr_init - destroy and initialize the mutex attributes object -
nosym p pthread_mutexattr_getprioceiling pthread.h RPPpthread_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling - get and set the prioceiling attribute of the mutex attributes object (REALTIME THREADS) -
nosym p pthread_mutexattr_getprotocol pthread.h MC1pthread_mutexattr_getprotocol, pthread_mutexattr_setprotocol - get and set the protocol attribute of the mutex attributes object (REALTIME THREADS) -
 Tp pthread_mutexattr_getpshared pthread.h TSHpthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get and set the process-shared attribute -
 Tp pthread_mutexattr_getrobust pthread.h pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the mutex robust attribute -
 Tp pthread_mutexattr_gettype pthread.h pthread_mutexattr_gettype, pthread_mutexattr_settype - get and set the mutex type attribute -
 Tp pthread_mutexattr_init pthread.h pthread_mutexattr_destroy, pthread_mutexattr_init - destroy and initialize the mutex attributes object -
nosym p pthread_mutexattr_setprioceiling pthread.h RPPpthread_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling - get and set the prioceiling attribute of the mutex attributes object (REALTIME THREADS) -
nosym p pthread_mutexattr_setprotocol pthread.h MC1pthread_mutexattr_getprotocol, pthread_mutexattr_setprotocol - get and set the protocol attribute of the mutex attributes object (REALTIME THREADS) -
 Tp pthread_mutexattr_setpshared pthread.h TSHpthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get and set the process-shared attribute -
 Tp pthread_mutexattr_setrobust pthread.h pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the mutex robust attribute -
 Tp pthread_mutexattr_settype pthread.h pthread_mutexattr_gettype, pthread_mutexattr_settype - get and set the mutex type attribute -
 Tp pthread_once pthread.h pthread_once - dynamic package initialization -
 Tp pthread_rwlock_destroy pthread.h pthread_rwlock_destroy, pthread_rwlock_init - destroy and initialize a read-write lock object -
 Tp pthread_rwlock_init pthread.h pthread_rwlock_destroy, pthread_rwlock_init - destroy and initialize a read-write lock object -
 Tp pthread_rwlock_rdlock pthread.h pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a read-write lock object for reading -
 Tp pthread_rwlock_timedrdlock pthread.h time.h pthread_rwlock_timedrdlock - lock a read-write lock for reading -
 Tp pthread_rwlock_timedwrlock pthread.h time.h pthread_rwlock_timedwrlock - lock a read-write lock for writing -
 Tp pthread_rwlock_tryrdlock pthread.h pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a read-write lock object for reading -
 Tp pthread_rwlock_trywrlock pthread.h pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a read-write lock object for writing -
 Tp pthread_rwlock_unlock pthread.h pthread_rwlock_unlock - unlock a read-write lock object -
 Tp pthread_rwlock_wrlock pthread.h pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a read-write lock object for writing -
 Tp pthread_rwlockattr_destroy pthread.h pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and initialize the read-write lock attributes object -
 Tp pthread_rwlockattr_getpshared pthread.h TSHpthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get and set the process-shared attribute of the read-write lock attributes object -
 Tp pthread_rwlockattr_init pthread.h pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and initialize the read-write lock attributes object -
 Tp pthread_rwlockattr_setpshared pthread.h TSHpthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get and set the process-shared attribute of the read-write lock attributes object +
 Tp pthread_mutex_timedlock pthread.h time.h pthread_mutex_timedlock - lock a mutex +
 Tp pthread_mutex_trylock pthread.h pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex +
 Tp pthread_mutex_unlock pthread.h pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex +
 Tp pthread_mutexattr_destroy pthread.h pthread_mutexattr_destroy, pthread_mutexattr_init - destroy and initialize the mutex attributes object +
nosym p pthread_mutexattr_getprioceiling pthread.h RPPpthread_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling - get and set the prioceiling attribute of the mutex attributes object (REALTIME THREADS) +
nosym p pthread_mutexattr_getprotocol pthread.h MC1pthread_mutexattr_getprotocol, pthread_mutexattr_setprotocol - get and set the protocol attribute of the mutex attributes object (REALTIME THREADS) +
 Tp pthread_mutexattr_getpshared pthread.h TSHpthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get and set the process-shared attribute +
 Tp pthread_mutexattr_getrobust pthread.h pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the mutex robust attribute +
 Tp pthread_mutexattr_gettype pthread.h pthread_mutexattr_gettype, pthread_mutexattr_settype - get and set the mutex type attribute +
 Tp pthread_mutexattr_init pthread.h pthread_mutexattr_destroy, pthread_mutexattr_init - destroy and initialize the mutex attributes object +
nosym p pthread_mutexattr_setprioceiling pthread.h RPPpthread_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling - get and set the prioceiling attribute of the mutex attributes object (REALTIME THREADS) +
nosym p pthread_mutexattr_setprotocol pthread.h MC1pthread_mutexattr_getprotocol, pthread_mutexattr_setprotocol - get and set the protocol attribute of the mutex attributes object (REALTIME THREADS) +
 Tp pthread_mutexattr_setpshared pthread.h TSHpthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get and set the process-shared attribute +
 Tp pthread_mutexattr_setrobust pthread.h pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the mutex robust attribute +
 Tp pthread_mutexattr_settype pthread.h pthread_mutexattr_gettype, pthread_mutexattr_settype - get and set the mutex type attribute +
 Tp pthread_once pthread.h pthread_once - dynamic package initialization +
 Tp pthread_rwlock_destroy pthread.h pthread_rwlock_destroy, pthread_rwlock_init - destroy and initialize a read-write lock object +
 Tp pthread_rwlock_init pthread.h pthread_rwlock_destroy, pthread_rwlock_init - destroy and initialize a read-write lock object +
 Tp pthread_rwlock_rdlock pthread.h pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a read-write lock object for reading +
 Tp pthread_rwlock_timedrdlock pthread.h time.h pthread_rwlock_timedrdlock - lock a read-write lock for reading +
 Tp pthread_rwlock_timedwrlock pthread.h time.h pthread_rwlock_timedwrlock - lock a read-write lock for writing +
 Tp pthread_rwlock_tryrdlock pthread.h pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a read-write lock object for reading +
 Tp pthread_rwlock_trywrlock pthread.h pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a read-write lock object for writing +
 Tp pthread_rwlock_unlock pthread.h pthread_rwlock_unlock - unlock a read-write lock object +
 Tp pthread_rwlock_wrlock pthread.h pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a read-write lock object for writing +
 Tp pthread_rwlockattr_destroy pthread.h pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and initialize the read-write lock attributes object +
 Tp pthread_rwlockattr_getpshared pthread.h TSHpthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get and set the process-shared attribute of the read-write lock attributes object +
 Tp pthread_rwlockattr_init pthread.h pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and initialize the read-write lock attributes object +
 Tp pthread_rwlockattr_setpshared pthread.h TSHpthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get and set the process-shared attribute of the read-write lock attributes object
 Tp pthread_self pthread.h pthread_self - get the calling thread ID -
 Tp pthread_setcancelstate pthread.h pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state -
 Tp pthread_setcanceltype pthread.h pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state -
 Tp pthread_setconcurrency pthread.h OB XSIpthread_getconcurrency, pthread_setconcurrency - get and set the level of concurrency +
 Tp pthread_setcancelstate pthread.h pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state +
 Tp pthread_setcanceltype pthread.h pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state +
 Tp pthread_setconcurrency pthread.h OB XSIpthread_getconcurrency, pthread_setconcurrency - get and set the level of concurrency
missing  pthread_setschedparam pthread.h TPSpthread_getschedparam, pthread_setschedparam - dynamic thread scheduling parameters access (REALTIME THREADS)
missing  pthread_setschedprio pthread.h TPSpthread_setschedprio - dynamic thread scheduling parameters access (REALTIME THREADS) -
 Tp pthread_setspecific pthread.h pthread_getspecific, pthread_setspecific - thread-specific data management -
 Tp pthread_sigmask signal.h CXpthread_sigmask, sigprocmask - examine and change blocked signals -
 Tp pthread_spin_destroy pthread.h pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object -
 Tp pthread_spin_init pthread.h pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object -
 Tp pthread_spin_lock pthread.h pthread_spin_lock, pthread_spin_trylock - lock a spin lock object -
 Tp pthread_spin_trylock pthread.h pthread_spin_lock, pthread_spin_trylock - lock a spin lock object -
 Tp pthread_spin_unlock pthread.h pthread_spin_unlock - unlock a spin lock object -
 Tp pthread_testcancel pthread.h pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state +
 Tp pthread_setspecific pthread.h pthread_getspecific, pthread_setspecific - thread-specific data management +
 Tp pthread_sigmask signal.h CXpthread_sigmask, sigprocmask - examine and change blocked signals +
 Tp pthread_spin_destroy pthread.h pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object +
 Tp pthread_spin_init pthread.h pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object +
 Tp pthread_spin_lock pthread.h pthread_spin_lock, pthread_spin_trylock - lock a spin lock object +
 Tp pthread_spin_trylock pthread.h pthread_spin_lock, pthread_spin_trylock - lock a spin lock object +
 Tp pthread_spin_unlock pthread.h pthread_spin_unlock - unlock a spin lock object +
 Tp pthread_testcancel pthread.h pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
 Tp ptsname stdlib.h XSIptsname - get name of the slave pseudo-terminal device
 Wp putc stdio.h putc - put a byte on a stream -
 Tp putc_unlocked stdio.h CXgetc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking +
 Tp putc_unlocked stdio.h CXgetc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
 Tp putchar stdio.h putchar - put a byte on a stdout stream -
 Tp putchar_unlocked stdio.h CXgetc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking +
 Tp putchar_unlocked stdio.h CXgetc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
 Tp putenv stdlib.h XSIputenv - change or add a value to an environment
 Tp puts stdio.h puts - put a string on standard output
 Tp pututxline utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions -
 Tp putwc stdio.h wchar.h putwc - put a wide character on a stream -
 Tp putwchar wchar.h putwchar - put a wide character on a stdout stream +
 Tp putwc stdio.h wchar.h putwc - put a wide character on a stream +
 Tp putwchar wchar.h putwchar - put a wide character on a stdout stream
 Tp pwrite unistd.h pwrite, write - write on a file
 Tp qsort stdlib.h qsort - sort a table of data -
 Tp raise signal.h raise - send a signal to the executing process +
 Tp raise signal.h raise - send a signal to the executing process
 Tp rand stdlib.h rand, rand_r, srand - pseudo-random number generator
 Tp rand_r stdlib.h OB CXrand, rand_r, srand - pseudo-random number generator
 Tp random stdlib.h XSIinitstate, random, setstate, srandom - pseudo-random number functions @@ -783,12 +783,12 @@
 Tp readdir_r dirent.h readdir, readdir_r - read a directory
 Tp readlink unistd.h readlink, readlinkat - read the contents of a symbolic link relative to a directory file descriptor
 Tp readlinkat unistd.h readlink, readlinkat - read the contents of a symbolic link relative to a directory file descriptor -
 Tp readv sys_uio.h XSIreadv - read a vector +
 Tp readv sys/uio.h XSIreadv - read a vector
 Tp realloc stdlib.h realloc - memory reallocator
 Tp realpath stdlib.h XSIrealpath - resolve a pathname -
 Tp recv sys_socket.h recv - receive a message from a connected socket -
 Tp recvfrom sys_socket.h recvfrom - receive a message from a socket -
 Tp recvmsg sys_socket.h recvmsg - receive a message from a socket +
 Tp recv sys/socket.h recv - receive a message from a connected socket +
 Tp recvfrom sys/socket.h recvfrom - receive a message from a socket +
 Tp recvmsg sys/socket.h recvmsg - receive a message from a socket
 Tp regcomp regex.h regcomp, regerror, regexec, regfree - regular expression matching
 Tp regerror regex.h regcomp, regerror, regexec, regfree - regular expression matching
 Tp regexec regex.h regcomp, regerror, regexec, regfree - regular expression matching @@ -802,7 +802,7 @@
 Tp remquof math.h remquo, remquof, remquol - remainder functions
nosym p remquol math.h remquo, remquof, remquol - remainder functions
 Tp rename stdio.h CXrename, renameat - rename file relative to directory file descriptor -
 Tp renameat stdio.h CXrename, renameat - rename file relative to directory file descriptor +
 Tp renameat stdio.h CXrename, renameat - rename file relative to directory file descriptor
 Tp rewind stdio.h rewind - reset the file position indicator in a stream
 Tp rewinddir dirent.h rewinddir - reset the position of a directory stream to the beginning of a directory
 Tp rint math.h rint, rintf, rintl - round-to-nearest integral value @@ -830,7 +830,7 @@
 Wp sched_yield sched.h sched_yield - yield the processor
 Tp seed48 stdlib.h XSIdrand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 Tp seekdir dirent.h XSIseekdir - set the position of a directory stream -
 Tp select sys_select.h pselect, select - synchronous I/O multiplexing +
 Tp select sys/select.h pselect, select - synchronous I/O multiplexing
 Tp sem_close semaphore.h sem_close - close a named semaphore
 Tp sem_destroy semaphore.h sem_destroy - destroy an unnamed semaphore
 Tp sem_getvalue semaphore.h sem_getvalue - get the value of a semaphore @@ -841,12 +841,12 @@
 Tp sem_trywait semaphore.h sem_trywait, sem_wait - lock a semaphore
 Tp sem_unlink semaphore.h sem_unlink - remove a named semaphore
 Tp sem_wait semaphore.h sem_trywait, sem_wait - lock a semaphore -
 Tp semctl sys/sem.h XSIsemctl - XSI semaphore control operations -
 Tp semget sys_sem.h XSIsemget - get set of XSI semaphores -
 Tp semop sys_sem.h XSIsemop - XSI semaphore operations -
 Tp send sys_socket.h send - send a message on a socket -
 Tp sendmsg sys_socket.h sendmsg - send a message on a socket using a message structure -
 Tp sendto sys_socket.h sendto - send a message on a socket +
 Tp semctl sys/sem.h XSIsemctl - XSI semaphore control operations +
 Tp semget sys/sem.h XSIsemget - get set of XSI semaphores +
 Tp semop sys/sem.h XSIsemop - XSI semaphore operations +
 Tp send sys/socket.h send - send a message on a socket +
 Tp sendmsg sys/socket.h sendmsg - send a message on a socket using a message structure +
 Tp sendto sys/socket.h sendto - send a message on a socket
 Tp setbuf stdio.h setbuf - assign buffering to a stream
 Tp setegid unistd.h setegid - set the effective group ID
 Tp setenv stdlib.h CXsetenv - add or change environment variable @@ -854,7 +854,7 @@
 Tp setgid unistd.h setgid - set-group-ID
 Tp setgrent grp.h XSIendgrent, getgrent, setgrent - group database entry functions
 Tp sethostent netdb.h endhostent, gethostent, sethostent - network host database functions -
 Tp setitimer sys_time.h OB XSIgetitimer, setitimer - get and set value of interval timer +
 Tp setitimer sys/time.h OB XSIgetitimer, setitimer - get and set value of interval timer
 Td p setjmp setjmp.h setjmp - set jump point for a non-local goto
nosym p setkey stdlib.h XSIsetkey - set encoding key (CRYPT)
 Tp setlocale locale.h setlocale - set program locale @@ -862,51 +862,51 @@
 Wp setnetent netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 Tp setpgid unistd.h setpgid - set process group ID for job control
 Tp setpgrp unistd.h OB XSIsetpgrp - set the process group ID -
 Tp setpriority sys_resource.h XSIgetpriority, setpriority - get and set the nice value +
 Tp setpriority sys/resource.h XSIgetpriority, setpriority - get and set the nice value
 TWp setprotoent netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
 Tp setpwent pwd.h XSIendpwent, getpwent, setpwent - user database functions
 Tp setregid unistd.h XSIsetregid - set real and effective group IDs
 Tp setreuid unistd.h XSIsetreuid - set real and effective user IDs -
 Tp setrlimit sys_resource.h XSIgetrlimit, setrlimit - control maximum resource consumption +
 Tp setrlimit sys/resource.h XSIgetrlimit, setrlimit - control maximum resource consumption
 TWp setservent netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 Tp setsid unistd.h setsid - create session and set process group ID -
 Tp setsockopt sys_socket.h setsockopt - set the socket options +
 Tp setsockopt sys/socket.h setsockopt - set the socket options
 Tp setstate stdlib.h XSIinitstate, random, setstate, srandom - pseudo-random number functions
 Tp setuid unistd.h setuid - set user ID
 Tp setutxent utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 Tp setvbuf stdio.h setvbuf - assign buffering to a stream -
 Tp shm_open sys_mman.h SHMshm_open - open a shared memory object (REALTIME) -
 Tp shm_unlink sys_mman.h SHMshm_unlink - remove a shared memory object (REALTIME) -
 Tp shmat sys_shm.h XSIshmat - XSI shared memory attach operation -
 Tp shmctl sys_shm.h XSIshmctl - XSI shared memory control operations -
 Tp shmdt sys_shm.h XSIshmdt - XSI shared memory detach operation -
 Tp shmget sys_shm.h XSIshmget - get an XSI shared memory segment -
 Tp shutdown sys_socket.h shutdown - shut down socket send and receive operations -
 Wp sigaction signal.h CXsigaction - examine and change a signal action -
 Tp sigaddset signal.h CXsigaddset - add a signal to a signal set -
 Tp sigaltstack signal.h XSIsigaltstack - set and get signal alternate stack context -
 Tp sigdelset signal.h CXsigdelset - delete a signal from a signal set -
 Tp sigemptyset signal.h CXsigemptyset - initialize and empty a signal set -
 Tp sigfillset signal.h CXsigfillset - initialize and fill a signal set -
 Tp sighold signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management -
 Tp sigignore signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management -
 Tp siginterrupt signal.h OB XSIsiginterrupt - allow signals to interrupt functions -
 Tp sigismember signal.h CXsigismember - test for a signal in a signal set +
 Tp shm_open sys/mman.h SHMshm_open - open a shared memory object (REALTIME) +
 Tp shm_unlink sys/mman.h SHMshm_unlink - remove a shared memory object (REALTIME) +
 Tp shmat sys/shm.h XSIshmat - XSI shared memory attach operation +
 Tp shmctl sys/shm.h XSIshmctl - XSI shared memory control operations +
 Tp shmdt sys/shm.h XSIshmdt - XSI shared memory detach operation +
 Tp shmget sys/shm.h XSIshmget - get an XSI shared memory segment +
 Tp shutdown sys/socket.h shutdown - shut down socket send and receive operations +
 Wp sigaction signal.h CXsigaction - examine and change a signal action +
 Tp sigaddset signal.h CXsigaddset - add a signal to a signal set +
 Tp sigaltstack signal.h XSIsigaltstack - set and get signal alternate stack context +
 Tp sigdelset signal.h CXsigdelset - delete a signal from a signal set +
 Tp sigemptyset signal.h CXsigemptyset - initialize and empty a signal set +
 Tp sigfillset signal.h CXsigfillset - initialize and fill a signal set +
 Tp sighold signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management +
 Tp sigignore signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management +
 Tp siginterrupt signal.h OB XSIsiginterrupt - allow signals to interrupt functions +
 Tp sigismember signal.h CXsigismember - test for a signal in a signal set
 Tp siglongjmp setjmp.h CXsiglongjmp - non-local goto with signal handling -
 Tp signal signal.h signal - signal management +
 Tp signal signal.h signal - signal management
missing  signbit math.h signbit - test sign
nosym x signgam math.h XSIlgamma, lgammaf, lgammal, signgam - log gamma function -
 Tp sigpause signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management -
 Tp sigpending signal.h CXsigpending - examine pending signals -
 Tp sigprocmask signal.h CXpthread_sigmask, sigprocmask - examine and change blocked signals -
 Tp sigqueue signal.h CXsigqueue - queue a signal to a process -
 Tp sigrelse signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management -
 Tp sigset signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management +
 Tp sigpause signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management +
 Tp sigpending signal.h CXsigpending - examine pending signals +
 Tp sigprocmask signal.h CXpthread_sigmask, sigprocmask - examine and change blocked signals +
 Tp sigqueue signal.h CXsigqueue - queue a signal to a process +
 Tp sigrelse signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management +
 Tp sigset signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management
 Tp sigsetjmp setjmp.h CXsigsetjmp - set jump point for a non-local goto -
 Tp sigsuspend signal.h CXsigsuspend - wait for a signal -
 Tp sigtimedwait signal.h CXsigtimedwait, sigwaitinfo - wait for queued signals -
 Tp sigwait signal.h CXsigwait - wait for queued signals -
 Tp sigwaitinfo signal.h CXsigtimedwait, sigwaitinfo - wait for queued signals +
 Tp sigsuspend signal.h CXsigsuspend - wait for a signal +
 Tp sigtimedwait signal.h CXsigtimedwait, sigwaitinfo - wait for queued signals +
 Tp sigwait signal.h CXsigwait - wait for queued signals +
 Tp sigwaitinfo signal.h CXsigtimedwait, sigwaitinfo - wait for queued signals
 Tp sin math.h sin, sinf, sinl - sine function
 Tp sinf math.h sin, sinf, sinl - sine function
 Tp sinh math.h sinh, sinhf, sinhl - hyperbolic sine functions @@ -915,9 +915,9 @@
nosym p sinl math.h sin, sinf, sinl - sine function
 Tp sleep unistd.h sleep - suspend execution for an interval of time
 Tp snprintf stdio.h dprintf, fprintf, printf, snprintf, sprintf - print formatted output -
 Tp sockatmark sys_socket.h sockatmark - determine whether a socket is at the out-of-band mark -
 Tp socket sys_socket.h socket - create an endpoint for communication -
 Tp socketpair sys_socket.h socketpair - create a pair of connected sockets +
 Tp sockatmark sys/socket.h sockatmark - determine whether a socket is at the out-of-band mark +
 Tp socket sys/socket.h socket - create an endpoint for communication +
 Tp socketpair sys/socket.h socketpair - create a pair of connected sockets
 Tp sprintf stdio.h dprintf, fprintf, printf, snprintf, sprintf - print formatted output
 Tp sqrt math.h sqrt, sqrtf, sqrtl - square root function
 Tp sqrtf math.h sqrt, sqrtf, sqrtl - square root function @@ -926,14 +926,14 @@
 Tp srand48 stdlib.h XSIdrand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 Tp srandom stdlib.h XSIinitstate, random, setstate, srandom - pseudo-random number functions
 Tp sscanf stdio.h fscanf, scanf, sscanf - convert formatted input -
 Tp stat sys_stat.h fstatat, lstat, stat - get file status -
 Tp statvfs sys_statvfs.h fstatvfs, statvfs - get file system information +
 Tp stat sys/stat.h fstatat, lstat, stat - get file status +
 Tp statvfs sys/statvfs.h fstatvfs, statvfs - get file system information
 Rd x stderr stdio.h stderr, stdin, stdout - standard I/O streams
 Rd x stdin stdio.h stderr, stdin, stdout - standard I/O streams
 Rd x stdout stdio.h stderr, stdin, stdout - standard I/O streams
 Wp stpcpy string.h CXstpcpy, strcpy - copy a string and return a pointer to the end of the result
 Wp stpncpy string.h CXstpncpy, strncpy - copy fixed length string, returning a pointer to the array end -
 Tp p strcasecmp strings.h strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons +
 Tp p strcasecmp strings.h strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
missing  strcasecmp_l strings.h strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
 Tp strcat string.h strcat - concatenate two strings
 Tp strchr string.h strchr - string scanning operation @@ -951,7 +951,7 @@
 Tp strftime time.h strftime, strftime_l - convert date and time to a string
missing  strftime_l time.h CXstrftime, strftime_l - convert date and time to a string
 Tp strlen string.h strlen, strnlen - get length of fixed size string -
 Tp p strncasecmp strings.h strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons +
 Tp p strncasecmp strings.h strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
missing  strncasecmp_l strings.h strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
 Tp strncat string.h strncat - concatenate a string with part of another
 Tp strncmp string.h strncmp - compare part of two strings @@ -978,8 +978,8 @@
 Tp strxfrm string.h strxfrm, strxfrm_l - string transformation
missing  strxfrm_l string.h CXstrxfrm, strxfrm_l - string transformation
 Tp swab unistd.h XSIswab - swap bytes -
 Tp swprintf stdio.h wchar.h fwprintf, swprintf, wprintf - print formatted wide-character output -
 Tp swscanf stdio.h wchar.h fwscanf, swscanf, wscanf - convert formatted wide-character input +
 Tp swprintf stdio.h wchar.h fwprintf, swprintf, wprintf - print formatted wide-character output +
 Tp swscanf stdio.h wchar.h fwscanf, swscanf, wscanf - convert formatted wide-character input
 Tp symlink unistd.h symlink, symlinkat - make a symbolic link relative to directory file descriptor
 Tp symlinkat unistd.h symlink, symlinkat - make a symbolic link relative to directory file descriptor
 Tp sync unistd.h XSIsync - schedule file system updates @@ -1003,7 +1003,7 @@
 Tp tcsetpgrp unistd.h tcsetpgrp - set the foreground process group ID
 Tp tdelete search.h XSItdelete, tfind, tsearch, twalk - manage a binary search tree
 Tp telldir dirent.h XSItelldir - current location of a named directory stream -
 Tp tempnam stdio.h OB XSItempnam - create a name for a temporary file +
 Tp tempnam stdio.h OB XSItempnam - create a name for a temporary file
 Tp tfind search.h XSItdelete, tfind, tsearch, twalk - manage a binary search tree
nosym p tgamma math.h tgamma, tgammaf, tgammal - compute gamma() function
nosym p tgammaf math.h tgamma, tgammaf, tgammal - compute gamma() function @@ -1014,7 +1014,7 @@
 Tp timer_getoverrun time.h CXtimer_getoverrun, timer_gettime, timer_settime - per-process timers
 Tp timer_gettime time.h CXtimer_getoverrun, timer_gettime, timer_settime - per-process timers
 Tp timer_settime time.h CXtimer_getoverrun, timer_gettime, timer_settime - per-process timers -
 Tp times sys_times.h times - get process and waited-for child process times +
 Tp times sys/times.h times - get process and waited-for child process times
 Vx timezone time.h XSIdaylight, timezone, tzname, tzset - set timezone conversion information
 Tp tmpfile stdio.h tmpfile - create a temporary file
 Tp tmpnam stdio.h OBtmpnam - create a name for a temporary file @@ -1025,9 +1025,9 @@
 Tp toupper_l ctype.h CXtoupper, toupper_l - transliterate lowercase characters to uppercase
 Tp towctrans wctype.h towctrans, towctrans_l - wide-character transliteration
missing  towctrans_l wctype.h CXtowctrans, towctrans_l - wide-character transliteration -
 Tp p towlower wctype.h towlower, towlower_l - transliterate uppercase wide-character code to lowercase +
 Tp p towlower wctype.h towlower, towlower_l - transliterate uppercase wide-character code to lowercase
missing  towlower_l wctype.h CXtowlower, towlower_l - transliterate uppercase wide-character code to lowercase -
 Tp p towupper wctype.h towupper, towupper_l - transliterate lowercase wide-character code to uppercase +
 Tp p towupper wctype.h towupper, towupper_l - transliterate lowercase wide-character code to uppercase
missing  towupper_l wctype.h CXtowupper, towupper_l - transliterate lowercase wide-character code to uppercase
 Tp trunc math.h trunc, truncf, truncl - round to truncated integer value
 Tp truncate unistd.h truncate - truncate a file to a specified length @@ -1040,100 +1040,100 @@
 Vx tzname time.h CXdaylight, timezone, tzname, tzset - set timezone conversion information
 Tp tzset time.h CXdaylight, timezone, tzname, tzset - set timezone conversion information
 Tp ulimit ulimit.h OB XSIulimit - get and set process limits -
 Tp umask sys_stat.h umask - set and get the file mode creation mask -
 Tp uname sys_utsname.h uname - get the name of the current system +
 Tp umask sys/stat.h umask - set and get the file mode creation mask +
 Tp uname sys/utsname.h uname - get the name of the current system
 Tp ungetc stdio.h ungetc - push byte back into input stream -
 Tp ungetwc stdio.h wchar.h ungetwc - push wide-character code back into the input stream +
 Tp ungetwc stdio.h wchar.h ungetwc - push wide-character code back into the input stream
 Tp unlink unistd.h unlink, unlinkat - remove a directory entry relative to directory file descriptor
 Tp unlinkat unistd.h unlink, unlinkat - remove a directory entry relative to directory file descriptor
 Tp unlockpt stdlib.h XSIunlockpt - unlock a pseudo-terminal master/slave pair
 Tp unsetenv stdlib.h CXunsetenv - remove an environment variable
 Tp uselocale locale.h CXuselocale - use locale in current thread
 Tp utime utime.h OButime - set file access and modification times -
 Tp utimensat sys_stat.h sys_time.h futimens, utimensat, utimes - set file access and modification times -
 Tp utimes sys_stat.h sys_time.h XSIfutimens, utimensat, utimes - set file access and modification times +
 Tp utimensat sys/stat.h futimens, utimensat, utimes - set file access and modification times +
 Tp utimes sys/time.h XSIfutimens, utimensat, utimes - set file access and modification times
  d d va_arg stdarg.h va_arg, va_copy, va_end, va_start - handle variable argument list
  d d va_copy stdarg.h va_arg, va_copy, va_end, va_start - handle variable argument list
  d d va_end stdarg.h va_arg, va_copy, va_end, va_start - handle variable argument list
  d d va_start stdarg.h va_arg, va_copy, va_end, va_start - handle variable argument list -
 Tp vdprintf stdarg.h stdio.h CXvdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list +
 Tp vdprintf stdarg.h stdio.h CXvdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
 Tp vfprintf stdarg.h stdio.h vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
 Tp vfscanf stdarg.h stdio.h vfscanf, vscanf, vsscanf - format input of a stdarg argument list -
 Tp vfwprintf stdarg.h stdio.h wchar.h vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list -
 Tp vfwscanf stdarg.h stdio.h wchar.h vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list +
 Tp vfwprintf stdarg.h stdio.h wchar.h vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list +
 Tp vfwscanf stdarg.h stdio.h wchar.h vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list
 Tp vprintf stdarg.h stdio.h vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
 Tp vscanf stdarg.h stdio.h vfscanf, vscanf, vsscanf - format input of a stdarg argument list
 Tp vsnprintf stdarg.h stdio.h vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
 Tp vsprintf stdarg.h stdio.h vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list
 Tp vsscanf stdarg.h stdio.h vfscanf, vscanf, vsscanf - format input of a stdarg argument list -
 Tp vswprintf stdarg.h stdio.h wchar.h vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list -
 Tp vswscanf stdarg.h stdio.h wchar.h vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list -
 Tp vwprintf stdarg.h stdio.h wchar.h vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list -
 Tp vwscanf stdarg.h stdio.h wchar.h vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list -
 Tp wait sys_wait.h wait, waitpid - wait for a child process to stop or terminate -
 Tp waitid sys_wait.h waitid - wait for a child process to change state -
 Tp waitpid sys_wait.h wait, waitpid - wait for a child process to stop or terminate +
 Tp vswprintf stdarg.h stdio.h wchar.h vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list +
 Tp vswscanf stdarg.h stdio.h wchar.h vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list +
 Tp vwprintf stdarg.h stdio.h wchar.h vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list +
 Tp vwscanf stdarg.h stdio.h wchar.h vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list +
 Tp wait sys/wait.h wait, waitpid - wait for a child process to stop or terminate +
 Tp waitid sys/wait.h waitid - wait for a child process to change state +
 Tp waitpid sys/wait.h wait, waitpid - wait for a child process to stop or terminate
missing  wcpcpy wchar.h CXwcpcpy, wcscpy - copy a wide-character string, returning a pointer to its end
missing  wcpncpy wchar.h CXwcpncpy, wcsncpy - copy a fixed-size wide-character string, returning a pointer to its end -
 Tp wcrtomb stdio.h wcrtomb - convert a wide-character code to a character (restartable) +
 Tp wcrtomb wchar.h wcrtomb - convert a wide-character code to a character (restartable)
missing  wcscasecmp wchar.h CXwcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison
missing  wcscasecmp_l wchar.h CXwcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison -
 Tp wcscat wchar.h wcscat - concatenate two wide-character strings -
 Tp wcschr wchar.h wcschr - wide-character string scanning operation -
 Tp wcscmp wchar.h wcscmp - compare two wide-character strings -
 Tp wcscoll wchar.h wcscoll, wcscoll_l - wide-character string comparison using collating information +
 Tp wcscat wchar.h wcscat - concatenate two wide-character strings +
 Tp wcschr wchar.h wcschr - wide-character string scanning operation +
 Tp wcscmp wchar.h wcscmp - compare two wide-character strings +
 Tp wcscoll wchar.h wcscoll, wcscoll_l - wide-character string comparison using collating information
missing  wcscoll_l wchar.h CXwcscoll, wcscoll_l - wide-character string comparison using collating information -
 Tp wcscpy wchar.h wcpcpy, wcscpy - copy a wide-character string, returning a pointer to its end -
 Tp wcscspn wchar.h wcscspn - get the length of a complementary wide substring +
 Tp wcscpy wchar.h wcpcpy, wcscpy - copy a wide-character string, returning a pointer to its end +
 Tp wcscspn wchar.h wcscspn - get the length of a complementary wide substring
missing  wcsdup wchar.h CXwcsdup - duplicate a wide-character string -
nosym p wcsftime wchar.h wcsftime - convert date and time to a wide-character string -
 Tp wcslen wchar.h wcslen, wcsnlen - get length of a fixed-sized wide-character string +
nosym p wcsftime wchar.h wcsftime - convert date and time to a wide-character string +
 Tp wcslen wchar.h wcslen, wcsnlen - get length of a fixed-sized wide-character string
missing  wcsncasecmp wchar.h CXwcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison
missing  wcsncasecmp_l wchar.h CXwcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison -
 Tp wcsncat wchar.h wcsncat - concatenate a wide-character string with part of another -
 Tp wcsncmp wchar.h wcsncmp - compare part of two wide-character strings -
 Tp wcsncpy wchar.h wcpncpy, wcsncpy - copy a fixed-size wide-character string, returning a pointer to its end +
 Tp wcsncat wchar.h wcsncat - concatenate a wide-character string with part of another +
 Tp wcsncmp wchar.h wcsncmp - compare part of two wide-character strings +
 Tp wcsncpy wchar.h wcpncpy, wcsncpy - copy a fixed-size wide-character string, returning a pointer to its end
missing  wcsnlen wchar.h CXwcslen, wcsnlen - get length of a fixed-sized wide-character string -
 Tp wcsnrtombs wchar.h CXwcsnrtombs, wcsrtombs - convert a wide-character string to a character string (restartable) -
 Tp wcspbrk wchar.h wcspbrk - scan a wide-character string for a wide-character code -
 Tp wcsrchr wchar.h wcsrchr - wide-character string scanning operation -
 Tp wcsrtombs wchar.h wcsnrtombs, wcsrtombs - convert a wide-character string to a character string (restartable) -
 Tp wcsspn wchar.h wcsspn - get the length of a wide substring -
 Tp wcsstr wchar.h wcsstr - find a wide-character substring -
nosym p wcstod wchar.h wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number -
nosym p wcstof wchar.h wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number +
 Tp wcsnrtombs wchar.h CXwcsnrtombs, wcsrtombs - convert a wide-character string to a character string (restartable) +
 Tp wcspbrk wchar.h wcspbrk - scan a wide-character string for a wide-character code +
 Tp wcsrchr wchar.h wcsrchr - wide-character string scanning operation +
 Tp wcsrtombs wchar.h wcsnrtombs, wcsrtombs - convert a wide-character string to a character string (restartable) +
 Tp wcsspn wchar.h wcsspn - get the length of a wide substring +
 Tp wcsstr wchar.h wcsstr - find a wide-character substring +
nosym p wcstod wchar.h wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number +
nosym p wcstof wchar.h wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number
 Tp wcstoimax stddef.h inttypes.h wcstoimax, wcstoumax - convert a wide-character string to an integer type -
nosym p wcstok wchar.h wcstok - split a wide-character string into tokens -
 Tp wcstol wchar.h wcstol, wcstoll - convert a wide-character string to a long integer -
nosym p wcstold wchar.h wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number -
 Tp wcstoll wchar.h wcstol, wcstoll - convert a wide-character string to a long integer +
nosym p wcstok wchar.h wcstok - split a wide-character string into tokens +
 Tp wcstol wchar.h wcstol, wcstoll - convert a wide-character string to a long integer +
nosym p wcstold wchar.h wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number +
 Tp wcstoll wchar.h wcstol, wcstoll - convert a wide-character string to a long integer
 Tp wcstombs stdlib.h wcstombs - convert a wide-character string to a character string -
 Tp wcstoul wchar.h wcstoul, wcstoull - convert a wide-character string to an unsigned long -
 Tp wcstoull wchar.h wcstoul, wcstoull - convert a wide-character string to an unsigned long +
 Tp wcstoul wchar.h wcstoul, wcstoull - convert a wide-character string to an unsigned long +
 Tp wcstoull wchar.h wcstoul, wcstoull - convert a wide-character string to an unsigned long
 Tp wcstoumax stddef.h inttypes.h wcstoimax, wcstoumax - convert a wide-character string to an integer type -
 Tp wcswidth wchar.h XSIwcswidth - number of column positions of a wide-character string -
 Tp wcsxfrm wchar.h wcsxfrm, wcsxfrm_l - wide-character string transformation +
 Tp wcswidth wchar.h XSIwcswidth - number of column positions of a wide-character string +
 Tp wcsxfrm wchar.h wcsxfrm, wcsxfrm_l - wide-character string transformation
missing  wcsxfrm_l wchar.h CXwcsxfrm, wcsxfrm_l - wide-character string transformation -
 Tp wctob stdio.h wchar.h wctob - wide-character to single-byte conversion +
 Tp wctob stdio.h wchar.h wctob - wide-character to single-byte conversion
 Tp wctomb stdlib.h wctomb - convert a wide-character code to a character
 Tp wctrans wctype.h wctrans, wctrans_l - define character mapping
missing  wctrans_l wctype.h CXwctrans, wctrans_l - define character mapping -
 Tp p wctype wctype.h wctype, wctype_l - define character class +
 Tp p wctype wctype.h wctype, wctype_l - define character class
missing  wctype_l wctype.h CXwctype, wctype_l - define character class -
 Tp wcwidth wchar.h XSIwcwidth - number of column positions of a wide-character code -
 Tp wmemchr wchar.h wmemchr - find a wide character in memory -
 Tp wmemcmp wchar.h wmemcmp - compare wide characters in memory -
 Tp wmemcpy wchar.h wmemcpy - copy wide characters in memory -
 Tp wmemmove wchar.h wmemmove - copy wide characters in memory with overlapping areas -
 Tp wmemset wchar.h wmemset - set wide characters in memory +
 Tp wcwidth wchar.h XSIwcwidth - number of column positions of a wide-character code +
 Tp wmemchr wchar.h wmemchr - find a wide character in memory +
 Tp wmemcmp wchar.h wmemcmp - compare wide characters in memory +
 Tp wmemcpy wchar.h wmemcpy - copy wide characters in memory +
 Tp wmemmove wchar.h wmemmove - copy wide characters in memory with overlapping areas +
 Tp wmemset wchar.h wmemset - set wide characters in memory
 Tp wordexp wordexp.h wordexp, wordfree - perform word expansions
 Tp wordfree wordexp.h wordexp, wordfree - perform word expansions -
 Tp wprintf stdio.h wchar.h fwprintf, swprintf, wprintf - print formatted wide-character output +
 Tp wprintf stdio.h wchar.h fwprintf, swprintf, wprintf - print formatted wide-character output
 Tp write unistd.h pwrite, write - write on a file -
 Tp writev sys_uio.h XSIwritev - write a vector -
 Tp wscanf stdio.h wchar.h fwscanf, swscanf, wscanf - convert formatted wide-character input +
 Tp writev sys/uio.h XSIwritev - write a vector +
 Tp wscanf stdio.h wchar.h fwscanf, swscanf, wscanf - convert formatted wide-character input
nosym p y0 math.h XSIy0, y1, yn - Bessel functions of the second kind
nosym p y1 math.h XSIy0, y1, yn - Bessel functions of the second kind
nosym p yn math.h XSIy0, y1, yn - Bessel functions of the second kind
-

stats

+

stats