X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=tab_posix.html;h=71cd63a15a0367cd3ac31a48b5dec345c8854092;hb=ac3ccc8a3c0d9a1c009cfb102152d67277c973f5;hp=a5e5b67f6a9018fdd56279b6e65257c8262bfe69;hpb=cebb1d98e4c44fbb2228876ded690fafc7840c3a;p=musl-tables diff --git a/tab_posix.html b/tab_posix.html index a5e5b67..71cd63a 100644 --- a/tab_posix.html +++ b/tab_posix.html @@ -1,6 +1,6 @@

musl vs posix api

-

commit

commit d43ff110bcb258df61448d21da3b1a89088388f6
Date: Sat Jun 18 07:41:14 2011 -0400

fix memory leak on failure in realpath -

legend

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

commit

commit af3d5405b8d7b00c121643d7a0c0b9bb31cc7139
Date: Wed Jun 29 00:42:42 2011 -0400

work around linux bug in mprotect

per POSIX: The mprotect() function shall change the access protections
to be that specified by prot for those whole pages containing any part
of the address space of the process starting at address addr and
continuing for len bytes.

on the other hand, linux mprotect fails with EINVAL if the base
address and/or length is not page-aligned, so we have to align them
before making the syscall. +

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)

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 @@ -182,10 +182,10 @@
 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 -
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 -
nosym p dlsym dlfcn.h dlsym - obtain the address of a symbol from a dlopen object +
 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 +
 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 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 @@ -228,7 +228,6 @@
 Tp fabsf math.h fabs, fabsf, fabsl - absolute value function
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 -
missing  fattach stropts.h OB XSRfattach - attach a STREAMS-based file descriptor to a file in the file system name space (STREAMS)
 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 @@ -237,7 +236,6 @@
 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) -
missing  fdetach stropts.h OB XSRfdetach - detach a name from a STREAMS-based file descriptor (STREAMS)
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 @@ -348,7 +346,6 @@
 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 -
missing  getmsg stropts.h OB XSRgetmsg, getpmsg - receive next message from a STREAMS file (STREAMS)
 Tp getnameinfo sys_socket.h netdb.h getnameinfo - get name information
nosym p getnetbyaddr netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
nosym p getnetbyname netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions @@ -358,7 +355,6 @@
 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 -
missing  getpmsg stropts.h OB XSRgetmsg, getpmsg - receive next message from a STREAMS file (STREAMS)
 Tp getppid unistd.h getppid - get the parent process ID
 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 @@ -391,9 +387,9 @@
 Tp gmtime time.h CXgmtime, gmtime_r - convert a time value to a broken-down UTC time
 Tp gmtime_r time.h CXgmtime, gmtime_r - convert a time value to a broken-down UTC time
 Tp grantpt stdlib.h XSIgrantpt - grant access to the slave pseudo-terminal device -
missing  hcreate search.h XSIhcreate, hdestroy, hsearch - manage hash search table -
missing  hdestroy search.h XSIhcreate, hdestroy, hsearch - manage hash search table -
missing  hsearch search.h XSIhcreate, hdestroy, hsearch - manage hash search table +
 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 hypot math.h hypot, hypotf, hypotl - Euclidean distance function @@ -415,15 +411,13 @@
 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 -
nosym p initstate stdlib.h XSIinitstate, random, setstate, srandom - pseudo-random number functions -
missing  insque search.h XSIinsque, remque - insert or remove an element in a queue -
 Tp p ioctl stropts.h OB XSRioctl - control a STREAMS device (STREAMS) +
 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 CXisalnum, isalnum_l - test for an alphanumeric character
 Tp isalnum_l ctype.h CXisalnum, isalnum_l - test for an alphanumeric character
 Td p isalpha ctype.h CXisalpha, isalpha_l - test for an alphabetic character
 Tp isalpha_l ctype.h CXisalpha, isalpha_l - test for an alphabetic character
 Tp isascii ctype.h OB XSIisascii - test for a 7-bit US-ASCII character -
