From: nsz Date: Tue, 13 Sep 2011 18:31:42 +0000 (+0200) Subject: update tables (musl 0.8.0) X-Git-Url: http://nsz.repo.hu/git/?p=musl-tables;a=commitdiff_plain;h=782fdbfc4c890a1a4a3e495342d353bac6153358 update tables (musl 0.8.0) --- diff --git a/tab_c99.html b/tab_c99.html index e919270..b027a70 100644 --- a/tab_c99.html +++ b/tab_c99.html @@ -1,5 +1,5 @@

musl vs c99 api

-

commit

commit b158b32a44d56ef20407d4285b58180447ffff1f
Date: Sat Sep 3 00:45:21 2011 -0400

implement open_memstream

this is the first attempt, and may have bugs. only minimal testing has
been performed. +

commit

commit 801b311a5b6f00a9490ae9933439d1e62451fbd3
Date: Tue Sep 13 13:41:40 2011 -0400

0.8.0 release

legend

table

muslc99
statussymdeclnameheaderprotosection
missing  NDEBUGassert.h B.1 Diagnostics @@ -456,7 +456,7 @@
  t d jmp_bufsetjmp.h B.12 Nonlocal jumps
 Td p setjmpsetjmp.hint setjmp(jmp_buf env);B.12 Nonlocal jumps
 Td p longjmpsetjmp.hvoid longjmp(jmp_buf env, int val);B.12 Nonlocal jumps -
  t sig_atomic_tsignal.h B.13 Signal handling +
  t sig_atomic_tsignal.h B.13 Signal handling
  d SIG_IGNsignal.h B.13 Signal handling
  d SIGILLsignal.h B.13 Signal handling
  d SIGTERMsignal.h B.13 Signal handling @@ -466,8 +466,8 @@
  d SIG_ERRsignal.h B.13 Signal handling
  d SIGFPEsignal.h B.13 Signal handling
  d SIGSEGVsignal.h B.13 Signal handling -
 Tp signalsignal.hvoid (*signal(int sig, void (*func)(int)))(int);B.13 Signal handling -
 Tp raisesignal.hint raise(int sig);B.13 Signal handling +
 Tp signalsignal.hvoid (*signal(int sig, void (*func)(int)))(int);B.13 Signal handling +
 Tp raisesignal.hint raise(int sig);B.13 Signal handling
  t t va_liststdarg.h B.14 Variable arguments
  d d va_argstdarg.htype va_arg(va_list ap, type);B.14 Variable arguments
  d d va_copystdarg.hvoid va_copy(va_list dest, va_list src);B.14 Variable arguments @@ -802,22 +802,22 @@
  t wctrans_twctype.h B.24 Wide character classification and mapping utilities
  t wctype_twctype.h B.24 Wide character classification and mapping utilities
  d d d d WEOFwctype.h B.24 Wide character classification and mapping utilities -
 Tp p iswalnumwctype.hint iswalnum(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswalphawctype.hint iswalpha(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswblankwctype.hint iswblank(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswcntrlwctype.hint iswcntrl(wint_t wc);B.24 Wide character classification and mapping utilities -
 Td d d p d d d p iswdigitwctype.hint iswdigit(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswgraphwctype.hint iswgraph(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswlowerwctype.hint iswlower(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswprintwctype.hint iswprint(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswpunctwctype.hint iswpunct(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswspacewctype.hint iswspace(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswupperwctype.hint iswupper(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswxdigitwctype.hint iswxdigit(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswctypewctype.hint iswctype(wint_t wc, wctype_t desc);B.24 Wide character classification and mapping utilities -
 Tp p wctypewctype.hwctype_t wctype(const char *property);B.24 Wide character classification and mapping utilities -
 Tp p towlowerwctype.hwint_t towlower(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p towupperwctype.hwint_t towupper(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswalnumwctype.hint iswalnum(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswalphawctype.hint iswalpha(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswblankwctype.hint iswblank(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswcntrlwctype.hint iswcntrl(wint_t wc);B.24 Wide character classification and mapping utilities +
 Td d d p d d d p iswdigitwctype.hint iswdigit(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswgraphwctype.hint iswgraph(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswlowerwctype.hint iswlower(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswprintwctype.hint iswprint(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswpunctwctype.hint iswpunct(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswspacewctype.hint iswspace(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswupperwctype.hint iswupper(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswxdigitwctype.hint iswxdigit(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswctypewctype.hint iswctype(wint_t wc, wctype_t desc);B.24 Wide character classification and mapping utilities +
 Tp p wctypewctype.hwctype_t wctype(const char *property);B.24 Wide character classification and mapping utilities +
 Tp p towlowerwctype.hwint_t towlower(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p towupperwctype.hwint_t towupper(wint_t wc);B.24 Wide character classification and mapping utilities
 Tp towctranswctype.hwint_t towctrans(wint_t wc, wctrans_t desc);B.24 Wide character classification and mapping utilities
 Tp wctranswctype.hwctrans_t wctrans(const char *property);B.24 Wide character classification and mapping utilities
diff --git a/tab_posix.html b/tab_posix.html index f0a2dbe..a492a3d 100644 --- a/tab_posix.html +++ b/tab_posix.html @@ -1,5 +1,5 @@

musl vs posix api

-

commit

commit b158b32a44d56ef20407d4285b58180447ffff1f
Date: Sat Sep 3 00:45:21 2011 -0400

implement open_memstream

this is the first attempt, and may have bugs. only minimal testing has
been performed. +

commit

commit 801b311a5b6f00a9490ae9933439d1e62451fbd3
Date: Tue Sep 13 13:41:40 2011 -0400

0.8.0 release

legend

(STREAMS and posix_trace* apis are excluded)

table

muslposix
statussymdeclnameheaderoptiondesc
  d FD_CLR sys_select.h pselect, select - synchronous I/O multiplexing @@ -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 @@ -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 @@ -186,7 +186,7 @@
 Tp dlerror dlfcn.h dlerror - get diagnostic information
 Tp 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 @@ -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 @@ -262,8 +262,8 @@
 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 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 @@ -301,19 +301,19 @@
 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 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 +
 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 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 @@ -322,13 +322,13 @@
 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
 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 @@ -343,7 +343,7 @@
 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 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 @@ -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 @@ -495,7 +495,7 @@
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 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 @@ -540,7 +540,7 @@
 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 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 @@ -607,8 +607,8 @@
 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 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 open_memstream stdio.h wchar.h CXopen_memstream, open_wmemstream - open a dynamic memory buffer stream +
 Tp 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 opendir dirent.h fdopendir, opendir - open directory associated with file descriptor
 Tp openlog syslog.h XSIcloselog, openlog, setlogmask, syslog - control system log @@ -618,11 +618,11 @@
 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) @@ -764,9 +764,9 @@
 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 @@ -774,7 +774,7 @@
 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 @@ -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 @@ -893,7 +893,7 @@
 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 @@ -933,7 +933,7 @@
 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 @@ -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 @@ -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 @@ -1056,7 +1056,7 @@
  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 @@ -1094,7 +1094,7 @@
 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 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) @@ -1111,16 +1111,16 @@
 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 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 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 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 @@ -1136,4 +1136,4 @@
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