remove some obsolete posix functions from the tables
[musl-tables] / tab_posix.html
index f49c044..ae608c7 100644 (file)
@@ -1,6 +1,6 @@
 <h3>musl vs posix api</h3>
 <h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=commit;h=febbd12d00883a716a9edca25011f8aa306b859b">febbd12d00883a716a9edca25011f8aa306b859b</a><br>Date:   Sat Jun 25 18:18:57 2011 -0400<br><br>    XSI search.h API implementation by Szabolcs Nagy
-<h4>legend</h4><ul><li>status: musl implementation status summary<ul><li>(empty) - implemented<li>nosym - prototype found in include files (see decl) but not in libc.a (see sym)<li>nodecl - symbol is in libc.a but not declared in a public header<li>missing - neither in include files (see decl) nor in libc.a (see sym)</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul><li>C - symbol is common (uninitialized data)<li>D - symbol is in the initialized data section<li>R - symbol is in the read only data section<li>T - symbol is in the text section<li>V - weak object<li>W - weak symbol</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported)<ul><li>d - macro definition<li>p - function prototype<li>x - external and forward variable declaration</ul></ul><p>(any option mark found in the synopsis of a manual is listed in the option column, this is often wrong)
+<h4>legend</h4><ul><li>status: musl implementation status summary<ul><li>(empty) - implemented<li>nosym - prototype found in include files (see decl) but not in libc.a (see sym)<li>nodecl - symbol is in libc.a but not declared in a public header<li>missing - neither in include files (see decl) nor in libc.a (see sym)</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul><li>C - symbol is common (uninitialized data)<li>D - symbol is in the initialized data section<li>R - symbol is in the read only data section<li>T - symbol is in the text section<li>V - weak object<li>W - weak symbol</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported)<ul><li>d - macro definition<li>p - function prototype<li>x - external and forward variable declaration</ul></ul><p>(any option mark found in the synopsis of a manual is listed in the option column, this is often wrong)<p>(STREAMS and posix_trace* api is excluded)
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>posix<tr><th>status<th>sym<th>decl<th>name<th>header<th>option<th>desc
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/select.h#l27">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_CLR.html">FD_CLR</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys_select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/select.h#l28">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_ISSET.html">FD_ISSET</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys_select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l134">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabsf.html">fabsf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l135">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabsl.html">fabsl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/faccessat.html">faccessat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>access, faccessat - determine accessibility of a file relative to directory file descriptor
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fattach.html">fattach</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stropts.h.html">stropts.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSR">XSR</a><td>fattach - attach a STREAMS-based file descriptor to a file in the file system name space (<b>STREAMS</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html">fchdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>fchdir - change working directory
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchmod.html">fchmod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys_stat.h</a><td>&#160;<td>fchmod - change mode of a file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchmodat.html">fchmodat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys_stat.h</a><td>&#160;<td>chmod, fchmodat - change mode of a file relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fclose.html">fclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fclose - close a stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/fcntl.h#l26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html">fcntl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td>&#160;<td>fcntl - file control
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html">fdatasync</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SIO">SIO</a><td>fdatasync - synchronize the data of a file (<b>REALTIME</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdetach.html">fdetach</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stropts.h.html">stropts.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSR">XSR</a><td>fdetach - detach a name from a STREAMS-based file descriptor (<b>STREAMS</b>)
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l137">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdim.html">fdim</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l138">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdimf.html">fdimf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdiml.html">fdiml</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l140">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getline.html">getline</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getdelim, getline - read a delimited record from .I stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l116">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getlogin.html">getlogin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getlogin, getlogin_r - get login name
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getlogin_r.html">getlogin_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getlogin, getlogin_r - get login name
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getmsg.html">getmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stropts.h.html">stropts.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSR">XSR</a><td>getmsg, getpmsg - receive next message from a STREAMS file (<b>STREAMS</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnameinfo.html">getnameinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys_socket.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>getnameinfo - get name information
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l118">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetbyaddr.html">getnetbyaddr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetbyname.html">getnetbyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpgid.html">getpgid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpgid - get the process group ID for a process
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l93">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpgrp.html">getpgrp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpgrp - get the process group ID of the calling process
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l91">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpid.html">getpid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpid - get the process ID
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpmsg.html">getpmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stropts.h.html">stropts.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSR">XSR</a><td>getmsg, getpmsg - receive next message from a STREAMS file (<b>STREAMS</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l92">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getppid.html">getppid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getppid - get the parent process ID
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/resource.h#l45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpriority.html">getpriority</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys_resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getpriority, setpriority - get and set the nice value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getprotobyname.html">getprotobyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/arpa/inet.h#l23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_pton.html">inet_pton</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa_inet.h</a><td>&#160;<td>inet_ntop, inet_pton - convert IPv4 and IPv6 addresses between binary and text form
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/initstate.html">initstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/search.h#l23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/insque.html">insque</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>insque, remque - insert or remove an element in a queue
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stropts.h#l10">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/ioctl.h#l9">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ioctl.html">ioctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stropts.h.html">stropts.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSR">XSR</a><td>ioctl - control a STREAMS device (<b>STREAMS</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l4">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isalnum.html">isalnum</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isalnum, isalnum_l - test for an alphanumeric character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isalnum_l.html">isalnum_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isalnum, isalnum_l - test for an alphanumeric character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l5">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isalpha.html">isalpha</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isalpha, isalpha_l - test for an alphabetic character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isalpha_l.html">isalpha_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isalpha, isalpha_l - test for an alphabetic character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isascii.html">isascii</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>isascii - test for a 7-bit US-ASCII character
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isastream.html">isastream</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stropts.h.html">stropts.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSR">XSR</a><td>isastream - test a file descriptor (<b>STREAMS</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isatty.html">isatty</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>isatty - test for a terminal device
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l6">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isblank.html">isblank</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isblank, isblank_l - test for a blank character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isblank_l.html">isblank_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isblank, isblank_l - test for a blank character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/spawn.h#l53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setsigdefault.html">posix_spawnattr_setsigdefault</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getsigdefault, posix_spawnattr_setsigdefault - get and set the spawn-sigdefault attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/spawn.h#l50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setsigmask.html">posix_spawnattr_setsigmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawnattr_getsigmask, posix_spawnattr_setsigmask - get and set the spawn-sigmask attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/spawn.h#l38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnp.html">posix_spawnp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn, posix_spawnp - spawn a process (<b>ADVANCED REALTIME</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_destroy.html">posix_trace_attr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_trace_attr_destroy, posix_trace_attr_init - destroy and initialize the trace stream attributes object (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getclockres.html">posix_trace_attr_getclockres</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getcreatetime.html">posix_trace_attr_getcreatetime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getgenversion.html">posix_trace_attr_getgenversion</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getinherited.html">posix_trace_attr_getinherited</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRI">TRI</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRI">TRI</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getlogfullpolicy.html">posix_trace_attr_getlogfullpolicy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRI">TRI</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRI">TRI</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getlogsize.html">posix_trace_attr_getlogsize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getmaxdatasize.html">posix_trace_attr_getmaxdatasize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getmaxsystemeventsize.html">posix_trace_attr_getmaxsystemeventsize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getmaxusereventsize.html">posix_trace_attr_getmaxusereventsize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getname.html">posix_trace_attr_getname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getstreamfullpolicy.html">posix_trace_attr_getstreamfullpolicy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRI">TRI</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRI">TRI</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_getstreamsize.html">posix_trace_attr_getstreamsize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_init.html">posix_trace_attr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_trace_attr_destroy, posix_trace_attr_init - destroy and initialize the trace stream attributes object (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_setinherited.html">posix_trace_attr_setinherited</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRI">TRI</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRI">TRI</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_setlogfullpolicy.html">posix_trace_attr_setlogfullpolicy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRI">TRI</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRI">TRI</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_setlogsize.html">posix_trace_attr_setlogsize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_setmaxdatasize.html">posix_trace_attr_setmaxdatasize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_setname.html">posix_trace_attr_setname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_setstreamfullpolicy.html">posix_trace_attr_setstreamfullpolicy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRI">TRI</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRI">TRI</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_attr_setstreamsize.html">posix_trace_attr_setstreamsize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_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 (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_clear.html">posix_trace_clear</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_trace_clear - clear trace stream and trace log (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_close.html">posix_trace_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_trace_close, posix_trace_open, posix_trace_rewind - trace log management (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_create.html">posix_trace_create</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_trace_create, posix_trace_create_withlog, posix_trace_flush, posix_trace_shutdown - trace stream initialization, flush, and shutdown from a process (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_create_withlog.html">posix_trace_create_withlog</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_trace_create, posix_trace_create_withlog, posix_trace_flush, posix_trace_shutdown - trace stream initialization, flush, and shutdown from a process (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_event.html">posix_trace_event</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_trace_event, posix_trace_eventid_open - trace functions for instrumenting application code (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventid_equal.html">posix_trace_eventid_equal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TEF">TEF</a><td>posix_trace_eventid_equal, posix_trace_eventid_get_name, posix_trace_trid_eventid_open - manipulate the trace event type identifier (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventid_get_name.html">posix_trace_eventid_get_name</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TEF">TEF</a><td>posix_trace_eventid_equal, posix_trace_eventid_get_name, posix_trace_trid_eventid_open - manipulate the trace event type identifier (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventid_open.html">posix_trace_eventid_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_trace_event, posix_trace_eventid_open - trace functions for instrumenting application code (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventset_add.html">posix_trace_eventset_add</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TEF">TEF</a><td>posix_trace_eventset_add, posix_trace_eventset_del, posix_trace_eventset_empty, posix_trace_eventset_fill, posix_trace_eventset_ismember - manipulate trace event type sets (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventset_del.html">posix_trace_eventset_del</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TEF">TEF</a><td>posix_trace_eventset_add, posix_trace_eventset_del, posix_trace_eventset_empty, posix_trace_eventset_fill, posix_trace_eventset_ismember - manipulate trace event type sets (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventset_empty.html">posix_trace_eventset_empty</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TEF">TEF</a><td>posix_trace_eventset_add, posix_trace_eventset_del, posix_trace_eventset_empty, posix_trace_eventset_fill, posix_trace_eventset_ismember - manipulate trace event type sets (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventset_fill.html">posix_trace_eventset_fill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TEF">TEF</a><td>posix_trace_eventset_add, posix_trace_eventset_del, posix_trace_eventset_empty, posix_trace_eventset_fill, posix_trace_eventset_ismember - manipulate trace event type sets (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventset_ismember.html">posix_trace_eventset_ismember</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TEF">TEF</a><td>posix_trace_eventset_add, posix_trace_eventset_del, posix_trace_eventset_empty, posix_trace_eventset_fill, posix_trace_eventset_ismember - manipulate trace event type sets (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventtypelist_getnext_id.html">posix_trace_eventtypelist_getnext_id</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_trace_eventtypelist_getnext_id, posix_trace_eventtypelist_rewind - iterate over a mapping of trace event types (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_eventtypelist_rewind.html">posix_trace_eventtypelist_rewind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_trace_eventtypelist_getnext_id, posix_trace_eventtypelist_rewind - iterate over a mapping of trace event types (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_flush.html">posix_trace_flush</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_trace_create, posix_trace_create_withlog, posix_trace_flush, posix_trace_shutdown - trace stream initialization, flush, and shutdown from a process (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_get_attr.html">posix_trace_get_attr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_trace_get_attr, posix_trace_get_status - retrieve the trace attributes or trace status (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_get_filter.html">posix_trace_get_filter</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TEF">TEF</a><td>posix_trace_get_filter, posix_trace_set_filter - retrieve and set the filter of an initialized trace stream (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_get_status.html">posix_trace_get_status</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_trace_get_attr, posix_trace_get_status - retrieve the trace attributes or trace status (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_getnext_event.html">posix_trace_getnext_event</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_trace_getnext_event, posix_trace_timedgetnext_event, posix_trace_trygetnext_event - retrieve a trace event (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_open.html">posix_trace_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_trace_close, posix_trace_open, posix_trace_rewind - trace log management (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_rewind.html">posix_trace_rewind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_trace_close, posix_trace_open, posix_trace_rewind - trace log management (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_set_filter.html">posix_trace_set_filter</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TEF">TEF</a><td>posix_trace_get_filter, posix_trace_set_filter - retrieve and set the filter of an initialized trace stream (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_shutdown.html">posix_trace_shutdown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRL">TRL</a><td>posix_trace_create, posix_trace_create_withlog, posix_trace_flush, posix_trace_shutdown - trace stream initialization, flush, and shutdown from a process (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_start.html">posix_trace_start</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_trace_start, posix_trace_stop - trace start and stop (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_stop.html">posix_trace_stop</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_trace_start, posix_trace_stop - trace start and stop (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_timedgetnext_event.html">posix_trace_timedgetnext_event</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_trace_getnext_event, posix_trace_timedgetnext_event, posix_trace_trygetnext_event - retrieve a trace event (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_trid_eventid_open.html">posix_trace_trid_eventid_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TEF">TEF</a><td>posix_trace_eventid_equal, posix_trace_eventid_get_name, posix_trace_trid_eventid_open - manipulate the trace event type identifier (<b>TRACING</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_trace_trygetnext_event.html">posix_trace_trygetnext_event</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html">sys_types.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/trace.h.html">trace.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TRC">TRC</a><td>posix_trace_getnext_event, posix_trace_timedgetnext_event, posix_trace_trygetnext_event - retrieve a trace event (<b>TRACING</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_typed_mem_get_info.html">posix_typed_mem_get_info</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys_mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TYM">TYM</a><td>posix_typed_mem_get_info - query typed memory information (<b>ADVANCED REALTIME</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_typed_mem_open.html">posix_typed_mem_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys_mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TYM">TYM</a><td>posix_typed_mem_open - open a typed memory object (<b>ADVANCED REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l237">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pow.html">pow</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>pow, powf, powl - power function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putchar.html">putchar</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>putchar - put a byte on a stdout stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l138">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putchar_unlocked.html">putchar_unlocked</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putenv.html">putenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>putenv - change or add a value to an environment
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putmsg.html">putmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stropts.h.html">stropts.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSR">XSR</a><td>putmsg, putpmsg - send a message on a STREAM (<b>STREAMS</b>)
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putpmsg.html">putpmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stropts.h.html">stropts.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSR">XSR</a><td>putmsg, putpmsg - send a message on a STREAM (<b>STREAMS</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l95">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/puts.html">puts</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>puts - put a string on standard output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/utmpx.h#l38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pututxline.html">pututxline</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l121">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putwc.html">putwc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>putwc - put a wide character on a stream
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l311">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/y1.html">y1</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>y0, y1, yn - Bessel functions of the second kind
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l312">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/yn.html">yn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>y0, y1, yn - Bessel functions of the second kind
 </table>
-<h4>stats</h4><ul><li>missing: 194<li>nosym: 129<li>nodecl: 3</ul>
+<h4>stats</h4><ul><li>missing: 137<li>nosym: 129<li>nodecl: 3</ul>