missing  isastream stropts.h OB XSRisastream - test a file descriptor (STREAMS)
 Tp isatty unistd.h isatty - test for a terminal device
 Tp isblank ctype.h CXisblank, isblank_l - test for a blank character
 Tp isblank_l ctype.h CXisblank, isblank_l - test for a blank character @@ -495,7 +489,7 @@
 Tp ldexpf math.h ldexp, ldexpf, ldexpl - load exponent of a floating-point number
nosym p 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 -
missing  lfind search.h XSIlsearch, lfind - linear search and update +
 Tp lfind search.h XSIlsearch, lfind - linear search and update
nosym p lgamma math.h XSIlgamma, lgammaf, lgammal, signgam - log gamma function
nosym p lgammaf math.h XSIlgamma, lgammaf, lgammal, signgam - log gamma function
nosym p lgammal math.h XSIlgamma, lgammaf, lgammal, signgam - log gamma function @@ -538,7 +532,7 @@
nosym p lround math.h lround, lroundf, lroundl - round to nearest integer value
nosym p lroundf math.h lround, lroundf, lroundl - round to nearest integer value
nosym p lroundl math.h lround, lroundf, lroundl - round to nearest integer value -
missing  lsearch search.h XSIlsearch, lfind - linear search and update +
 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
 TWp malloc stdlib.h malloc - a memory allocator @@ -656,56 +650,6 @@
 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_trace_attr_destroy trace.h OB TRCposix_trace_attr_destroy, posix_trace_attr_init - destroy and initialize the trace stream attributes object (TRACING) -
