X-Git-Url: http://nsz.repo.hu/git/?p=musl-tables;a=blobdiff_plain;f=tab_posix.html;h=b16813bd70828b7335d1bd9728db7b71c6b2ced9;hp=fa1b86a0b33c1950d9aacf9417dfa00b9c534bad;hb=10dd6f8c2f73e5e0150580beb09406bcaaf8c75e;hpb=63f93642f6822ab24b85eb56961d00cd926e8479 diff --git a/tab_posix.html b/tab_posix.html index fa1b86a..b16813b 100644 --- a/tab_posix.html +++ b/tab_posix.html @@ -1,5 +1,5 @@

musl vs posix api

-

commit

commit 8e092217dd92ad3e95257255602c711b3304e38f
Date: Sat Mar 17 21:48:48 2012 -0400

move nonstandard gamma() etc. to _GNU_SOURCE only

it's not even provided in the library at the moment, but could easily
be provided with weak aliases if desired. +

commit

commit 85d5bad3a1fcef77d5015034f4d6963ae4f7f449
Author: nsz
Date: Wed Apr 18 16:41:07 2012 +0200

Merge branch 'master' of git://git.etalabs.net/musl

legend

(STREAMS and posix_trace* apis are excluded)

table

muslposix
statussymdeclnameheaderoptiondesc
  d FD_CLR sys/select.h pselect, select - synchronous I/O multiplexing @@ -17,39 +17,39 @@
 Tp abs stdlib.h abs - return an integer absolute value
 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 d acos math.h acos, acosf, acosl - arc cosine functions -
 Tp acosf math.h acos, acosf, acosl - arc cosine functions -
 Tp d acosh math.h acosh, acoshf, acoshl - inverse hyperbolic cosine functions -
 Tp acoshf math.h acosh, acoshf, acoshl - inverse hyperbolic cosine functions -
 Tp acoshl math.h acosh, acoshf, acoshl - inverse hyperbolic cosine functions -
 Tp acosl math.h acos, acosf, acosl - arc cosine functions -
 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 d d acos math.h acos, acosf, acosl - arc cosine functions +
 Tp acosf math.h acos, acosf, acosl - arc cosine functions +
 Tp d d acosh math.h acosh, acoshf, acoshl - inverse hyperbolic cosine functions +
 Tp acoshf math.h acosh, acoshf, acoshl - inverse hyperbolic cosine functions +
 Tp acoshl math.h acosh, acoshf, acoshl - inverse hyperbolic cosine functions +
 Tp acosl math.h acos, acosf, acosl - arc cosine functions +
 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
 Tp asctime_r time.h OB CXasctime, asctime_r - convert date and time to a string -
 Tp d asin math.h asin, asinf, asinl - arc sine function -
 Tp asinf math.h asin, asinf, asinl - arc sine function -
 Tp d asinh math.h asinh, asinhf, asinhl - inverse hyperbolic sine functions -
 Tp asinhf math.h asinh, asinhf, asinhl - inverse hyperbolic sine functions -
 Tp asinhl math.h asinh, asinhf, asinhl - inverse hyperbolic sine functions -
 Tp asinl math.h asin, asinf, asinl - arc sine function +
 Tp d d asin math.h asin, asinf, asinl - arc sine function +
 Tp asinf math.h asin, asinf, asinl - arc sine function +
 Tp d d asinh math.h asinh, asinhf, asinhl - inverse hyperbolic sine functions +
 Tp asinhf math.h asinh, asinhf, asinhl - inverse hyperbolic sine functions +
 Tp asinhl math.h asinh, asinhf, asinhl - inverse hyperbolic sine functions +
 Tp asinl math.h asin, asinf, asinl - arc sine function
  d d d assert assert.h assert - insert program diagnostics -
 Tp d atan math.h atan, atanf, atanl - arc tangent function -
 Tp d atan2 math.h atan2, atan2f, atan2l - arc tangent functions -
 Tp atan2f math.h atan2, atan2f, atan2l - arc tangent functions -
 Tp atan2l math.h atan2, atan2f, atan2l - arc tangent functions -
 Tp atanf math.h atan, atanf, atanl - arc tangent function -
 Tp d atanh math.h atanh, atanhf, atanhl - inverse hyperbolic tangent functions -
 Tp atanhf math.h atanh, atanhf, atanhl - inverse hyperbolic tangent functions -
 Tp atanhl math.h atanh, atanhf, atanhl - inverse hyperbolic tangent functions -
 Tp atanl math.h atan, atanf, atanl - arc tangent function +
 Tp d d atan math.h atan, atanf, atanl - arc tangent function +
 Tp d d atan2 math.h atan2, atan2f, atan2l - arc tangent functions +
 Tp atan2f math.h atan2, atan2f, atan2l - arc tangent functions +
 Tp atan2l math.h atan2, atan2f, atan2l - arc tangent functions +
 Tp atanf math.h atan, atanf, atanl - arc tangent function +
 Tp d d atanh math.h atanh, atanhf, atanhl - inverse hyperbolic tangent functions +
 Tp atanhf math.h atanh, atanhf, atanhl - inverse hyperbolic tangent functions +
 Tp atanhl math.h atanh, atanhf, atanhl - inverse hyperbolic tangent functions +
 Tp atanl math.h atan, atanf, atanl - arc tangent function
 Tp atexit stdlib.h atexit - register a function to run at process termination
 Tp atof stdlib.h atof - convert a string to a double-precision number
 Tp atoi stdlib.h atoi - convert a string to an integer @@ -69,7 +69,7 @@
 Tp cacoshl complex.h cacosh, cacoshf, cacoshl - complex arc hyperbolic cosine functions
 Tp cacosl complex.h cacos, cacosf, cacosl - complex arc cosine functions
 Tp calloc stdlib.h calloc - a memory allocator -
 Tp d carg complex.h carg, cargf, cargl - complex argument functions +
 Tp d d carg complex.h carg, cargf, cargl - complex argument functions
 Tp cargf complex.h carg, cargf, cargl - complex argument functions
 Tp cargl complex.h carg, cargf, cargl - complex argument functions
 Tp casin complex.h casin, casinf, casinl - complex arc sine functions @@ -87,18 +87,18 @@
 Tp catclose nl_types.h catclose - close a message catalog descriptor
 Tp catgets nl_types.h catgets - read a program message
 Tp catopen nl_types.h catopen - open a message catalog -
 Tp d cbrt math.h cbrt, cbrtf, cbrtl - cube root functions -
 Tp cbrtf math.h cbrt, cbrtf, cbrtl - cube root functions -
 Tp cbrtl math.h cbrt, cbrtf, cbrtl - cube root functions +
 Tp d d cbrt math.h cbrt, cbrtf, cbrtl - cube root functions +
 Tp cbrtf math.h cbrt, cbrtf, cbrtl - cube root functions +
 Tp cbrtl math.h cbrt, cbrtf, cbrtl - cube root functions
 Tp ccos complex.h ccos, ccosf, ccosl - complex cosine functions
 Tp ccosf complex.h ccos, ccosf, ccosl - complex cosine functions
 Tp ccosh complex.h ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions
 Tp ccoshf complex.h ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions
 Tp ccoshl complex.h ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions
 Tp ccosl complex.h ccos, ccosf, ccosl - complex cosine functions -
 Tp d ceil math.h ceil, ceilf, ceill - ceiling value function -
 Tp ceilf math.h ceil, ceilf, ceill - ceiling value function -
 Tp ceill math.h ceil, ceilf, ceill - ceiling value function +
 Tp d d ceil math.h ceil, ceilf, ceill - ceiling value function +
 Tp ceilf math.h ceil, ceilf, ceill - ceiling value function +
 Tp ceill math.h ceil, ceilf, ceill - ceiling value function
 Tp cexp complex.h cexp, cexpf, cexpl - complex exponential functions
 Tp cexpf complex.h cexp, cexpf, cexpl - complex exponential functions
 Tp cexpl complex.h cexp, cexpf, cexpl - complex exponential functions @@ -109,9 +109,9 @@
 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 chown unistd.h chown, fchownat - change owner and group of a file relative to directory file descriptor -
 Tp d cimag complex.h cimag, cimagf, cimagl - complex imaginary functions -
 Tp cimagf complex.h cimag, cimagf, cimagl - complex imaginary functions -
 Tp cimagl complex.h cimag, cimagf, cimagl - complex imaginary functions +
 Td p d d cimag complex.h cimag, cimagf, cimagl - complex imaginary functions +
 Td p cimagf complex.h cimag, cimagf, cimagl - complex imaginary functions +
 Td p cimagl complex.h cimag, cimagf, cimagl - complex imaginary functions
 Tp clearerr stdio.h clearerr - clear indicators on a stream
 Tp clock time.h clock - report CPU time used
 Tp clock_getcpuclockid time.h CPTclock_getcpuclockid - access a process CPU-time clock (ADVANCED REALTIME) @@ -126,28 +126,28 @@
 Tp closedir dirent.h closedir - close a directory stream
 Tp closelog syslog.h XSIcloselog, openlog, setlogmask, syslog - control system log
 Tp confstr unistd.h confstr - get configurable variables -
 Tp d conj complex.h conj, conjf, conjl - complex conjugate functions +
 Tp d d conj complex.h conj, conjf, conjl - complex conjugate functions
 Tp conjf complex.h conj, conjf, conjl - complex conjugate functions
 Tp conjl complex.h conj, conjf, conjl - complex conjugate functions
 Tp connect sys/socket.h connect - connect a socket -
 Tp d copysign math.h copysign, copysignf, copysignl - number manipulation function -
 Tp copysignf math.h copysign, copysignf, copysignl - number manipulation function -
 Tp copysignl math.h copysign, copysignf, copysignl - number manipulation function -
 Tp d cos math.h cos, cosf, cosl - cosine function -
 Tp cosf math.h cos, cosf, cosl - cosine function -
 Tp d cosh math.h cosh, coshf, coshl - hyperbolic cosine functions -
 Tp coshf math.h cosh, coshf, coshl - hyperbolic cosine functions -
 Tp coshl math.h cosh, coshf, coshl - hyperbolic cosine functions -
 Tp cosl math.h cos, cosf, cosl - cosine function +
 Tp d d copysign math.h copysign, copysignf, copysignl - number manipulation function +
 Tp copysignf math.h copysign, copysignf, copysignl - number manipulation function +
 Tp copysignl math.h copysign, copysignf, copysignl - number manipulation function +
 Tp d d cos math.h cos, cosf, cosl - cosine function +
 Tp cosf math.h cos, cosf, cosl - cosine function +
 Tp d d cosh math.h cosh, coshf, coshl - hyperbolic cosine functions +
 Tp coshf math.h cosh, coshf, coshl - hyperbolic cosine functions +
 Tp coshl math.h cosh, coshf, coshl - hyperbolic cosine functions +
 Tp cosl math.h cos, cosf, cosl - cosine function
 Tp cpow complex.h cpow, cpowf, cpowl - complex power functions
 Tp cpowf complex.h cpow, cpowf, cpowl - complex power functions
 Tp cpowl complex.h cpow, cpowf, cpowl - complex power functions -
 Tp d cproj complex.h cproj, cprojf, cprojl - complex projection functions +
 Tp d d cproj complex.h cproj, cprojf, cprojl - complex projection functions
 Tp cprojf complex.h cproj, cprojf, cprojl - complex projection functions
 Tp cprojl complex.h cproj, cprojf, cprojl - complex projection functions -
 Tp d creal complex.h creal, crealf, creall - complex real functions -
 Tp crealf complex.h creal, crealf, creall - complex real functions -
 Tp creall complex.h creal, crealf, creall - complex real functions +
 Td p d d creal complex.h creal, crealf, creall - complex real functions +
 Td p crealf complex.h creal, crealf, creall - complex real functions +
 Td p 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 crypt unistd.h XSIcrypt - string encoding function (CRYPT)
 Tp csin complex.h csin, csinf, csinl - complex sine functions @@ -201,12 +201,12 @@
 Tp endutxent utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
nodeclV environ unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 Tp erand48 stdlib.h XSIdrand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers -
 Tp d erf math.h erf, erff, erfl - error functions -
 Tp d erfc math.h erfc, erfcf, erfcl - complementary error functions -
 Tp erfcf math.h erfc, erfcf, erfcl - complementary error functions -
 Tp erfcl math.h erfc, erfcf, erfcl - complementary error functions -
 Tp erff math.h erf, erff, erfl - error functions -
 Tp erfl math.h erf, erff, erfl - error functions +
 Tp d d erf math.h erf, erff, erfl - error functions +
 Tp d d erfc math.h erfc, erfcf, erfcl - complementary error functions +
 Tp erfcf math.h erfc, erfcf, erfcl - complementary error functions +
 Tp erfcl math.h erfc, erfcf, erfcl - complementary error functions +
 Tp erff math.h erf, erff, erfl - error functions +
 Tp erfl math.h erf, erff, erfl - error functions
  d errno errno.h errno - error return value
 Tp execl unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 Tp execle unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file @@ -215,18 +215,18 @@
 Tp execve unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 Tp execvp unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 Tp exit stdlib.h exit - terminate a process -
 Tp d exp math.h exp, expf, expl - exponential function -
 Tp d exp2 math.h exp2, exp2f, exp2l - exponential base 2 functions -
 Tp exp2f math.h exp2, exp2f, exp2l - exponential base 2 functions -
 Tp exp2l math.h exp2, exp2f, exp2l - exponential base 2 functions -
 Tp expf math.h exp, expf, expl - exponential function -
 Tp expl math.h exp, expf, expl - exponential function -
 Tp d expm1 math.h expm1, expm1f, expm1l - compute exponential functions -
 Tp expm1f math.h expm1, expm1f, expm1l - compute exponential functions -
 Tp expm1l math.h expm1, expm1f, expm1l - compute exponential functions -
 Tp d fabs math.h fabs, fabsf, fabsl - absolute value function -
 Tp fabsf math.h fabs, fabsf, fabsl - absolute value function -
 Tp fabsl math.h fabs, fabsf, fabsl - absolute value function +
 Tp d d exp math.h exp, expf, expl - exponential function +
 Tp d d exp2 math.h exp2, exp2f, exp2l - exponential base 2 functions +
 Tp exp2f math.h exp2, exp2f, exp2l - exponential base 2 functions +
 Tp exp2l math.h exp2, exp2f, exp2l - exponential base 2 functions +
 Tp expf math.h exp, expf, expl - exponential function +
 Tp expl math.h exp, expf, expl - exponential function +
 Tp d d expm1 math.h expm1, expm1f, expm1l - compute exponential functions +
 Tp expm1f math.h expm1, expm1f, expm1l - compute exponential functions +
 Tp expm1l math.h expm1, expm1f, expm1l - compute exponential functions +
 Tp d d fabs math.h fabs, fabsf, fabsl - absolute value function +
 Tp fabsf math.h fabs, fabsf, fabsl - absolute value function +
 Tp 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 @@ -236,9 +236,9 @@
 Tp fclose stdio.h fclose - close a stream
 Tp fcntl fcntl.h fcntl - file control
 Tp fdatasync unistd.h SIOfdatasync - synchronize the data of a file (REALTIME) -
 Tp d fdim math.h fdim, fdimf, fdiml - compute positive difference between two floating-point numbers -
 Tp fdimf math.h fdim, fdimf, fdiml - compute positive difference between two floating-point numbers -
 Tp fdiml math.h fdim, fdimf, fdiml - compute positive difference between two floating-point numbers +
 Tp d d fdim math.h fdim, fdimf, fdiml - compute positive difference between two floating-point numbers +
 Tp fdimf math.h fdim, fdimf, fdiml - compute positive difference between two floating-point numbers +
 Tp 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
 Tp fdopendir dirent.h fdopendir, opendir - open directory associated with file descriptor
 Tp feclearexcept fenv.h feclearexcept - clear floating-point exception @@ -264,28 +264,28 @@
 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 d floor math.h floor, floorf, floorl - floor function -
 Tp floorf math.h floor, floorf, floorl - floor function -
 Tp floorl math.h floor, floorf, floorl - floor function -
 Tp d fma math.h fma, fmaf, fmal - floating-point multiply-add -
 Tp fmaf math.h fma, fmaf, fmal - floating-point multiply-add -
 Tp fmal math.h fma, fmaf, fmal - floating-point multiply-add -
 Tp d fmax math.h fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers -
 Tp fmaxf math.h fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers -
 Tp fmaxl math.h fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers +
 Tp d d floor math.h floor, floorf, floorl - floor function +
 Tp floorf math.h floor, floorf, floorl - floor function +
 Tp floorl math.h floor, floorf, floorl - floor function +
 Tp d d fma math.h fma, fmaf, fmal - floating-point multiply-add +
 Tp fmaf math.h fma, fmaf, fmal - floating-point multiply-add +
 Tp fmal math.h fma, fmaf, fmal - floating-point multiply-add +
 Tp d d fmax math.h fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers +
 Tp fmaxf math.h fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers +
 Tp fmaxl math.h fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
 Tp fmemopen stdio.h CXfmemopen - open a memory buffer stream -
 Tp d fmin math.h fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers -
 Tp fminf math.h fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers -
 Tp fminl math.h fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers -
 Tp d fmod math.h fmod, fmodf, fmodl - floating-point remainder value function -
 Tp fmodf math.h fmod, fmodf, fmodl - floating-point remainder value function -
 Tp fmodl math.h fmod, fmodf, fmodl - floating-point remainder value function +
 Tp d d fmin math.h fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers +
 Tp fminf math.h fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers +
 Tp fminl math.h fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers +
 Tp d d fmod math.h fmod, fmodf, fmodl - floating-point remainder value function +
 Tp fmodf math.h fmod, fmodf, fmodl - floating-point remainder value function +
 Tp fmodl math.h fmod, fmodf, fmodl - floating-point remainder value function