missing  posix_trace_attr_getclockres time.h trace.h trace.h OB TRCposix_trace_attr_getclockres, posix_trace_attr_getcreatetime, posix_trace_attr_getgenversion, posix_trace_attr_getname, posix_trace_attr_setname - retrieve and set information about a trace stream (TRACING) -
missing  posix_trace_attr_getcreatetime time.h trace.h trace.h OB TRCposix_trace_attr_getclockres, posix_trace_attr_getcreatetime, posix_trace_attr_getgenversion, posix_trace_attr_getname, posix_trace_attr_setname - retrieve and set information about a trace stream (TRACING) -
missing  posix_trace_attr_getgenversion time.h trace.h trace.h OB TRCposix_trace_attr_getclockres, posix_trace_attr_getcreatetime, posix_trace_attr_getgenversion, posix_trace_attr_getname, posix_trace_attr_setname - retrieve and set information about a trace stream (TRACING) -
missing  posix_trace_attr_getinherited trace.h OB TRC TRI TRL TRI TRLposix_trace_attr_getinherited, posix_trace_attr_getlogfullpolicy, posix_trace_attr_getstreamfullpolicy, posix_trace_attr_setinherited, posix_trace_attr_setlogfullpolicy, posix_trace_attr_setstreamfullpolicy - retrieve and set the behavior of a trace stream (TRACING) -
missing  posix_trace_attr_getlogfullpolicy trace.h OB TRC TRI TRL TRI TRLposix_trace_attr_getinherited, posix_trace_attr_getlogfullpolicy, posix_trace_attr_getstreamfullpolicy, posix_trace_attr_setinherited, posix_trace_attr_setlogfullpolicy, posix_trace_attr_setstreamfullpolicy - retrieve and set the behavior of a trace stream (TRACING) -
missing  posix_trace_attr_getlogsize sys_types.h trace.h OB TRC TRL TRLposix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) -
missing  posix_trace_attr_getmaxdatasize sys_types.h trace.h OB TRC TRL TRLposix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) -
missing  posix_trace_attr_getmaxsystemeventsize sys_types.h trace.h OB TRC TRL TRLposix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) -
missing  posix_trace_attr_getmaxusereventsize sys_types.h trace.h OB TRC TRL TRLposix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) -
missing  posix_trace_attr_getname time.h trace.h trace.h OB TRCposix_trace_attr_getclockres, posix_trace_attr_getcreatetime, posix_trace_attr_getgenversion, posix_trace_attr_getname, posix_trace_attr_setname - retrieve and set information about a trace stream (TRACING) -
missing  posix_trace_attr_getstreamfullpolicy trace.h OB TRC TRI TRL TRI TRLposix_trace_attr_getinherited, posix_trace_attr_getlogfullpolicy, posix_trace_attr_getstreamfullpolicy, posix_trace_attr_setinherited, posix_trace_attr_setlogfullpolicy, posix_trace_attr_setstreamfullpolicy - retrieve and set the behavior of a trace stream (TRACING) -
missing  posix_trace_attr_getstreamsize sys_types.h trace.h OB TRC TRL TRLposix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) -
missing  posix_trace_attr_init trace.h OB TRCposix_trace_attr_destroy, posix_trace_attr_init - destroy and initialize the trace stream attributes object (TRACING) -
missing  posix_trace_attr_setinherited trace.h OB TRC TRI TRL TRI TRLposix_trace_attr_getinherited, posix_trace_attr_getlogfullpolicy, posix_trace_attr_getstreamfullpolicy, posix_trace_attr_setinherited, posix_trace_attr_setlogfullpolicy, posix_trace_attr_setstreamfullpolicy - retrieve and set the behavior of a trace stream (TRACING) -
missing  posix_trace_attr_setlogfullpolicy trace.h OB TRC TRI TRL TRI TRLposix_trace_attr_getinherited, posix_trace_attr_getlogfullpolicy, posix_trace_attr_getstreamfullpolicy, posix_trace_attr_setinherited, posix_trace_attr_setlogfullpolicy, posix_trace_attr_setstreamfullpolicy - retrieve and set the behavior of a trace stream (TRACING) -
missing  posix_trace_attr_setlogsize sys_types.h trace.h OB TRC TRL TRLposix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) -
missing  posix_trace_attr_setmaxdatasize sys_types.h trace.h OB TRC TRL TRLposix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) -
missing  posix_trace_attr_setname time.h trace.h trace.h OB TRCposix_trace_attr_getclockres, posix_trace_attr_getcreatetime, posix_trace_attr_getgenversion, posix_trace_attr_getname, posix_trace_attr_setname - retrieve and set information about a trace stream (TRACING) -
missing  posix_trace_attr_setstreamfullpolicy trace.h OB TRC TRI TRL TRI TRLposix_trace_attr_getinherited, posix_trace_attr_getlogfullpolicy, posix_trace_attr_getstreamfullpolicy, posix_trace_attr_setinherited, posix_trace_attr_setlogfullpolicy, posix_trace_attr_setstreamfullpolicy - retrieve and set the behavior of a trace stream (TRACING) -
missing  posix_trace_attr_setstreamsize sys_types.h trace.h OB TRC TRL TRLposix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) -
missing  posix_trace_clear sys_types.h trace.h OB TRCposix_trace_clear - clear trace stream and trace log (TRACING) -
missing  posix_trace_close trace.h OB TRC TRLposix_trace_close, posix_trace_open, posix_trace_rewind - trace log management (TRACING) -
missing  posix_trace_create sys_types.h trace.h OB TRC TRLposix_trace_create, posix_trace_create_withlog, posix_trace_flush, posix_trace_shutdown - trace stream initialization, flush, and shutdown from a process (TRACING) -
missing  posix_trace_create_withlog sys_types.h trace.h OB TRC TRLposix_trace_create, posix_trace_create_withlog, posix_trace_flush, posix_trace_shutdown - trace stream initialization, flush, and shutdown from a process (TRACING) -
missing  posix_trace_event sys_types.h trace.h OB TRCposix_trace_event, posix_trace_eventid_open - trace functions for instrumenting application code (TRACING) -
missing  posix_trace_eventid_equal trace.h OB TRC TEFposix_trace_eventid_equal, posix_trace_eventid_get_name, posix_trace_trid_eventid_open - manipulate the trace event type identifier (TRACING) -
missing  posix_trace_eventid_get_name trace.h OB TRC TEFposix_trace_eventid_equal, posix_trace_eventid_get_name, posix_trace_trid_eventid_open - manipulate the trace event type identifier (TRACING) -
missing  posix_trace_eventid_open sys_types.h trace.h OB TRCposix_trace_event, posix_trace_eventid_open - trace functions for instrumenting application code (TRACING) -
missing  posix_trace_eventset_add trace.h OB TRC TEFposix_trace_eventset_add, posix_trace_eventset_del, posix_trace_eventset_empty, posix_trace_eventset_fill, posix_trace_eventset_ismember - manipulate trace event type sets (TRACING) -
missing  posix_trace_eventset_del trace.h OB TRC TEFposix_trace_eventset_add, posix_trace_eventset_del, posix_trace_eventset_empty, posix_trace_eventset_fill, posix_trace_eventset_ismember - manipulate trace event type sets (TRACING) -
missing  posix_trace_eventset_empty trace.h OB TRC TEFposix_trace_eventset_add, posix_trace_eventset_del, posix_trace_eventset_empty, posix_trace_eventset_fill, posix_trace_eventset_ismember - manipulate trace event type sets (TRACING) -
missing  posix_trace_eventset_fill trace.h OB TRC TEFposix_trace_eventset_add, posix_trace_eventset_del, posix_trace_eventset_empty, posix_trace_eventset_fill, posix_trace_eventset_ismember - manipulate trace event type sets (TRACING) -
missing  posix_trace_eventset_ismember trace.h OB TRC TEFposix_trace_eventset_add, posix_trace_eventset_del, posix_trace_eventset_empty, posix_trace_eventset_fill, posix_trace_eventset_ismember - manipulate trace event type sets (TRACING) -
missing  posix_trace_eventtypelist_getnext_id trace.h OB TRCposix_trace_eventtypelist_getnext_id, posix_trace_eventtypelist_rewind - iterate over a mapping of trace event types (TRACING) -
missing  posix_trace_eventtypelist_rewind trace.h OB TRCposix_trace_eventtypelist_getnext_id, posix_trace_eventtypelist_rewind - iterate over a mapping of trace event types (TRACING) -
missing  posix_trace_flush sys_types.h trace.h OB TRC TRLposix_trace_create, posix_trace_create_withlog, posix_trace_flush, posix_trace_shutdown - trace stream initialization, flush, and shutdown from a process (TRACING) -
missing  posix_trace_get_attr trace.h OB TRCposix_trace_get_attr, posix_trace_get_status - retrieve the trace attributes or trace status (TRACING) -
missing  posix_trace_get_filter trace.h OB TRC TEFposix_trace_get_filter, posix_trace_set_filter - retrieve and set the filter of an initialized trace stream (TRACING) -
missing  posix_trace_get_status trace.h OB TRCposix_trace_get_attr, posix_trace_get_status - retrieve the trace attributes or trace status (TRACING) -
missing  posix_trace_getnext_event sys_types.h trace.h OB TRCposix_trace_getnext_event, posix_trace_timedgetnext_event, posix_trace_trygetnext_event - retrieve a trace event (TRACING) -
missing  posix_trace_open trace.h OB TRC TRLposix_trace_close, posix_trace_open, posix_trace_rewind - trace log management (TRACING) -
missing  posix_trace_rewind trace.h OB TRC TRLposix_trace_close, posix_trace_open, posix_trace_rewind - trace log management (TRACING) -
missing  posix_trace_set_filter trace.h OB TRC TEFposix_trace_get_filter, posix_trace_set_filter - retrieve and set the filter of an initialized trace stream (TRACING) -
missing  posix_trace_shutdown sys_types.h trace.h OB TRC TRLposix_trace_create, posix_trace_create_withlog, posix_trace_flush, posix_trace_shutdown - trace stream initialization, flush, and shutdown from a process (TRACING) -
missing  posix_trace_start trace.h OB TRCposix_trace_start, posix_trace_stop - trace start and stop (TRACING) -
missing  posix_trace_stop trace.h OB TRCposix_trace_start, posix_trace_stop - trace start and stop (TRACING) -
missing  posix_trace_timedgetnext_event sys_types.h trace.h OB TRCposix_trace_getnext_event, posix_trace_timedgetnext_event, posix_trace_trygetnext_event - retrieve a trace event (TRACING) -
missing  posix_trace_trid_eventid_open trace.h OB TRC TEFposix_trace_eventid_equal, posix_trace_eventid_get_name, posix_trace_trid_eventid_open - manipulate the trace event type identifier (TRACING) -
missing  posix_trace_trygetnext_event sys_types.h trace.h OB TRCposix_trace_getnext_event, posix_trace_timedgetnext_event, posix_trace_trygetnext_event - retrieve a trace event (TRACING)
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 @@ -824,8 +768,6 @@
 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 putenv stdlib.h XSIputenv - change or add a value to an environment -