missing  fmtmsg fmtmsg.h XSIfmtmsg - display a message in the specified format on standard error and/or a system console
 Tp fnmatch fnmatch.h fnmatch - match a filename or a pathname
 Tp fopen stdio.h fopen - open a stream
 Tp fork unistd.h fork - create a new process
 Tp fpathconf unistd.h fpathconf, pathconf - get configurable pathname variables -
  d fpclassify math.h fpclassify - classify real floating type +
  d fpclassify math.h fpclassify - classify real floating type
 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 @@ -296,9 +296,9 @@
 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 d frexp math.h frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number -
 Tp frexpf math.h frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number -
 Tp frexpl math.h frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number +
 Tp d d frexp math.h frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number +
 Tp frexpf math.h frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number +
 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 @@ -392,9 +392,9 @@
 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 d hypot math.h hypot, hypotf, hypotl - Euclidean distance function -
 Tp hypotf math.h hypot, hypotf, hypotl - Euclidean distance function -
 Tp hypotl math.h hypot, hypotf, hypotl - Euclidean distance function +
 Tp d d hypot math.h hypot, hypotf, hypotl - Euclidean distance function +
 Tp hypotf math.h hypot, hypotf, hypotl - Euclidean distance function +
 Tp 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 @@ -402,9 +402,9 @@
 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 d ilogb math.h ilogb, ilogbf, ilogbl - return an unbiased exponent -
 Tp ilogbf math.h ilogb, ilogbf, ilogbl - return an unbiased exponent -
 Tp ilogbl math.h ilogb, ilogbf, ilogbl - return an unbiased exponent +
 Tp d d ilogb math.h ilogb, ilogbf, ilogbl - return an unbiased exponent +
 Tp ilogbf math.h ilogb, ilogbf, ilogbl - return an unbiased exponent +
 Tp 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 @@ -425,26 +425,26 @@
 Tp iscntrl_l ctype.h CXiscntrl, iscntrl_l - test for a control character
 Td p isdigit ctype.h isdigit, isdigit_l - test for a decimal digit
 Tp isdigit_l ctype.h CXisdigit, isdigit_l - test for a decimal digit -
  d isfinite math.h isfinite - test for finite value +
  d isfinite math.h isfinite - test for finite value
 Td p isgraph ctype.h isgraph, isgraph_l - test for a visible character
 Tp isgraph_l ctype.h CXisgraph, isgraph_l - test for a visible character -
  d isgreater math.h isgreater - test if x greater than y -
  d isgreaterequal math.h isgreaterequal - test if x is greater than or equal to y -
  d isinf math.h isinf - test for infinity -
  d isless math.h isless - test if x is less than y -
  d islessequal math.h islessequal - test if x is less than or equal to y -
  d islessgreater math.h islessgreater - test if x is less than or greater than y +
  d isgreater math.h isgreater - test if x greater than y +
  d isgreaterequal math.h isgreaterequal - test if x is greater than or equal to y +
  d isinf math.h isinf - test for infinity +
  d isless math.h isless - test if x is less than y +
  d islessequal math.h islessequal - test if x is less than or equal to y +
  d islessgreater math.h islessgreater - test if x is less than or greater than y
 Td p islower ctype.h islower, islower_l - test for a lowercase letter
 Tp islower_l ctype.h CXislower, islower_l - test for a lowercase letter -
  d isnan math.h isnan - test for a NaN -
  d isnormal math.h isnormal - test for a normal value +
  d isnan math.h isnan - test for a NaN +
  d isnormal math.h isnormal - test for a normal value
 Td p isprint ctype.h isprint, isprint_l - test for a printable character
 Tp isprint_l ctype.h CXisprint, isprint_l - test for a printable character
 Tp ispunct ctype.h ispunct, ispunct_l - test for a punctuation character
 Tp ispunct_l ctype.h CXispunct, ispunct_l - test for a punctuation character
 Tp isspace ctype.h isspace, isspace_l - test for a white-space character
 Tp isspace_l ctype.h CXisspace, isspace_l - test for a white-space character -
  d isunordered math.h isunordered - test if arguments are unordered +
  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 @@ -475,9 +475,9 @@
 Tp 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 -
 Tp j0 math.h XSIj0, j1, jn - Bessel functions of the first kind -
 Tp j1 math.h XSIj0, j1, jn - Bessel functions of the first kind -
 Tp jn math.h XSIj0, j1, jn - Bessel functions of the first kind +
 Tp j0 math.h XSIj0, j1, jn - Bessel functions of the first kind +
 Tp j1 math.h XSIj0, j1, jn - Bessel functions of the first kind +
 Tp 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 @@ -485,53 +485,53 @@
 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
 Tp lcong48 stdlib.h XSIdrand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers -
 Tp d ldexp math.h ldexp, ldexpf, ldexpl - load exponent of a floating-point number -
 Tp ldexpf math.h ldexp, ldexpf, ldexpl - load exponent of a floating-point number -
 Tp ldexpl math.h ldexp, ldexpf, ldexpl - load exponent of a floating-point number +
 Tp d d ldexp math.h ldexp, ldexpf, ldexpl - load exponent of a floating-point number +
 Tp ldexpf math.h ldexp, ldexpf, ldexpl - load exponent of a floating-point number +
 Tp ldexpl math.h ldexp, ldexpf, ldexpl - load exponent of a floating-point number
 Tp ldiv stdlib.h ldiv, lldiv - compute quotient and remainder of a long division
 Tp lfind search.h XSIlsearch, lfind - linear search and update -
 Tp d lgamma math.h lgamma, lgammaf, lgammal, signgam - log gamma function -
 Tp lgammaf math.h lgamma, lgammaf, lgammal, signgam - log gamma function -
 Tp lgammal math.h lgamma, lgammaf, lgammal, signgam - log gamma function +
 Tp d d lgamma math.h lgamma, lgammaf, lgammal, signgam - log gamma function +
 Tp lgammaf math.h lgamma, lgammaf, lgammal, signgam - log gamma function +
 Tp 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 -
 Tp lio_listio aio.h lio_listio - list directed I/O +
 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 d llrint math.h llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction -
 Tp llrintf math.h llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction -
 Tp llrintl math.h llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction -
 Tp d llround math.h llround, llroundf, llroundl - round to nearest integer value -
 Tp llroundf math.h llround, llroundf, llroundl - round to nearest integer value -
 Tp llroundl math.h llround, llroundf, llroundl - round to nearest integer value +
 Tp d d llrint math.h llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction +
 Tp llrintf math.h llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction +
 Tp llrintl math.h llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction +
 Tp d d llround math.h llround, llroundf, llroundl - round to nearest integer value +
 Tp llroundf math.h llround, llroundf, llroundl - round to nearest integer value +
 Tp llroundl math.h llround, llroundf, llroundl - round to nearest integer value
 Tp localeconv locale.h localeconv - return locale-specific information
 Tp localtime time.h localtime, localtime_r - convert a time value to a broken-down local time
 Tp localtime_r time.h CXlocaltime, localtime_r - convert a time value to a broken-down local time
 Tp lockf unistd.h XSIlockf - record locking on files -
 Tp d log math.h log, logf, logl - natural logarithm function -
 Tp d log10 math.h log10, log10f, log10l - base 10 logarithm function -
 Tp log10f math.h log10, log10f, log10l - base 10 logarithm function -
 Tp log10l math.h log10, log10f, log10l - base 10 logarithm function -
 Tp d log1p math.h log1p, log1pf, log1pl - compute a natural logarithm -
 Tp log1pf math.h log1p, log1pf, log1pl - compute a natural logarithm -
 Tp log1pl math.h log1p, log1pf, log1pl - compute a natural logarithm -
 Tp d log2 math.h log2, log2f, log2l - compute base 2 logarithm functions -
 Tp log2f math.h log2, log2f, log2l - compute base 2 logarithm functions -
 Tp log2l math.h log2, log2f, log2l - compute base 2 logarithm functions -
 Tp d logb math.h logb, logbf, logbl - radix-independent exponent -
 Tp logbf math.h logb, logbf, logbl - radix-independent exponent -
 Tp logbl math.h logb, logbf, logbl - radix-independent exponent -
 Tp logf math.h log, logf, logl - natural logarithm function -
 Tp logl math.h log, logf, logl - natural logarithm function +
 Tp d d log math.h log, logf, logl - natural logarithm function +
 Tp d d log10 math.h log10, log10f, log10l - base 10 logarithm function +
 Tp log10f math.h log10, log10f, log10l - base 10 logarithm function +
 Tp log10l math.h log10, log10f, log10l - base 10 logarithm function +
 Tp d d log1p math.h log1p, log1pf, log1pl - compute a natural logarithm +
 Tp log1pf math.h log1p, log1pf, log1pl - compute a natural logarithm +
 Tp log1pl math.h log1p, log1pf, log1pl - compute a natural logarithm +
 Tp d d log2 math.h log2, log2f, log2l - compute base 2 logarithm functions +
 Tp log2f math.h log2, log2f, log2l - compute base 2 logarithm functions +
 Tp log2l math.h log2, log2f, log2l - compute base 2 logarithm functions +
 Tp d d logb math.h logb, logbf, logbl - radix-independent exponent +
 Tp logbf math.h logb, logbf, logbl - radix-independent exponent +
 Tp logbl math.h logb, logbf, logbl - radix-independent exponent +
 Tp logf math.h log, logf, logl - natural logarithm function +
 Tp logl math.h log, logf, logl - natural logarithm function
 Td p longjmp setjmp.h longjmp - non-local goto
 Tp lrand48 stdlib.h XSIdrand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers -
 Tp d lrint math.h lrint, lrintf, lrintl - round to nearest integer value using current rounding direction -
 Tp lrintf math.h lrint, lrintf, lrintl - round to nearest integer value using current rounding direction -
 Tp lrintl math.h lrint, lrintf, lrintl - round to nearest integer value using current rounding direction -
 Tp d lround math.h lround, lroundf, lroundl - round to nearest integer value -
 Tp lroundf math.h lround, lroundf, lroundl - round to nearest integer value -
 Tp lroundl math.h lround, lroundf, lroundl - round to nearest integer value +
 Tp d d lrint math.h lrint, lrintf, lrintl - round to nearest integer value using current rounding direction +
 Tp lrintf math.h lrint, lrintf, lrintl - round to nearest integer value using current rounding direction +
 Tp lrintl math.h lrint, lrintf, lrintl - round to nearest integer value using current rounding direction +
 Tp d d lround math.h lround, lroundf, lroundl - round to nearest integer value +
 Tp lroundf math.h lround, lroundf, lroundl - round to nearest integer value +
 Tp 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 @@ -562,9 +562,9 @@
 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 -
 Tp modfl math.h modf, modff, modfl - decompose a floating-point number +
 Tp modf math.h modf, modff, modfl - decompose a floating-point number +
 Tp modff math.h modf, modff, modfl - decompose a floating-point number +
 Tp modfl math.h modf, modff, modfl - decompose a floating-point number
 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) @@ -585,20 +585,20 @@
 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 nan math.h nan, nanf, nanl - return quiet NaN -
 Tp nanf math.h nan, nanf, nanl - return quiet NaN -
 Tp nanl math.h nan, nanf, nanl - return quiet NaN +
 Tp nan math.h nan, nanf, nanl - return quiet NaN +
 Tp nanf math.h nan, nanf, nanl - return quiet NaN +
 Tp nanl math.h nan, nanf, nanl - return quiet NaN
 Tp nanosleep time.h CXnanosleep - high resolution sleep -
 Tp d nearbyint math.h nearbyint, nearbyintf, nearbyintl - floating-point rounding functions -
 Tp nearbyintf math.h nearbyint, nearbyintf, nearbyintl - floating-point rounding functions -
 Tp nearbyintl math.h nearbyint, nearbyintf, nearbyintl - floating-point rounding functions +
 Tp d d nearbyint math.h nearbyint, nearbyintf, nearbyintl - floating-point rounding functions +
 Tp nearbyintf math.h nearbyint, nearbyintf, nearbyintl - floating-point rounding functions +
 Tp nearbyintl math.h nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
 Tp newlocale locale.h CXnewlocale - create or modify a locale object -
 Tp d nextafter math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number -
 Tp nextafterf math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number -
 Tp nextafterl math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number -
 Tp d nexttoward math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number -
 Tp nexttowardf math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number -
 Tp nexttowardl math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number +
 Tp d d nextafter math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number +
 Tp nextafterf math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number +
 Tp nextafterl math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number +
 Tp d d nexttoward math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number +
 Tp nexttowardf math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number +
 Tp nexttowardl math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
 Tp nftw ftw.h XSInftw - walk a file tree
 Tp nice unistd.h XSInice - change the nice value of a process
 Wp nl_langinfo langinfo.h nl_langinfo, nl_langinfo_l - language information @@ -652,9 +652,9 @@
 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) -
 Tp d pow math.h pow, powf, powl - power function -
 Tp powf math.h pow, powf, powl - power function -
 Tp powl math.h pow, powf, powl - power function +
 Tp d d pow math.h pow, powf, powl - power function +
 Tp powf math.h pow, powf, powl - power function +
 Tp 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 @@ -793,31 +793,31 @@
 Tp regerror regex.h regcomp, regerror, regexec, regfree - regular expression matching
 Tp regexec regex.h regcomp, regerror, regexec, regfree - regular expression matching
 Tp regfree regex.h regcomp, regerror, regexec, regfree - regular expression matching -
 Tp d remainder math.h remainder, remainderf, remainderl - remainder function -
 Tp remainderf math.h remainder, remainderf, remainderl - remainder function -
 Tp remainderl math.h remainder, remainderf, remainderl - remainder function +
 Tp d d remainder math.h remainder, remainderf, remainderl - remainder function +
 Tp remainderf math.h remainder, remainderf, remainderl - remainder function +
 Tp remainderl math.h remainder, remainderf, remainderl - remainder function
 Tp remove stdio.h remove - remove a file
 Tp remque search.h XSIinsque, remque - insert or remove an element in a queue -
 Tp d remquo math.h remquo, remquof, remquol - remainder functions -
 Tp remquof math.h remquo, remquof, remquol - remainder functions -
 Tp remquol math.h remquo, remquof, remquol - remainder functions +
 Tp d d remquo math.h remquo, remquof, remquol - remainder functions +
 Tp remquof math.h remquo, remquof, remquol - remainder functions +
 Tp 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 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 d rint math.h rint, rintf, rintl - round-to-nearest integral value -
 Tp rintf math.h rint, rintf, rintl - round-to-nearest integral value -
 Tp rintl math.h rint, rintf, rintl - round-to-nearest integral value +
 Tp d d rint math.h rint, rintf, rintl - round-to-nearest integral value +
 Tp rintf math.h rint, rintf, rintl - round-to-nearest integral value +
 Tp rintl math.h rint, rintf, rintl - round-to-nearest integral value
 Tp rmdir unistd.h rmdir - remove a directory -
 Tp d round math.h round, roundf, roundl - round to the nearest integer value in a floating-point format -
 Tp roundf math.h round, roundf, roundl - round to the nearest integer value in a floating-point format -
 Tp roundl math.h round, roundf, roundl - round to the nearest integer value in a floating-point format -
 Tp d scalbln math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX -
 Tp scalblnf math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX -
 Tp scalblnl math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX -
 Tp d scalbn math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX -
 Tp scalbnf math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX -
 Tp scalbnl math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX +
 Tp d d round math.h round, roundf, roundl - round to the nearest integer value in a floating-point format +
 Tp roundf math.h round, roundf, roundl - round to the nearest integer value in a floating-point format +
 Tp roundl math.h round, roundf, roundl - round to the nearest integer value in a floating-point format +
 Tp d d scalbln math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX +
 Tp scalblnf math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX +
 Tp scalblnl math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX +
 Tp d d scalbn math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX +
 Tp scalbnf math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX +
 Tp scalbnl math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
 Tp scandir dirent.h alphasort, scandir - scan a directory
 Tp scanf stdio.h fscanf, scanf, sscanf - convert formatted input
nosym p sched_get_priority_max sched.h PSsched_get_priority_max, sched_get_priority_min - get priority limits (REALTIME) @@ -894,8 +894,8 @@
 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 -
  d signbit math.h signbit - test sign -
 Vx signgam math.h XSIlgamma, lgammaf, lgammal, signgam - log gamma function +
  d signbit math.h signbit - test sign +
 Vx 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 @@ -907,21 +907,21 @@
 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 d sin math.h sin, sinf, sinl - sine function -
 Tp sinf math.h sin, sinf, sinl - sine function -
 Tp d sinh math.h sinh, sinhf, sinhl - hyperbolic sine functions -
 Tp sinhf math.h sinh, sinhf, sinhl - hyperbolic sine functions -
 Tp sinhl math.h sinh, sinhf, sinhl - hyperbolic sine functions -
 Tp sinl math.h sin, sinf, sinl - sine function +
 Tp d d sin math.h sin, sinf, sinl - sine function +
 Tp sinf math.h sin, sinf, sinl - sine function +
 Tp d d sinh math.h sinh, sinhf, sinhl - hyperbolic sine functions +
 Tp sinhf math.h sinh, sinhf, sinhl - hyperbolic sine functions +
 Tp sinhl math.h sinh, sinhf, sinhl - hyperbolic sine functions +
 Tp 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 sprintf stdio.h dprintf, fprintf, printf, snprintf, sprintf - print formatted output -
 Tp d sqrt math.h sqrt, sqrtf, sqrtl - square root function -
 Tp sqrtf math.h sqrt, sqrtf, sqrtl - square root function -
 Tp sqrtl math.h sqrt, sqrtf, sqrtl - square root function +
 Tp d d sqrt math.h sqrt, sqrtf, sqrtl - square root function +
 Tp sqrtf math.h sqrt, sqrtf, sqrtl - square root function +
 Tp sqrtl math.h sqrt, sqrtf, sqrtl - square root function
 Tp srand stdlib.h rand, rand_r, srand - pseudo-random number generator
 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 @@ -946,8 +946,8 @@
 Tp strerror string.h strerror, strerror_l, strerror_r - get error message string
 Tp strerror_l string.h CXstrerror, strerror_l, strerror_r - get error message string
 Tp strerror_r string.h CXstrerror, strerror_l, strerror_r - get error message string -