missing  putmsg stropts.h OB XSRputmsg, putpmsg - send a message on a STREAM (STREAMS) -
missing  putpmsg stropts.h OB XSRputmsg, putpmsg - send a message on a STREAM (STREAMS)
 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 @@ -855,7 +797,7 @@
 Tp remainderf math.h remainder, remainderf, remainderl - remainder function
nosym p remainderl math.h remainder, remainderf, remainderl - remainder function
 Tp remove stdio.h remove - remove a file -
missing  remque search.h XSIinsque, remque - insert or remove an element in a queue +
 Tp remque search.h XSIinsque, remque - insert or remove an element in a queue
 Tp remquo math.h remquo, remquof, remquol - remainder functions
 Tp remquof math.h remquo, remquof, remquol - remainder functions
nosym p remquol math.h remquo, remquof, remquol - remainder functions @@ -929,7 +871,7 @@
 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 -
nosym p setstate stdlib.h XSIinitstate, random, setstate, srandom - pseudo-random number functions +
 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 @@ -1059,10 +1001,10 @@
 Tp tcsendbreak termios.h tcsendbreak - send a break for a specific duration
 Tp tcsetattr termios.h tcsetattr - set the parameters associated with the terminal
 Tp tcsetpgrp unistd.h tcsetpgrp - set the foreground process group ID -
missing  tdelete search.h XSItdelete, tfind, tsearch, twalk - manage a binary search tree +
 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 -
missing  tfind search.h XSItdelete, tfind, tsearch, twalk - manage a binary search tree +
 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
nosym p tgammal math.h tgamma, tgammaf, tgammal - compute gamma() function @@ -1091,10 +1033,10 @@
 Tp truncate unistd.h truncate - truncate a file to a specified length
 Tp truncf math.h trunc, truncf, truncl - round to truncated integer value
nosym p truncl math.h trunc, truncf, truncl - round to truncated integer value -
missing  tsearch search.h XSItdelete, tfind, tsearch, twalk - manage a binary search tree +
 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 -
missing  twalk search.h XSItdelete, tfind, tsearch, twalk - manage a binary search tree +
 Tp twalk search.h XSItdelete, tfind, tsearch, twalk - manage a binary search tree
 Vx tzname time.h XSI CXdaylight, timezone, tzname, tzset - set timezone conversion information
 Tp tzset time.h XSI CXdaylight, timezone, tzname, tzset - set timezone conversion information
 Tp ulimit ulimit.h OB XSIulimit - get and set process limits @@ -1194,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