missing  strfmon monetary.h strfmon, strfmon_l - convert monetary value to a string -
missing  strfmon_l monetary.h strfmon, strfmon_l - convert monetary value to a string +
 Tp strfmon monetary.h strfmon, strfmon_l - convert monetary value to a string +
 Tp strfmon_l monetary.h strfmon, strfmon_l - convert monetary value to a string
 Tp strftime time.h strftime, strftime_l - convert date and time to a string
 Tp 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 @@ -986,12 +986,12 @@
 Tp sysconf unistd.h sysconf - get configurable system variables
 Tp syslog syslog.h XSIcloselog, openlog, setlogmask, syslog - control system log
 Tp system stdlib.h system - issue a command -
 Tp d tan math.h tan, tanf, tanl - tangent function -
 Tp tanf math.h tan, tanf, tanl - tangent function -
 Tp d tanh math.h tanh, tanhf, tanhl - hyperbolic tangent functions -
 Tp tanhf math.h tanh, tanhf, tanhl - hyperbolic tangent functions -
 Tp tanhl math.h tanh, tanhf, tanhl - hyperbolic tangent functions -
 Tp tanl math.h tan, tanf, tanl - tangent function +
 Tp d d tan math.h tan, tanf, tanl - tangent function +
 Tp tanf math.h tan, tanf, tanl - tangent function +
 Tp d d tanh math.h tanh, tanhf, tanhl - hyperbolic tangent functions +
 Tp tanhf math.h tanh, tanhf, tanhl - hyperbolic tangent functions +
 Tp tanhl math.h tanh, tanhf, tanhl - hyperbolic tangent functions +
 Tp tanl math.h tan, tanf, tanl - tangent function
 Tp tcdrain termios.h tcdrain - wait for transmission of output
 Tp tcflow termios.h tcflow - suspend or restart the transmission or reception of data
 Tp tcflush termios.h tcflush - flush non-transmitted output data, non-read input data, or both @@ -1005,9 +1005,9 @@
 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 tfind search.h XSItdelete, tfind, tsearch, twalk - manage a binary search tree -
  p d tgamma math.h tgamma, tgammaf, tgammal - compute gamma() function -
nosym p tgammaf math.h tgamma, tgammaf, tgammal - compute gamma() function -
 Tp tgammal math.h tgamma, tgammaf, tgammal - compute gamma() function +
 Tp d d tgamma math.h tgamma, tgammaf, tgammal - compute gamma() function +
 Tp tgammaf math.h tgamma, tgammaf, tgammal - compute gamma() function +
 Tp tgammal math.h tgamma, tgammaf, tgammal - compute gamma() function
 Tp time time.h time - get time
 Tp timer_create signal.h time.h CXtimer_create - create a per-process timer
 Tp timer_delete time.h CXtimer_delete - delete a per-process timer @@ -1029,10 +1029,10 @@
 Tp 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 towupper_l wctype.h CXtowupper, towupper_l - transliterate lowercase wide-character code to uppercase -
 Tp d trunc math.h trunc, truncf, truncl - round to truncated integer value +
 Tp d d trunc math.h trunc, truncf, truncl - round to truncated integer value
 Tp truncate unistd.h truncate - truncate a file to a specified length -
 Tp truncf math.h trunc, truncf, truncl - round to truncated integer value -
 Tp truncl math.h trunc, truncf, truncl - round to truncated integer value +
 Tp truncf math.h trunc, truncf, truncl - round to truncated integer value +
 Tp truncl math.h trunc, truncf, truncl - round to truncated integer value
 Tp tsearch search.h XSItdelete, tfind, tsearch, twalk - manage a binary search tree
 Tp ttyname unistd.h ttyname, ttyname_r - find the pathname of a terminal
 Tp ttyname_r unistd.h ttyname, ttyname_r - find the pathname of a terminal @@ -1100,12 +1100,12 @@
 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 wcstod wchar.h wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number +
 Tp 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
 Tp 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 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 @@ -1132,8 +1132,8 @@
 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 y0 math.h XSIy0, y1, yn - Bessel functions of the second kind -
 Tp y1 math.h XSIy0, y1, yn - Bessel functions of the second kind -
 Tp yn math.h XSIy0, y1, yn - Bessel functions of the second kind +
 Tp y0 math.h XSIy0, y1, yn - Bessel functions of the second kind +
 Tp y1 math.h XSIy0, y1, yn - Bessel functions of the second kind +
 Tp yn math.h XSIy0, y1, yn - Bessel functions of the second kind
-

stats

+

stats