update tables for more header fixes
authornsz <nsz@port70.net>
Sun, 9 Sep 2012 00:31:38 +0000 (02:31 +0200)
committernsz <nsz@port70.net>
Sun, 9 Sep 2012 00:31:38 +0000 (02:31 +0200)
tab_c11.html
tab_c99.html
tab_posix.html

index 40ccf5b..7d7c391 100644 (file)
@@ -1,5 +1,5 @@
 <h3>musl vs c11 api</h3>
-<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/commit/&amp;h=b7afd7a7ec95fdc98dd31078891a9563d6f4ac73">b7afd7a7ec95fdc98dd31078891a9563d6f4ac73</a><br>Date:   Sat Sep 8 02:42:27 2012 -0400<br><br>    sysmacros major/minor: result should have type unsigned int, not dev_t
+<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/commit/&amp;h=6cf8bfdb646efaf76c75a95d1ea0cd254706c037">6cf8bfdb646efaf76c75a95d1ea0cd254706c037</a><br>Date:   Sat Sep 8 20:22:08 2012 -0400<br><br>    add acct, accept4, setns, and dup3 syscalls (linux extensions)<br>    <br>    based on patch by Justin Cormack
 <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, arch specific definitions are not linked)<ul><li>d - macro definition<li>t - typedef<li>s - struct declaration<li>u - union declaration<li>p - function prototype<li>x - external and forward variable declaration</ul></ul><p>(Annex K apis are excluded: -D__STDC_WANT_LIB_EXT1__=0 is assumed)
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>c11<tr><th>status<th>sym<th>decl<th>name<th>header<th>proto<th>section
 <tr><td>missing<td>&#160;<td>&#160;<td>static_assert<td>assert.h<td>&#160;<td>B.1 Diagnostics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/float.h#n28">d</a> <td>DBL_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/float.h#n14">d</a> <td>FLT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n19">t</a> <td>imaxdiv_t<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n35">d</a> <td>PRId8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n36">d</a> <td>PRId16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n37">d</a> <td>PRId32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n38">d</a> <td>PRId64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n40">d</a> <td>PRIdLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n41">d</a> <td>PRIdLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n42">d</a> <td>PRIdLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n43">d</a> <td>PRIdLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n45">d</a> <td>PRIdFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n46">d</a> <td>PRIdFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n47">d</a> <td>PRIdFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n48">d</a> <td>PRIdFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n125">d</a> <td>PRIdMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n132">d</a> <td>PRIdPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n50">d</a> <td>PRIi8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n51">d</a> <td>PRIi16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n52">d</a> <td>PRIi32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n53">d</a> <td>PRIi64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n55">d</a> <td>PRIiLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n56">d</a> <td>PRIiLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n57">d</a> <td>PRIiLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n58">d</a> <td>PRIiLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n60">d</a> <td>PRIiFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n61">d</a> <td>PRIiFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n62">d</a> <td>PRIiFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n63">d</a> <td>PRIiFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n126">d</a> <td>PRIiMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n133">d</a> <td>PRIiPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n65">d</a> <td>PRIo8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n66">d</a> <td>PRIo16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n67">d</a> <td>PRIo32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n68">d</a> <td>PRIo64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n70">d</a> <td>PRIoLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n71">d</a> <td>PRIoLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n72">d</a> <td>PRIoLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n73">d</a> <td>PRIoLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n75">d</a> <td>PRIoFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n76">d</a> <td>PRIoFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n77">d</a> <td>PRIoFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n78">d</a> <td>PRIoFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n127">d</a> <td>PRIoMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n134">d</a> <td>PRIoPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n80">d</a> <td>PRIu8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n81">d</a> <td>PRIu16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n82">d</a> <td>PRIu32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n83">d</a> <td>PRIu64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n85">d</a> <td>PRIuLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n86">d</a> <td>PRIuLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n87">d</a> <td>PRIuLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n88">d</a> <td>PRIuLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n90">d</a> <td>PRIuFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n91">d</a> <td>PRIuFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n92">d</a> <td>PRIuFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n93">d</a> <td>PRIuFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n128">d</a> <td>PRIuMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n135">d</a> <td>PRIuPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n95">d</a> <td>PRIx8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n96">d</a> <td>PRIx16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n97">d</a> <td>PRIx32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n98">d</a> <td>PRIx64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n100">d</a> <td>PRIxLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n101">d</a> <td>PRIxLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n102">d</a> <td>PRIxLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n103">d</a> <td>PRIxLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n105">d</a> <td>PRIxFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n106">d</a> <td>PRIxFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n107">d</a> <td>PRIxFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n108">d</a> <td>PRIxFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n129">d</a> <td>PRIxMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n136">d</a> <td>PRIxPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n110">d</a> <td>PRIX8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n111">d</a> <td>PRIX16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n112">d</a> <td>PRIX32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n113">d</a> <td>PRIX64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n115">d</a> <td>PRIXLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n116">d</a> <td>PRIXLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n117">d</a> <td>PRIXLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n118">d</a> <td>PRIXLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n120">d</a> <td>PRIXFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n121">d</a> <td>PRIXFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n122">d</a> <td>PRIXFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n123">d</a> <td>PRIXFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n130">d</a> <td>PRIXMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n137">d</a> <td>PRIXPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n139">d</a> <td>SCNd8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n140">d</a> <td>SCNd16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n141">d</a> <td>SCNd32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n142">d</a> <td>SCNd64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n144">d</a> <td>SCNdLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n145">d</a> <td>SCNdLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n146">d</a> <td>SCNdLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n147">d</a> <td>SCNdLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n149">d</a> <td>SCNdFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n150">d</a> <td>SCNdFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n151">d</a> <td>SCNdFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n152">d</a> <td>SCNdFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n214">d</a> <td>SCNdMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n220">d</a> <td>SCNdPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n154">d</a> <td>SCNi8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n155">d</a> <td>SCNi16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n156">d</a> <td>SCNi32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n157">d</a> <td>SCNi64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n159">d</a> <td>SCNiLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n160">d</a> <td>SCNiLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n161">d</a> <td>SCNiLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n162">d</a> <td>SCNiLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n164">d</a> <td>SCNiFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n165">d</a> <td>SCNiFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n166">d</a> <td>SCNiFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n167">d</a> <td>SCNiFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n215">d</a> <td>SCNiMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n221">d</a> <td>SCNiPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n184">d</a> <td>SCNo8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n185">d</a> <td>SCNo16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n186">d</a> <td>SCNo32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n187">d</a> <td>SCNo64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n189">d</a> <td>SCNoLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n190">d</a> <td>SCNoLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n191">d</a> <td>SCNoLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n192">d</a> <td>SCNoLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n194">d</a> <td>SCNoFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n195">d</a> <td>SCNoFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n196">d</a> <td>SCNoFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n197">d</a> <td>SCNoFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n216">d</a> <td>SCNoMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n222">d</a> <td>SCNoPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n169">d</a> <td>SCNu8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n170">d</a> <td>SCNu16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n171">d</a> <td>SCNu32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n172">d</a> <td>SCNu64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n174">d</a> <td>SCNuLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n175">d</a> <td>SCNuLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n176">d</a> <td>SCNuLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n177">d</a> <td>SCNuLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n179">d</a> <td>SCNuFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n180">d</a> <td>SCNuFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n181">d</a> <td>SCNuFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n182">d</a> <td>SCNuFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n217">d</a> <td>SCNuMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n223">d</a> <td>SCNuPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n199">d</a> <td>SCNx8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n200">d</a> <td>SCNx16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n201">d</a> <td>SCNx32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n202">d</a> <td>SCNx64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n204">d</a> <td>SCNxLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n205">d</a> <td>SCNxLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n206">d</a> <td>SCNxLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n207">d</a> <td>SCNxLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n209">d</a> <td>SCNxFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n210">d</a> <td>SCNxFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n211">d</a> <td>SCNxFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n212">d</a> <td>SCNxFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n218">d</a> <td>SCNxMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n224">d</a> <td>SCNxPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n21">p</a> <td>imaxabs<td>inttypes.h<td>intmax_t imaxabs(intmax_t j);<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n22">p</a> <td>imaxdiv<td>inttypes.h<td>imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom);<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n24">p</a> <td>strtoimax<td>inttypes.h<td>intmax_t strtoimax(const char * restrict nptr, char ** restrict endptr, int base);<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n25">p</a> <td>strtoumax<td>inttypes.h<td>uintmax_t strtoumax(const char * restrict nptr, char ** restrict endptr, int base);<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n27">p</a> <td>wcstoimax<td>inttypes.h<td>intmax_t wcstoimax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n28">p</a> <td>wcstoumax<td>inttypes.h<td>uintmax_t wcstoumax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n14">t</a> <td>imaxdiv_t<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n30">d</a> <td>PRId8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n31">d</a> <td>PRId16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n32">d</a> <td>PRId32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n33">d</a> <td>PRId64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n35">d</a> <td>PRIdLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n36">d</a> <td>PRIdLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n37">d</a> <td>PRIdLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n38">d</a> <td>PRIdLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n40">d</a> <td>PRIdFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n41">d</a> <td>PRIdFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n42">d</a> <td>PRIdFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n43">d</a> <td>PRIdFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n120">d</a> <td>PRIdMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n127">d</a> <td>PRIdPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n45">d</a> <td>PRIi8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n46">d</a> <td>PRIi16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n47">d</a> <td>PRIi32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n48">d</a> <td>PRIi64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n50">d</a> <td>PRIiLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n51">d</a> <td>PRIiLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n52">d</a> <td>PRIiLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n53">d</a> <td>PRIiLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n55">d</a> <td>PRIiFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n56">d</a> <td>PRIiFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n57">d</a> <td>PRIiFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n58">d</a> <td>PRIiFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n121">d</a> <td>PRIiMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n128">d</a> <td>PRIiPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n60">d</a> <td>PRIo8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n61">d</a> <td>PRIo16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n62">d</a> <td>PRIo32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n63">d</a> <td>PRIo64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n65">d</a> <td>PRIoLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n66">d</a> <td>PRIoLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n67">d</a> <td>PRIoLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n68">d</a> <td>PRIoLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n70">d</a> <td>PRIoFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n71">d</a> <td>PRIoFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n72">d</a> <td>PRIoFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n73">d</a> <td>PRIoFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n122">d</a> <td>PRIoMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n129">d</a> <td>PRIoPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n75">d</a> <td>PRIu8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n76">d</a> <td>PRIu16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n77">d</a> <td>PRIu32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n78">d</a> <td>PRIu64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n80">d</a> <td>PRIuLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n81">d</a> <td>PRIuLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n82">d</a> <td>PRIuLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n83">d</a> <td>PRIuLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n85">d</a> <td>PRIuFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n86">d</a> <td>PRIuFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n87">d</a> <td>PRIuFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n88">d</a> <td>PRIuFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n123">d</a> <td>PRIuMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n130">d</a> <td>PRIuPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n90">d</a> <td>PRIx8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n91">d</a> <td>PRIx16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n92">d</a> <td>PRIx32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n93">d</a> <td>PRIx64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n95">d</a> <td>PRIxLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n96">d</a> <td>PRIxLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n97">d</a> <td>PRIxLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n98">d</a> <td>PRIxLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n100">d</a> <td>PRIxFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n101">d</a> <td>PRIxFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n102">d</a> <td>PRIxFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n103">d</a> <td>PRIxFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n124">d</a> <td>PRIxMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n131">d</a> <td>PRIxPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n105">d</a> <td>PRIX8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n106">d</a> <td>PRIX16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n107">d</a> <td>PRIX32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n108">d</a> <td>PRIX64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n110">d</a> <td>PRIXLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n111">d</a> <td>PRIXLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n112">d</a> <td>PRIXLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n113">d</a> <td>PRIXLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n115">d</a> <td>PRIXFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n116">d</a> <td>PRIXFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n117">d</a> <td>PRIXFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n118">d</a> <td>PRIXFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n125">d</a> <td>PRIXMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n132">d</a> <td>PRIXPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n134">d</a> <td>SCNd8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n135">d</a> <td>SCNd16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n136">d</a> <td>SCNd32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n137">d</a> <td>SCNd64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n139">d</a> <td>SCNdLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n140">d</a> <td>SCNdLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n141">d</a> <td>SCNdLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n142">d</a> <td>SCNdLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n144">d</a> <td>SCNdFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n145">d</a> <td>SCNdFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n146">d</a> <td>SCNdFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n147">d</a> <td>SCNdFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n209">d</a> <td>SCNdMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n215">d</a> <td>SCNdPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n149">d</a> <td>SCNi8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n150">d</a> <td>SCNi16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n151">d</a> <td>SCNi32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n152">d</a> <td>SCNi64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n154">d</a> <td>SCNiLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n155">d</a> <td>SCNiLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n156">d</a> <td>SCNiLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n157">d</a> <td>SCNiLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n159">d</a> <td>SCNiFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n160">d</a> <td>SCNiFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n161">d</a> <td>SCNiFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n162">d</a> <td>SCNiFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n210">d</a> <td>SCNiMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n216">d</a> <td>SCNiPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n179">d</a> <td>SCNo8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n180">d</a> <td>SCNo16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n181">d</a> <td>SCNo32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n182">d</a> <td>SCNo64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n184">d</a> <td>SCNoLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n185">d</a> <td>SCNoLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n186">d</a> <td>SCNoLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n187">d</a> <td>SCNoLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n189">d</a> <td>SCNoFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n190">d</a> <td>SCNoFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n191">d</a> <td>SCNoFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n192">d</a> <td>SCNoFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n211">d</a> <td>SCNoMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n217">d</a> <td>SCNoPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n164">d</a> <td>SCNu8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n165">d</a> <td>SCNu16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n166">d</a> <td>SCNu32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n167">d</a> <td>SCNu64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n169">d</a> <td>SCNuLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n170">d</a> <td>SCNuLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n171">d</a> <td>SCNuLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n172">d</a> <td>SCNuLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n174">d</a> <td>SCNuFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n175">d</a> <td>SCNuFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n176">d</a> <td>SCNuFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n177">d</a> <td>SCNuFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n212">d</a> <td>SCNuMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n218">d</a> <td>SCNuPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n194">d</a> <td>SCNx8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n195">d</a> <td>SCNx16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n196">d</a> <td>SCNx32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n197">d</a> <td>SCNx64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n199">d</a> <td>SCNxLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n200">d</a> <td>SCNxLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n201">d</a> <td>SCNxLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n202">d</a> <td>SCNxLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n204">d</a> <td>SCNxFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n205">d</a> <td>SCNxFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n206">d</a> <td>SCNxFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n207">d</a> <td>SCNxFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n213">d</a> <td>SCNxMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n219">d</a> <td>SCNxPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n16">p</a> <td>imaxabs<td>inttypes.h<td>intmax_t imaxabs(intmax_t j);<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n17">p</a> <td>imaxdiv<td>inttypes.h<td>imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom);<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n19">p</a> <td>strtoimax<td>inttypes.h<td>intmax_t strtoimax(const char * restrict nptr, char ** restrict endptr, int base);<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n20">p</a> <td>strtoumax<td>inttypes.h<td>uintmax_t strtoumax(const char * restrict nptr, char ** restrict endptr, int base);<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n22">p</a> <td>wcstoimax<td>inttypes.h<td>intmax_t wcstoimax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n23">p</a> <td>wcstoumax<td>inttypes.h<td>uintmax_t wcstoumax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.7 Format conversion of integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/iso646.h#n6">d</a> <td>and<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/iso646.h#n9">d</a> <td>bitor<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/iso646.h#n12">d</a> <td>not_eq<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
index 09a60c3..f3ff674 100644 (file)
@@ -1,5 +1,5 @@
 <h3>musl vs c99 api</h3>
-<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/commit/&amp;h=b7afd7a7ec95fdc98dd31078891a9563d6f4ac73">b7afd7a7ec95fdc98dd31078891a9563d6f4ac73</a><br>Date:   Sat Sep 8 02:42:27 2012 -0400<br><br>    sysmacros major/minor: result should have type unsigned int, not dev_t
+<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/commit/&amp;h=6cf8bfdb646efaf76c75a95d1ea0cd254706c037">6cf8bfdb646efaf76c75a95d1ea0cd254706c037</a><br>Date:   Sat Sep 8 20:22:08 2012 -0400<br><br>    add acct, accept4, setns, and dup3 syscalls (linux extensions)<br>    <br>    based on patch by Justin Cormack
 <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, arch specific definitions are not linked)<ul><li>d - macro definition<li>t - typedef<li>s - struct declaration<li>u - union declaration<li>p - function prototype<li>x - external and forward variable declaration</ul></ul>
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>c99<tr><th>status<th>sym<th>decl<th>name<th>header<th>proto<th>section
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/assert.h#n3">d</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/assert.h#n6">d</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/assert.h#n8">d</a> <td>assert<td>assert.h<td>void assert(scalar expression);<td>B.1 Diagnostics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/float.h#n28">d</a> <td>DBL_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/float.h#n11">d</a> <td>FLT_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n19">t</a> <td>imaxdiv_t<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n35">d</a> <td>PRId8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n36">d</a> <td>PRId16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n37">d</a> <td>PRId32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n38">d</a> <td>PRId64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n40">d</a> <td>PRIdLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n41">d</a> <td>PRIdLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n42">d</a> <td>PRIdLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n43">d</a> <td>PRIdLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n45">d</a> <td>PRIdFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n46">d</a> <td>PRIdFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n47">d</a> <td>PRIdFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n48">d</a> <td>PRIdFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n125">d</a> <td>PRIdMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n132">d</a> <td>PRIdPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n50">d</a> <td>PRIi8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n51">d</a> <td>PRIi16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n52">d</a> <td>PRIi32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n53">d</a> <td>PRIi64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n55">d</a> <td>PRIiLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n56">d</a> <td>PRIiLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n57">d</a> <td>PRIiLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n58">d</a> <td>PRIiLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n60">d</a> <td>PRIiFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n61">d</a> <td>PRIiFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n62">d</a> <td>PRIiFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n63">d</a> <td>PRIiFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n126">d</a> <td>PRIiMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n133">d</a> <td>PRIiPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n65">d</a> <td>PRIo8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n66">d</a> <td>PRIo16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n67">d</a> <td>PRIo32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n68">d</a> <td>PRIo64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n70">d</a> <td>PRIoLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n71">d</a> <td>PRIoLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n72">d</a> <td>PRIoLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n73">d</a> <td>PRIoLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n75">d</a> <td>PRIoFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n76">d</a> <td>PRIoFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n77">d</a> <td>PRIoFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n78">d</a> <td>PRIoFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n127">d</a> <td>PRIoMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n134">d</a> <td>PRIoPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n80">d</a> <td>PRIu8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n81">d</a> <td>PRIu16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n82">d</a> <td>PRIu32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n83">d</a> <td>PRIu64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n85">d</a> <td>PRIuLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n86">d</a> <td>PRIuLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n87">d</a> <td>PRIuLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n88">d</a> <td>PRIuLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n90">d</a> <td>PRIuFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n91">d</a> <td>PRIuFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n92">d</a> <td>PRIuFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n93">d</a> <td>PRIuFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n128">d</a> <td>PRIuMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n135">d</a> <td>PRIuPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n95">d</a> <td>PRIx8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n96">d</a> <td>PRIx16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n97">d</a> <td>PRIx32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n98">d</a> <td>PRIx64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n100">d</a> <td>PRIxLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n101">d</a> <td>PRIxLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n102">d</a> <td>PRIxLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n103">d</a> <td>PRIxLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n105">d</a> <td>PRIxFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n106">d</a> <td>PRIxFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n107">d</a> <td>PRIxFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n108">d</a> <td>PRIxFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n129">d</a> <td>PRIxMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n136">d</a> <td>PRIxPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n110">d</a> <td>PRIX8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n111">d</a> <td>PRIX16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n112">d</a> <td>PRIX32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n113">d</a> <td>PRIX64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n115">d</a> <td>PRIXLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n116">d</a> <td>PRIXLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n117">d</a> <td>PRIXLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n118">d</a> <td>PRIXLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n120">d</a> <td>PRIXFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n121">d</a> <td>PRIXFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n122">d</a> <td>PRIXFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n123">d</a> <td>PRIXFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n130">d</a> <td>PRIXMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n137">d</a> <td>PRIXPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n139">d</a> <td>SCNd8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n140">d</a> <td>SCNd16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n141">d</a> <td>SCNd32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n142">d</a> <td>SCNd64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n144">d</a> <td>SCNdLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n145">d</a> <td>SCNdLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n146">d</a> <td>SCNdLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n147">d</a> <td>SCNdLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n149">d</a> <td>SCNdFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n150">d</a> <td>SCNdFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n151">d</a> <td>SCNdFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n152">d</a> <td>SCNdFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n214">d</a> <td>SCNdMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n220">d</a> <td>SCNdPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n154">d</a> <td>SCNi8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n155">d</a> <td>SCNi16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n156">d</a> <td>SCNi32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n157">d</a> <td>SCNi64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n159">d</a> <td>SCNiLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n160">d</a> <td>SCNiLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n161">d</a> <td>SCNiLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n162">d</a> <td>SCNiLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n164">d</a> <td>SCNiFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n165">d</a> <td>SCNiFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n166">d</a> <td>SCNiFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n167">d</a> <td>SCNiFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n215">d</a> <td>SCNiMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n221">d</a> <td>SCNiPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n184">d</a> <td>SCNo8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n185">d</a> <td>SCNo16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n186">d</a> <td>SCNo32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n187">d</a> <td>SCNo64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n189">d</a> <td>SCNoLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n190">d</a> <td>SCNoLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n191">d</a> <td>SCNoLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n192">d</a> <td>SCNoLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n194">d</a> <td>SCNoFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n195">d</a> <td>SCNoFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n196">d</a> <td>SCNoFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n197">d</a> <td>SCNoFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n216">d</a> <td>SCNoMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n222">d</a> <td>SCNoPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n169">d</a> <td>SCNu8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n170">d</a> <td>SCNu16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n171">d</a> <td>SCNu32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n172">d</a> <td>SCNu64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n174">d</a> <td>SCNuLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n175">d</a> <td>SCNuLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n176">d</a> <td>SCNuLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n177">d</a> <td>SCNuLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n179">d</a> <td>SCNuFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n180">d</a> <td>SCNuFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n181">d</a> <td>SCNuFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n182">d</a> <td>SCNuFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n217">d</a> <td>SCNuMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n223">d</a> <td>SCNuPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n199">d</a> <td>SCNx8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n200">d</a> <td>SCNx16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n201">d</a> <td>SCNx32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n202">d</a> <td>SCNx64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n204">d</a> <td>SCNxLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n205">d</a> <td>SCNxLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n206">d</a> <td>SCNxLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n207">d</a> <td>SCNxLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n209">d</a> <td>SCNxFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n210">d</a> <td>SCNxFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n211">d</a> <td>SCNxFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n212">d</a> <td>SCNxFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n218">d</a> <td>SCNxMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n224">d</a> <td>SCNxPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n21">p</a> <td>imaxabs<td>inttypes.h<td>intmax_t imaxabs(intmax_t j);<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n22">p</a> <td>imaxdiv<td>inttypes.h<td>imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom);<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n24">p</a> <td>strtoimax<td>inttypes.h<td>intmax_t strtoimax(const char * restrict nptr, char ** restrict endptr, int base);<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n25">p</a> <td>strtoumax<td>inttypes.h<td>uintmax_t strtoumax(const char * restrict nptr, char ** restrict endptr, int base);<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n27">p</a> <td>wcstoimax<td>inttypes.h<td>intmax_t wcstoimax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.7 Format conversion of integer types
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n28">p</a> <td>wcstoumax<td>inttypes.h<td>uintmax_t wcstoumax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n14">t</a> <td>imaxdiv_t<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n30">d</a> <td>PRId8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n31">d</a> <td>PRId16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n32">d</a> <td>PRId32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n33">d</a> <td>PRId64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n35">d</a> <td>PRIdLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n36">d</a> <td>PRIdLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n37">d</a> <td>PRIdLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n38">d</a> <td>PRIdLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n40">d</a> <td>PRIdFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n41">d</a> <td>PRIdFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n42">d</a> <td>PRIdFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n43">d</a> <td>PRIdFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n120">d</a> <td>PRIdMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n127">d</a> <td>PRIdPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n45">d</a> <td>PRIi8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n46">d</a> <td>PRIi16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n47">d</a> <td>PRIi32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n48">d</a> <td>PRIi64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n50">d</a> <td>PRIiLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n51">d</a> <td>PRIiLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n52">d</a> <td>PRIiLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n53">d</a> <td>PRIiLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n55">d</a> <td>PRIiFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n56">d</a> <td>PRIiFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n57">d</a> <td>PRIiFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n58">d</a> <td>PRIiFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n121">d</a> <td>PRIiMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n128">d</a> <td>PRIiPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n60">d</a> <td>PRIo8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n61">d</a> <td>PRIo16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n62">d</a> <td>PRIo32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n63">d</a> <td>PRIo64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n65">d</a> <td>PRIoLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n66">d</a> <td>PRIoLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n67">d</a> <td>PRIoLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n68">d</a> <td>PRIoLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n70">d</a> <td>PRIoFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n71">d</a> <td>PRIoFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n72">d</a> <td>PRIoFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n73">d</a> <td>PRIoFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n122">d</a> <td>PRIoMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n129">d</a> <td>PRIoPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n75">d</a> <td>PRIu8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n76">d</a> <td>PRIu16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n77">d</a> <td>PRIu32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n78">d</a> <td>PRIu64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n80">d</a> <td>PRIuLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n81">d</a> <td>PRIuLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n82">d</a> <td>PRIuLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n83">d</a> <td>PRIuLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n85">d</a> <td>PRIuFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n86">d</a> <td>PRIuFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n87">d</a> <td>PRIuFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n88">d</a> <td>PRIuFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n123">d</a> <td>PRIuMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n130">d</a> <td>PRIuPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n90">d</a> <td>PRIx8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n91">d</a> <td>PRIx16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n92">d</a> <td>PRIx32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n93">d</a> <td>PRIx64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n95">d</a> <td>PRIxLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n96">d</a> <td>PRIxLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n97">d</a> <td>PRIxLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n98">d</a> <td>PRIxLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n100">d</a> <td>PRIxFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n101">d</a> <td>PRIxFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n102">d</a> <td>PRIxFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n103">d</a> <td>PRIxFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n124">d</a> <td>PRIxMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n131">d</a> <td>PRIxPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n105">d</a> <td>PRIX8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n106">d</a> <td>PRIX16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n107">d</a> <td>PRIX32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n108">d</a> <td>PRIX64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n110">d</a> <td>PRIXLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n111">d</a> <td>PRIXLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n112">d</a> <td>PRIXLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n113">d</a> <td>PRIXLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n115">d</a> <td>PRIXFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n116">d</a> <td>PRIXFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n117">d</a> <td>PRIXFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n118">d</a> <td>PRIXFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n125">d</a> <td>PRIXMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n132">d</a> <td>PRIXPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n134">d</a> <td>SCNd8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n135">d</a> <td>SCNd16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n136">d</a> <td>SCNd32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n137">d</a> <td>SCNd64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n139">d</a> <td>SCNdLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n140">d</a> <td>SCNdLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n141">d</a> <td>SCNdLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n142">d</a> <td>SCNdLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n144">d</a> <td>SCNdFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n145">d</a> <td>SCNdFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n146">d</a> <td>SCNdFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n147">d</a> <td>SCNdFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n209">d</a> <td>SCNdMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n215">d</a> <td>SCNdPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n149">d</a> <td>SCNi8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n150">d</a> <td>SCNi16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n151">d</a> <td>SCNi32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n152">d</a> <td>SCNi64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n154">d</a> <td>SCNiLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n155">d</a> <td>SCNiLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n156">d</a> <td>SCNiLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n157">d</a> <td>SCNiLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n159">d</a> <td>SCNiFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n160">d</a> <td>SCNiFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n161">d</a> <td>SCNiFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n162">d</a> <td>SCNiFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n210">d</a> <td>SCNiMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n216">d</a> <td>SCNiPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n179">d</a> <td>SCNo8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n180">d</a> <td>SCNo16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n181">d</a> <td>SCNo32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n182">d</a> <td>SCNo64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n184">d</a> <td>SCNoLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n185">d</a> <td>SCNoLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n186">d</a> <td>SCNoLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n187">d</a> <td>SCNoLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n189">d</a> <td>SCNoFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n190">d</a> <td>SCNoFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n191">d</a> <td>SCNoFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n192">d</a> <td>SCNoFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n211">d</a> <td>SCNoMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n217">d</a> <td>SCNoPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n164">d</a> <td>SCNu8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n165">d</a> <td>SCNu16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n166">d</a> <td>SCNu32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n167">d</a> <td>SCNu64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n169">d</a> <td>SCNuLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n170">d</a> <td>SCNuLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n171">d</a> <td>SCNuLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n172">d</a> <td>SCNuLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n174">d</a> <td>SCNuFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n175">d</a> <td>SCNuFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n176">d</a> <td>SCNuFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n177">d</a> <td>SCNuFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n212">d</a> <td>SCNuMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n218">d</a> <td>SCNuPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n194">d</a> <td>SCNx8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n195">d</a> <td>SCNx16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n196">d</a> <td>SCNx32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n197">d</a> <td>SCNx64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n199">d</a> <td>SCNxLEAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n200">d</a> <td>SCNxLEAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n201">d</a> <td>SCNxLEAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n202">d</a> <td>SCNxLEAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n204">d</a> <td>SCNxFAST8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n205">d</a> <td>SCNxFAST16<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n206">d</a> <td>SCNxFAST32<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n207">d</a> <td>SCNxFAST64<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n213">d</a> <td>SCNxMAX<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n219">d</a> <td>SCNxPTR<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n16">p</a> <td>imaxabs<td>inttypes.h<td>intmax_t imaxabs(intmax_t j);<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n17">p</a> <td>imaxdiv<td>inttypes.h<td>imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom);<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n19">p</a> <td>strtoimax<td>inttypes.h<td>intmax_t strtoimax(const char * restrict nptr, char ** restrict endptr, int base);<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n20">p</a> <td>strtoumax<td>inttypes.h<td>uintmax_t strtoumax(const char * restrict nptr, char ** restrict endptr, int base);<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n22">p</a> <td>wcstoimax<td>inttypes.h<td>intmax_t wcstoimax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.7 Format conversion of integer types
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n23">p</a> <td>wcstoumax<td>inttypes.h<td>uintmax_t wcstoumax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);<td>B.7 Format conversion of integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/iso646.h#n6">d</a> <td>and<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/iso646.h#n9">d</a> <td>bitor<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/iso646.h#n12">d</a> <td>not_eq<td>iso646.h<td>&#160;<td>B.8 Alternative spellings
index 61ebe33..f7f720e 100644 (file)
@@ -1,11 +1,11 @@
 <h3>musl vs posix api</h3>
-<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/commit/&amp;h=b7afd7a7ec95fdc98dd31078891a9563d6f4ac73">b7afd7a7ec95fdc98dd31078891a9563d6f4ac73</a><br>Date:   Sat Sep 8 02:42:27 2012 -0400<br><br>    sysmacros major/minor: result should have type unsigned int, not dev_t
+<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/commit/&amp;h=6cf8bfdb646efaf76c75a95d1ea0cd254706c037">6cf8bfdb646efaf76c75a95d1ea0cd254706c037</a><br>Date:   Sat Sep 8 20:22:08 2012 -0400<br><br>    add acct, accept4, setns, and dup3 syscalls (linux extensions)<br>    <br>    based on patch by Justin Cormack
 <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>(STREAMS and posix_trace* apis are 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/cgit.cgi?url=musl/tree/include/sys/select.h#n33">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/cgit.cgi?url=musl/tree/include/sys/select.h#n34">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>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/select.h#n32">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_SET.html">FD_SET</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/cgit.cgi?url=musl/tree/include/sys/select.h#n31">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_ZERO.html">FD_ZERO</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/cgit.cgi?url=musl/tree/include/sys/select.h#n29">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/cgit.cgi?url=musl/tree/include/sys/select.h#n30">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>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/select.h#n28">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_SET.html">FD_SET</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/cgit.cgi?url=musl/tree/include/sys/select.h#n27">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_ZERO.html">FD_ZERO</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/cgit.cgi?url=musl/tree/include/stdlib.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/_Exit.html">_Exit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>_Exit, _exit - terminate a process
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/unistd.h#n89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/_exit.html">_exit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>_Exit, _exit - terminate a process
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/setjmp.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/_longjmp.html">_longjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.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>_longjmp, _setjmp - non-local goto
@@ -15,7 +15,7 @@
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/a64l.html">a64l</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>a64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/abort.html">abort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>abort - generate an abnormal process abort
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/abs.html">abs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>abs - return an integer absolute value
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n241">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/accept.html">accept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>accept - accept a new connection on a socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n237">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/accept.html">accept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>accept - accept a new connection on a socket
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/unistd.h#n70">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/access.html">access</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>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n104">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n126">d</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n189">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acos.html">acos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosf.html">acosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
@@ -56,7 +56,7 @@
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atol.html">atol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atol, atoll - convert a string to a long integer
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atoll.html">atoll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atol, atoll - convert a string to a long integer
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/libgen.h#n9">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/string.h#n98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/basename.html">basename</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/libgen.h.html">libgen.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>basename - return the last component of a pathname
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n238">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html">bind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>bind - bind a name to a socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n234">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html">bind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>bind - bind a name to a socket
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bsearch.html">bsearch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>bsearch - binary search a sorted table
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/btowc.html">btowc</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>btowc - single byte to wide character conversion
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/complex.h#n68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cabs.html">cabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cabs, cabsf, cabsl - return a complex absolute value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/complex.h#n88">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n137">d</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n200">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/conj.html">conj</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>conj, conjf, conjl - complex conjugate functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/complex.h#n89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/conjf.html">conjf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>conj, conjf, conjl - complex conjugate functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/complex.h#n90">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/conjl.html">conjl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>conj, conjf, conjl - complex conjugate functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n239">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/connect.html">connect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>connect - connect a socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n235">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/connect.html">connect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>connect - connect a socket
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n140">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n138">d</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n201">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysign.html">copysign</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n141">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysignf.html">copysignf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n142">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysignl.html">copysignl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pwd.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endpwent.html">endpwent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endpwent, getpwent, setpwent - user database functions
 <tr><td>&#160;<td>TW<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/netdb.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endservent.html">endservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/utmpx.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endutxent.html">endutxent</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>V<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/unistd.h#n177">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/environ.html">environ</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
+<tr><td>&#160;<td>V<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/unistd.h#n178">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/environ.html">environ</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erand48.html">erand48</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>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n152">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n143">d</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n206">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erf.html">erf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erf, erff, erfl - error functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n156">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n144">d</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n207">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfc.html">erfc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/netdb.h#n109">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>W<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/netdb.h#n107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetent.html">getnetent</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/cgit.cgi?url=musl/tree/include/getopt.h#n8">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/unistd.h#n121">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getopt.html">getopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getopt, optarg, opterr, optind, optopt - command option parsing
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n244">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpeername.html">getpeername</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getpeername - get the name of the peer socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n240">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpeername.html">getpeername</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getpeername - get the name of the peer socket
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/unistd.h#n94">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/cgit.cgi?url=musl/tree/include/unistd.h#n93">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/cgit.cgi?url=musl/tree/include/unistd.h#n91">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>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/netdb.h#n115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservbyport.html">getservbyport</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>TW<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/netdb.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservent.html">getservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/unistd.h#n97">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsid.html">getsid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getsid - get the process group ID of a session leader
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n243">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockname.html">getsockname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockname - get the socket name
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n253">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockopt.html">getsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockopt - get the socket options
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n239">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockname.html">getsockname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockname - get the socket name
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n249">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockopt.html">getsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockopt - get the socket options
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsubopt.html">getsubopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>getsubopt - parse suboption arguments from a string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/time.h#n11">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gettimeofday.html">gettimeofday</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html">sys/time.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>gettimeofday - get the date and time
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/unistd.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getuid.html">getuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getuid - get a real user ID
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/search.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hcreate.html">hcreate</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>hcreate, hdestroy, hsearch - manage hash search table
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/search.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hdestroy.html">hdestroy</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>hcreate, hdestroy, hsearch - manage hash search table
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/search.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hsearch.html">hsearch</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>hcreate, hdestroy, hsearch - manage hash search table
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/arpa/inet.h#n26">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/netinet/in.h#n68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/htonl.html">htonl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/arpa/inet.h#n27">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/netinet/in.h#n69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/htons.html">htons</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/arpa/inet.h#n21">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/netinet/in.h#n68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/htonl.html">htonl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/arpa/inet.h#n22">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/netinet/in.h#n69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/htons.html">htons</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n204">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n156">d</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n219">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypot.html">hypot</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n205">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypotf.html">hypotf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n206">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypotl.html">hypotl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/iconv.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html">iconv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html">iconv.h</a><td>&#160;<td>iconv - codeset conversion function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/iconv.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv_close.html">iconv_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html">iconv.h</a><td>&#160;<td>iconv_close - codeset conversion deallocation function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/iconv.h#n20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv_open.html">iconv_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html">iconv.h</a><td>&#160;<td>iconv_open - codeset conversion allocation function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/iconv.h#n17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html">iconv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html">iconv.h</a><td>&#160;<td>iconv - codeset conversion function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/iconv.h#n18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv_close.html">iconv_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html">iconv.h</a><td>&#160;<td>iconv_close - codeset conversion deallocation function
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/iconv.h#n16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv_open.html">iconv_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html">iconv.h</a><td>&#160;<td>iconv_open - codeset conversion allocation function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/net/if.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_freenameindex.html">if_freenameindex</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_freenameindex - free memory allocated by if_nameindex
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/net/if.h#n19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_indextoname.html">if_indextoname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_indextoname - map a network interface index to its corresponding name
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/net/if.h#n20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_nameindex.html">if_nameindex</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_nameindex - return all network interface names and indexes
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n208">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n157">d</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n220">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogb.html">ilogb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n209">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogbf.html">ilogbf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n210">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogbl.html">ilogbl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/imaxabs.html">imaxabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>imaxabs - return absolute value
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/imaxdiv.html">imaxdiv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>imaxdiv - return quotient and remainder
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/arpa/inet.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_addr.html">inet_addr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>inet_addr, inet_ntoa - IPv4 address manipulation
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/arpa/inet.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_ntoa.html">inet_ntoa</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>inet_addr, inet_ntoa - IPv4 address manipulation
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/arpa/inet.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_ntop.html">inet_ntop</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/cgit.cgi?url=musl/tree/include/arpa/inet.h#n33">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/cgit.cgi?url=musl/tree/include/inttypes.h#n16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/imaxabs.html">imaxabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>imaxabs - return absolute value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/imaxdiv.html">imaxdiv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>imaxdiv - return quotient and remainder
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/arpa/inet.h#n26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_addr.html">inet_addr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>inet_addr, inet_ntoa - IPv4 address manipulation
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/arpa/inet.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_ntoa.html">inet_ntoa</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>inet_addr, inet_ntoa - IPv4 address manipulation
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/arpa/inet.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_ntop.html">inet_ntop</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/cgit.cgi?url=musl/tree/include/arpa/inet.h#n28">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/cgit.cgi?url=musl/tree/include/stdlib.h#n116">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/cgit.cgi?url=musl/tree/include/search.h#n25">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/cgit.cgi?url=musl/tree/include/ctype.h#n10">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>&#160;<td>isalnum, isalnum_l - test for an alphanumeric character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/unistd.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/link.html">link</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>link, linkat - link one file to another file relative to two directory file descriptors
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/unistd.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/linkat.html">linkat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>link, linkat - link one file to another file relative to two directory file descriptors
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/aio.h#n50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lio_listio.html">lio_listio</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>lio_listio - list directed I/O
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n240">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">listen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>listen - listen for socket connections and limit the queue of incoming connections
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n236">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">listen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>listen - listen for socket connections and limit the queue of incoming connections
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llabs.html">llabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>labs, llabs - return a long integer absolute value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lldiv.html">lldiv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>ldiv, lldiv - compute quotient and remainder of a long division
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n220">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n223">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrint.html">llrint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n257">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modff.html">modff</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n258">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modfl.html">modfl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/mman.h#n20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mprotect.html">mprotect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td>&#160;<td>mprotect - set protection of memory mapping
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_close.html">mq_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_close - close a message queue (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_getattr.html">mq_getattr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_getattr - get message queue attributes (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_notify.html">mq_notify</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_notify - notify process that a message is available (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_open.html">mq_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_open - open a message queue (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_receive.html">mq_receive</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_receive, mq_timedreceive - receive a message from a message queue (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_send.html">mq_send</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_send, mq_timedsend - send a message to a message queue (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_setattr.html">mq_setattr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_setattr - set message queue attributes (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_timedreceive.html">mq_timedreceive</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_receive, mq_timedreceive - receive a message from a message queue (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_timedsend.html">mq_timedsend</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_send, mq_timedsend - send a message to a message queue (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_unlink.html">mq_unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_unlink - remove a message queue (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_close.html">mq_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_close - close a message queue (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_getattr.html">mq_getattr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_getattr - get message queue attributes (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_notify.html">mq_notify</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_notify - notify process that a message is available (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_open.html">mq_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_open - open a message queue (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_receive.html">mq_receive</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_receive, mq_timedreceive - receive a message from a message queue (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_send.html">mq_send</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_send, mq_timedsend - send a message to a message queue (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_setattr.html">mq_setattr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_setattr - set message queue attributes (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_timedreceive.html">mq_timedreceive</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_receive, mq_timedreceive - receive a message from a message queue (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_timedsend.html">mq_timedsend</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_send, mq_timedsend - send a message to a message queue (<b>REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/mqueue.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_unlink.html">mq_unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_unlink - remove a message queue (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n133">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mrand48.html">mrand48</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>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/msg.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/msgctl.html">msgctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_msg.h.html">sys/msg.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>msgctl - XSI message control operations
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/msg.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/msgget.html">msgget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_msg.h.html">sys/msg.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>msgget - get the XSI message queue identifier
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/langinfo.h#n80">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nl_langinfo.html">nl_langinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/langinfo.h.html">langinfo.h</a><td>&#160;<td>nl_langinfo, nl_langinfo_l - language information
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/langinfo.h#n81">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nl_langinfo_l.html">nl_langinfo_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/langinfo.h.html">langinfo.h</a><td>&#160;<td>nl_langinfo, nl_langinfo_l - language information
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nrand48.html">nrand48</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>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/arpa/inet.h#n28">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/netinet/in.h#n70">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ntohl.html">ntohl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/arpa/inet.h#n29">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/netinet/in.h#n71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ntohs.html">ntohs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/arpa/inet.h#n23">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/netinet/in.h#n70">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ntohl.html">ntohl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/arpa/inet.h#n24">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/netinet/in.h#n71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ntohs.html">ntohs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/fcntl.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/open.html">open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OH">OH</a><td>open, openat - open file relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdio.h#n131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/open_memstream.html">open_memstream</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>open_memstream, open_wmemstream - open a dynamic memory buffer stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/open_wmemstream.html">open_wmemstream</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>open_memstream, open_wmemstream - open a dynamic memory buffer stream
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_mem_offset.html">posix_mem_offset</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_mem_offset - find offset and length of a mapped typed memory block (<b>ADVANCED REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_memalign.html">posix_memalign</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#ADV">ADV</a><td>posix_memalign - aligned memory allocation (<b>ADVANCED REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_openpt.html">posix_openpt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>posix_openpt - open a pseudo-terminal device
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn.html">posix_spawn</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>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_addclose.html">posix_spawn_file_actions_addclose</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_file_actions_addclose, posix_spawn_file_actions_addopen - add close or open action to spawn file actions object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_adddup2.html">posix_spawn_file_actions_adddup2</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_file_actions_adddup2 - add dup2 action to spawn file actions object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_addopen.html">posix_spawn_file_actions_addopen</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_file_actions_addclose, posix_spawn_file_actions_addopen - add close or open action to spawn file actions object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_destroy.html">posix_spawn_file_actions_destroy</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_file_actions_destroy, posix_spawn_file_actions_init - destroy and initialize spawn file actions object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_init.html">posix_spawn_file_actions_init</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_file_actions_destroy, posix_spawn_file_actions_init - destroy and initialize spawn file actions object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_destroy.html">posix_spawnattr_destroy</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_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getflags.html">posix_spawnattr_getflags</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_spawnattr_getflags, posix_spawnattr_setflags - get and set the spawn-flags attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getpgroup.html">posix_spawnattr_getpgroup</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_spawnattr_getpgroup, posix_spawnattr_setpgroup - get and set the spawn-pgroup attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn.html">posix_spawn</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>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_addclose.html">posix_spawn_file_actions_addclose</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_file_actions_addclose, posix_spawn_file_actions_addopen - add close or open action to spawn file actions object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_adddup2.html">posix_spawn_file_actions_adddup2</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_file_actions_adddup2 - add dup2 action to spawn file actions object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_addopen.html">posix_spawn_file_actions_addopen</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_file_actions_addclose, posix_spawn_file_actions_addopen - add close or open action to spawn file actions object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_destroy.html">posix_spawn_file_actions_destroy</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_file_actions_destroy, posix_spawn_file_actions_init - destroy and initialize spawn file actions object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn_file_actions_init.html">posix_spawn_file_actions_init</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_file_actions_destroy, posix_spawn_file_actions_init - destroy and initialize spawn file actions object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_destroy.html">posix_spawnattr_destroy</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_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getflags.html">posix_spawnattr_getflags</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_spawnattr_getflags, posix_spawnattr_setflags - get and set the spawn-flags attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getpgroup.html">posix_spawnattr_getpgroup</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_spawnattr_getpgroup, posix_spawnattr_setpgroup - get and set the spawn-pgroup attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getschedparam.html">posix_spawnattr_getschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>posix_spawnattr_getschedparam, posix_spawnattr_setschedparam - get and set the spawn-schedparam attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getschedpolicy.html">posix_spawnattr_getschedpolicy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy - get and set the spawn-schedpolicy attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getsigdefault.html">posix_spawnattr_getsigdefault</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/cgit.cgi?url=musl/tree/include/spawn.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getsigmask.html">posix_spawnattr_getsigmask</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/cgit.cgi?url=musl/tree/include/spawn.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_init.html">posix_spawnattr_init</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_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setflags.html">posix_spawnattr_setflags</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_spawnattr_getflags, posix_spawnattr_setflags - get and set the spawn-flags attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setpgroup.html">posix_spawnattr_setpgroup</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_spawnattr_getpgroup, posix_spawnattr_setpgroup - get and set the spawn-pgroup attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getsigdefault.html">posix_spawnattr_getsigdefault</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/cgit.cgi?url=musl/tree/include/spawn.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_getsigmask.html">posix_spawnattr_getsigmask</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/cgit.cgi?url=musl/tree/include/spawn.h#n43">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_init.html">posix_spawnattr_init</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_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setflags.html">posix_spawnattr_setflags</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_spawnattr_getflags, posix_spawnattr_setflags - get and set the spawn-flags attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setpgroup.html">posix_spawnattr_setpgroup</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_spawnattr_getpgroup, posix_spawnattr_setpgroup - get and set the spawn-pgroup attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setschedparam.html">posix_spawnattr_setschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>posix_spawnattr_getschedparam, posix_spawnattr_setschedparam - get and set the spawn-schedparam attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnattr_setschedpolicy.html">posix_spawnattr_setschedpolicy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy - get and set the spawn-schedpolicy attribute of a spawn attributes object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n59">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/cgit.cgi?url=musl/tree/include/spawn.h#n56">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/cgit.cgi?url=musl/tree/include/spawn.h#n44">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>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/spawn.h#n55">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/cgit.cgi?url=musl/tree/include/spawn.h#n52">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/cgit.cgi?url=musl/tree/include/spawn.h#n40">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_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/cgit.cgi?url=musl/tree/include/math.h#n276">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n235">d</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/cgit.cgi?url=musl/tree/include/math.h#n278">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/powl.html">powl</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/cgit.cgi?url=musl/tree/include/unistd.h#n45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pread.html">pread</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pread, read - read from a file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdio.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html">printf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/select.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pselect.html">pselect</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/cgit.cgi?url=musl/tree/include/sys/select.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pselect.html">pselect</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/cgit.cgi?url=musl/tree/include/signal.h#n182">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psiginfo.html">psiginfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/signal.h#n183">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psignal.html">psignal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n197">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_atfork.html">pthread_atfork</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_atfork - register fork handlers
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n148">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_destroy.html">pthread_attr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_destroy, pthread_attr_init - destroy and initialize the thread attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n154">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getdetachstate.html">pthread_attr_getdetachstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getdetachstate, pthread_attr_setdetachstate - get and set the detachstate attribute
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n150">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getguardsize.html">pthread_attr_getguardsize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getguardsize, pthread_attr_setguardsize - get and set the thread guardsize attribute
-<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n164">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getinheritsched.html">pthread_attr_getinheritsched</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_attr_getinheritsched, pthread_attr_setinheritsched - get and set the inheritsched attribute (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n162">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getschedparam.html">pthread_attr_getschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getschedparam, pthread_attr_setschedparam - get and set the schedparam attribute
-<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n160">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getschedpolicy.html">pthread_attr_getschedpolicy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_attr_getschedpolicy, pthread_attr_setschedpolicy - get and set the schedpolicy attribute (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n158">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getscope.html">pthread_attr_getscope</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_attr_getscope, pthread_attr_setscope - get and set the contentionscope attribute (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n156">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getstack.html">pthread_attr_getstack</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSA">TSA</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSS">TSS</a><td>pthread_attr_getstack, pthread_attr_setstack - get and set stack attributes
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n152">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getstacksize.html">pthread_attr_getstacksize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSS">TSS</a><td>pthread_attr_getstacksize, pthread_attr_setstacksize - get and set the stacksize attribute
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n147">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_init.html">pthread_attr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_destroy, pthread_attr_init - destroy and initialize the thread attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n155">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setdetachstate.html">pthread_attr_setdetachstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getdetachstate, pthread_attr_setdetachstate - get and set the detachstate attribute
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n151">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setguardsize.html">pthread_attr_setguardsize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getguardsize, pthread_attr_setguardsize - get and set the thread guardsize attribute
-<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n165">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setinheritsched.html">pthread_attr_setinheritsched</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_attr_getinheritsched, pthread_attr_setinheritsched - get and set the inheritsched attribute (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n163">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setschedparam.html">pthread_attr_setschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getschedparam, pthread_attr_setschedparam - get and set the schedparam attribute
-<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n161">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setschedpolicy.html">pthread_attr_setschedpolicy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_attr_getschedpolicy, pthread_attr_setschedpolicy - get and set the schedpolicy attribute (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n159">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setscope.html">pthread_attr_setscope</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_attr_getscope, pthread_attr_setscope - get and set the contentionscope attribute (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n157">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setstack.html">pthread_attr_setstack</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSA">TSA</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSS">TSS</a><td>pthread_attr_getstack, pthread_attr_setstack - get and set stack attributes
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n153">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setstacksize.html">pthread_attr_setstacksize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSS">TSS</a><td>pthread_attr_getstacksize, pthread_attr_setstacksize - get and set the stacksize attribute
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrier_destroy.html">pthread_barrier_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrier_destroy, pthread_barrier_init - destroy and initialize a barrier object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n138">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrier_init.html">pthread_barrier_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrier_destroy, pthread_barrier_init - destroy and initialize a barrier object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n140">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrier_wait.html">pthread_barrier_wait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrier_wait - synchronize at a barrier
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n192">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_destroy.html">pthread_barrierattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrierattr_destroy, pthread_barrierattr_init - destroy and initialize the barrier attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n193">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_getpshared.html">pthread_barrierattr_getpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_barrierattr_getpshared, pthread_barrierattr_setpshared - get and set the process-shared attribute of the barrier attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n194">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_init.html">pthread_barrierattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrierattr_destroy, pthread_barrierattr_init - destroy and initialize the barrier attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n195">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_setpshared.html">pthread_barrierattr_setpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_barrierattr_getpshared, pthread_barrierattr_setpshared - get and set the process-shared attribute of the barrier attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n103">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cancel.html">pthread_cancel</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cancel - cancel execution of a thread
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n212">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cleanup_pop.html">pthread_cleanup_pop</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cleanup_pop, pthread_cleanup_push - establish cancellation handlers
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n211">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cleanup_push.html">pthread_cleanup_push</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cleanup_pop, pthread_cleanup_push - establish cancellation handlers
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_broadcast.html">pthread_cond_broadcast</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_broadcast, pthread_cond_signal - broadcast or signal a condition
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n116">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_destroy.html">pthread_cond_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_destroy, pthread_cond_init - destroy and initialize condition variables
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_init.html">pthread_cond_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_destroy, pthread_cond_init - destroy and initialize condition variables
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n120">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_signal.html">pthread_cond_signal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_broadcast, pthread_cond_signal - broadcast or signal a condition
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n118">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_timedwait.html">pthread_cond_timedwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_timedwait, pthread_cond_wait - wait on a condition
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_wait.html">pthread_cond_wait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_timedwait, pthread_cond_wait - wait on a condition
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n181">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_destroy.html">pthread_condattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_destroy, pthread_condattr_init - destroy and initialize the condition variable attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n184">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_getclock.html">pthread_condattr_getclock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_getclock, pthread_condattr_setclock - get and set the clock selection condition variable attribute
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n185">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_getpshared.html">pthread_condattr_getpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_condattr_getpshared, pthread_condattr_setpshared - get and set the process-shared condition variable attributes
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n180">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_init.html">pthread_condattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_destroy, pthread_condattr_init - destroy and initialize the condition variable attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n182">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_setclock.html">pthread_condattr_setclock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_getclock, pthread_condattr_setclock - get and set the clock selection condition variable attribute
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n183">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_setpshared.html">pthread_condattr_setpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_condattr_getpshared, pthread_condattr_setpshared - get and set the process-shared condition variable attributes
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n87">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_create.html">pthread_create</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_create - thread creation
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n88">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_detach.html">pthread_detach</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_detach - detach a thread
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n98">d</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n97">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_equal.html">pthread_equal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_equal - compare thread IDs
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_exit.html">pthread_exit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_exit - thread termination
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n199">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getconcurrency.html">pthread_getconcurrency</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.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>pthread_getconcurrency, pthread_setconcurrency - get and set the level of concurrency
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n186">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_atfork.html">pthread_atfork</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_atfork - register fork handlers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n137">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_destroy.html">pthread_attr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_destroy, pthread_attr_init - destroy and initialize the thread attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n143">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getdetachstate.html">pthread_attr_getdetachstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getdetachstate, pthread_attr_setdetachstate - get and set the detachstate attribute
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getguardsize.html">pthread_attr_getguardsize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getguardsize, pthread_attr_setguardsize - get and set the thread guardsize attribute
+<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n153">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getinheritsched.html">pthread_attr_getinheritsched</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_attr_getinheritsched, pthread_attr_setinheritsched - get and set the inheritsched attribute (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n151">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getschedparam.html">pthread_attr_getschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getschedparam, pthread_attr_setschedparam - get and set the schedparam attribute
+<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n149">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getschedpolicy.html">pthread_attr_getschedpolicy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_attr_getschedpolicy, pthread_attr_setschedpolicy - get and set the schedpolicy attribute (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n147">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getscope.html">pthread_attr_getscope</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_attr_getscope, pthread_attr_setscope - get and set the contentionscope attribute (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n145">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getstack.html">pthread_attr_getstack</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSA">TSA</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSS">TSS</a><td>pthread_attr_getstack, pthread_attr_setstack - get and set stack attributes
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n141">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getstacksize.html">pthread_attr_getstacksize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSS">TSS</a><td>pthread_attr_getstacksize, pthread_attr_setstacksize - get and set the stacksize attribute
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n136">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_init.html">pthread_attr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_destroy, pthread_attr_init - destroy and initialize the thread attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n144">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setdetachstate.html">pthread_attr_setdetachstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getdetachstate, pthread_attr_setdetachstate - get and set the detachstate attribute
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n140">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setguardsize.html">pthread_attr_setguardsize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getguardsize, pthread_attr_setguardsize - get and set the thread guardsize attribute
+<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n154">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setinheritsched.html">pthread_attr_setinheritsched</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_attr_getinheritsched, pthread_attr_setinheritsched - get and set the inheritsched attribute (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n152">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setschedparam.html">pthread_attr_setschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getschedparam, pthread_attr_setschedparam - get and set the schedparam attribute
+<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n150">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setschedpolicy.html">pthread_attr_setschedpolicy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_attr_getschedpolicy, pthread_attr_setschedpolicy - get and set the schedpolicy attribute (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n148">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setscope.html">pthread_attr_setscope</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_attr_getscope, pthread_attr_setscope - get and set the contentionscope attribute (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n146">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setstack.html">pthread_attr_setstack</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSA">TSA</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSS">TSS</a><td>pthread_attr_getstack, pthread_attr_setstack - get and set stack attributes
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n142">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setstacksize.html">pthread_attr_setstacksize</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSS">TSS</a><td>pthread_attr_getstacksize, pthread_attr_setstacksize - get and set the stacksize attribute
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrier_destroy.html">pthread_barrier_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrier_destroy, pthread_barrier_init - destroy and initialize a barrier object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrier_init.html">pthread_barrier_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrier_destroy, pthread_barrier_init - destroy and initialize a barrier object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrier_wait.html">pthread_barrier_wait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrier_wait - synchronize at a barrier
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n181">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_destroy.html">pthread_barrierattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrierattr_destroy, pthread_barrierattr_init - destroy and initialize the barrier attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n182">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_getpshared.html">pthread_barrierattr_getpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_barrierattr_getpshared, pthread_barrierattr_setpshared - get and set the process-shared attribute of the barrier attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n183">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_init.html">pthread_barrierattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_barrierattr_destroy, pthread_barrierattr_init - destroy and initialize the barrier attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n184">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_setpshared.html">pthread_barrierattr_setpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_barrierattr_getpshared, pthread_barrierattr_setpshared - get and set the process-shared attribute of the barrier attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n92">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cancel.html">pthread_cancel</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cancel - cancel execution of a thread
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n201">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cleanup_pop.html">pthread_cleanup_pop</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cleanup_pop, pthread_cleanup_push - establish cancellation handlers
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n200">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cleanup_push.html">pthread_cleanup_push</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cleanup_pop, pthread_cleanup_push - establish cancellation handlers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_broadcast.html">pthread_cond_broadcast</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_broadcast, pthread_cond_signal - broadcast or signal a condition
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_destroy.html">pthread_cond_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_destroy, pthread_cond_init - destroy and initialize condition variables
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_init.html">pthread_cond_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_destroy, pthread_cond_init - destroy and initialize condition variables
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n109">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_signal.html">pthread_cond_signal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_broadcast, pthread_cond_signal - broadcast or signal a condition
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_timedwait.html">pthread_cond_timedwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_timedwait, pthread_cond_wait - wait on a condition
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_wait.html">pthread_cond_wait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_cond_timedwait, pthread_cond_wait - wait on a condition
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n170">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_destroy.html">pthread_condattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_destroy, pthread_condattr_init - destroy and initialize the condition variable attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n173">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_getclock.html">pthread_condattr_getclock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_getclock, pthread_condattr_setclock - get and set the clock selection condition variable attribute
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n174">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_getpshared.html">pthread_condattr_getpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_condattr_getpshared, pthread_condattr_setpshared - get and set the process-shared condition variable attributes
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n169">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_init.html">pthread_condattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_destroy, pthread_condattr_init - destroy and initialize the condition variable attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n171">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_setclock.html">pthread_condattr_setclock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_condattr_getclock, pthread_condattr_setclock - get and set the clock selection condition variable attribute
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n172">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_condattr_setpshared.html">pthread_condattr_setpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_condattr_getpshared, pthread_condattr_setpshared - get and set the process-shared condition variable attributes
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_create.html">pthread_create</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_create - thread creation
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_detach.html">pthread_detach</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_detach - detach a thread
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n87">d</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n86">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_equal.html">pthread_equal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_equal - compare thread IDs
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_exit.html">pthread_exit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_exit - thread termination
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n188">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getconcurrency.html">pthread_getconcurrency</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.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>pthread_getconcurrency, pthread_setconcurrency - get and set the level of concurrency
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getcpuclockid.html">pthread_getcpuclockid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TCT">TCT</a><td>pthread_getcpuclockid - access a thread CPU-time clock (<b>ADVANCED REALTIME THREADS</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getschedparam.html">pthread_getschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_getschedparam, pthread_setschedparam - dynamic thread scheduling parameters access (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n144">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getspecific.html">pthread_getspecific</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_getspecific, pthread_setspecific - thread-specific data management
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n90">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_join.html">pthread_join</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_join - wait for thread termination
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n142">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_key_create.html">pthread_key_create</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_key_create - thread-specific data key creation
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n143">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_key_delete.html">pthread_key_delete</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_key_delete - thread-specific data key deletion
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n133">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getspecific.html">pthread_getspecific</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_getspecific, pthread_setspecific - thread-specific data management
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n79">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_join.html">pthread_join</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_join - wait for thread termination
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_key_create.html">pthread_key_create</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_key_create - thread-specific data key creation
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_key_delete.html">pthread_key_delete</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_key_delete - thread-specific data key deletion
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/signal.h#n180">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_kill.html">pthread_kill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_kill - send a signal to a thread
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_consistent.html">pthread_mutex_consistent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_consistent - mark state protected by robust mutex as consistent
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_destroy.html">pthread_mutex_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_destroy, pthread_mutex_init - destroy and initialize a mutex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_consistent.html">pthread_mutex_consistent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_consistent - mark state protected by robust mutex as consistent
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_destroy.html">pthread_mutex_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_destroy, pthread_mutex_init - destroy and initialize a mutex
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_getprioceiling.html">pthread_mutex_getprioceiling</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#RPP">RPP</a><td>pthread_mutex_getprioceiling, pthread_mutex_setprioceiling - get and set the priority ceiling of a mutex (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_init.html">pthread_mutex_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_destroy, pthread_mutex_init - destroy and initialize a mutex
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_lock.html">pthread_mutex_lock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_init.html">pthread_mutex_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_destroy, pthread_mutex_init - destroy and initialize a mutex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n97">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_lock.html">pthread_mutex_lock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_setprioceiling.html">pthread_mutex_setprioceiling</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#RPP">RPP</a><td>pthread_mutex_getprioceiling, pthread_mutex_setprioceiling - get and set the priority ceiling of a mutex (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_timedlock.html">pthread_mutex_timedlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>pthread_mutex_timedlock - lock a mutex
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n110">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_trylock.html">pthread_mutex_trylock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n109">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_unlock.html">pthread_mutex_unlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n167">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_destroy.html">pthread_mutexattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_destroy, pthread_mutexattr_init - destroy and initialize the mutex attributes object
-<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n168">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getprioceiling.html">pthread_mutexattr_getprioceiling</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#RPP">RPP</a><td>pthread_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling - get and set the prioceiling attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
-<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n169">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getprotocol.html">pthread_mutexattr_getprotocol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MC1">MC1</a><td>pthread_mutexattr_getprotocol, pthread_mutexattr_setprotocol - get and set the protocol attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n170">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getpshared.html">pthread_mutexattr_getpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get and set the process-shared attribute
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n171">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getrobust.html">pthread_mutexattr_getrobust</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the mutex robust attribute
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n172">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_gettype.html">pthread_mutexattr_gettype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_gettype, pthread_mutexattr_settype - get and set the mutex type attribute
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n173">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_init.html">pthread_mutexattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_destroy, pthread_mutexattr_init - destroy and initialize the mutex attributes object
-<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n174">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setprioceiling.html">pthread_mutexattr_setprioceiling</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#RPP">RPP</a><td>pthread_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling - get and set the prioceiling attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
-<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n175">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setprotocol.html">pthread_mutexattr_setprotocol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MC1">MC1</a><td>pthread_mutexattr_getprotocol, pthread_mutexattr_setprotocol - get and set the protocol attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n176">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setpshared.html">pthread_mutexattr_setpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get and set the process-shared attribute
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n177">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setrobust.html">pthread_mutexattr_setrobust</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the mutex robust attribute
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n178">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_settype.html">pthread_mutexattr_settype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_gettype, pthread_mutexattr_settype - get and set the mutex type attribute
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_once.html">pthread_once</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_once - dynamic package initialization
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_destroy.html">pthread_rwlock_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_destroy, pthread_rwlock_init - destroy and initialize a read-write lock object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_init.html">pthread_rwlock_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_destroy, pthread_rwlock_init - destroy and initialize a read-write lock object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_rdlock.html">pthread_rwlock_rdlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a read-write lock object for reading
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n126">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_timedrdlock.html">pthread_rwlock_timedrdlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>pthread_rwlock_timedrdlock - lock a read-write lock for reading
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_timedwrlock.html">pthread_rwlock_timedwrlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>pthread_rwlock_timedwrlock - lock a read-write lock for writing
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n125">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_tryrdlock.html">pthread_rwlock_tryrdlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a read-write lock object for reading
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_trywrlock.html">pthread_rwlock_trywrlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a read-write lock object for writing
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_unlock.html">pthread_rwlock_unlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_unlock - unlock a read-write lock object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_wrlock.html">pthread_rwlock_wrlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a read-write lock object for writing
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n188">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_destroy.html">pthread_rwlockattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and initialize the read-write lock attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n190">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_getpshared.html">pthread_rwlockattr_getpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get and set the process-shared attribute of the read-write lock attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n187">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_init.html">pthread_rwlockattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and initialize the read-write lock attributes object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n189">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_setpshared.html">pthread_rwlockattr_setpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get and set the process-shared attribute of the read-write lock attributes object
-<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n95">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_self.html">pthread_self</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_self - get the calling thread ID
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setcancelstate.html">pthread_setcancelstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setcanceltype.html">pthread_setcanceltype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n200">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setconcurrency.html">pthread_setconcurrency</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.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>pthread_getconcurrency, pthread_setconcurrency - get and set the level of concurrency
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_timedlock.html">pthread_mutex_timedlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>pthread_mutex_timedlock - lock a mutex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_trylock.html">pthread_mutex_trylock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_unlock.html">pthread_mutex_unlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n156">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_destroy.html">pthread_mutexattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_destroy, pthread_mutexattr_init - destroy and initialize the mutex attributes object
+<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n157">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getprioceiling.html">pthread_mutexattr_getprioceiling</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#RPP">RPP</a><td>pthread_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling - get and set the prioceiling attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
+<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n158">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getprotocol.html">pthread_mutexattr_getprotocol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MC1">MC1</a><td>pthread_mutexattr_getprotocol, pthread_mutexattr_setprotocol - get and set the protocol attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n159">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getpshared.html">pthread_mutexattr_getpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get and set the process-shared attribute
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n160">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getrobust.html">pthread_mutexattr_getrobust</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the mutex robust attribute
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n161">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_gettype.html">pthread_mutexattr_gettype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_gettype, pthread_mutexattr_settype - get and set the mutex type attribute
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n162">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_init.html">pthread_mutexattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_destroy, pthread_mutexattr_init - destroy and initialize the mutex attributes object
+<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n163">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setprioceiling.html">pthread_mutexattr_setprioceiling</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#RPP">RPP</a><td>pthread_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling - get and set the prioceiling attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
+<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n164">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setprotocol.html">pthread_mutexattr_setprotocol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MC1">MC1</a><td>pthread_mutexattr_getprotocol, pthread_mutexattr_setprotocol - get and set the protocol attribute of the mutex attributes object (<b>REALTIME THREADS</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n165">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setpshared.html">pthread_mutexattr_setpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get and set the process-shared attribute
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n166">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_setrobust.html">pthread_mutexattr_setrobust</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the mutex robust attribute
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n167">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_settype.html">pthread_mutexattr_settype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutexattr_gettype, pthread_mutexattr_settype - get and set the mutex type attribute
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_once.html">pthread_once</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_once - dynamic package initialization
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_destroy.html">pthread_rwlock_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_destroy, pthread_rwlock_init - destroy and initialize a read-write lock object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_init.html">pthread_rwlock_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_destroy, pthread_rwlock_init - destroy and initialize a read-write lock object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_rdlock.html">pthread_rwlock_rdlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a read-write lock object for reading
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_timedrdlock.html">pthread_rwlock_timedrdlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>pthread_rwlock_timedrdlock - lock a read-write lock for reading
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n118">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_timedwrlock.html">pthread_rwlock_timedwrlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>pthread_rwlock_timedwrlock - lock a read-write lock for writing
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_tryrdlock.html">pthread_rwlock_tryrdlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a read-write lock object for reading
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_trywrlock.html">pthread_rwlock_trywrlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a read-write lock object for writing
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_unlock.html">pthread_rwlock_unlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_unlock - unlock a read-write lock object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n116">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_wrlock.html">pthread_rwlock_wrlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a read-write lock object for writing
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n177">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_destroy.html">pthread_rwlockattr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and initialize the read-write lock attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n179">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_getpshared.html">pthread_rwlockattr_getpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get and set the process-shared attribute of the read-write lock attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n176">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_init.html">pthread_rwlockattr_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and initialize the read-write lock attributes object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n178">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlockattr_setpshared.html">pthread_rwlockattr_setpshared</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TSH">TSH</a><td>pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get and set the process-shared attribute of the read-write lock attributes object
+<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n84">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_self.html">pthread_self</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_self - get the calling thread ID
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setcancelstate.html">pthread_setcancelstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n90">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setcanceltype.html">pthread_setcanceltype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n189">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setconcurrency.html">pthread_setconcurrency</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.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>pthread_getconcurrency, pthread_setconcurrency - get and set the level of concurrency
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setschedparam.html">pthread_setschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_getschedparam, pthread_setschedparam - dynamic thread scheduling parameters access (<b>REALTIME THREADS</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setschedprio.html">pthread_setschedprio</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_setschedprio - dynamic thread scheduling parameters access (<b>REALTIME THREADS</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n145">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setspecific.html">pthread_setspecific</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_getspecific, pthread_setspecific - thread-specific data management
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n134">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setspecific.html">pthread_setspecific</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_getspecific, pthread_setspecific - thread-specific data management
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/signal.h#n179">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_sigmask.html">pthread_sigmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_sigmask, sigprocmask - examine and change blocked signals
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n133">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_destroy.html">pthread_spin_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_init.html">pthread_spin_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n134">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_lock.html">pthread_spin_lock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_lock, pthread_spin_trylock - lock a spin lock object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n135">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_trylock.html">pthread_spin_trylock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_lock, pthread_spin_trylock - lock a spin lock object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n136">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_unlock.html">pthread_spin_unlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_unlock - unlock a spin lock object
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_testcancel.html">pthread_testcancel</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_destroy.html">pthread_spin_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n121">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_init.html">pthread_spin_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_lock.html">pthread_spin_lock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_lock, pthread_spin_trylock - lock a spin lock object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_trylock.html">pthread_spin_trylock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_lock, pthread_spin_trylock - lock a spin lock object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n125">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_unlock.html">pthread_spin_unlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_unlock - unlock a spin lock object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/pthread.h#n91">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_testcancel.html">pthread_testcancel</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n125">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ptsname.html">ptsname</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>ptsname - get name of the slave pseudo-terminal device
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdio.h#n91">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putc.html">putc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>putc - put a byte on a stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdio.h#n145">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putc_unlocked.html">putc_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/cgit.cgi?url=musl/tree/include/sys/uio.h#n20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readv.html">readv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_uio.h.html">sys/uio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>readv - read a vector
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/realloc.html">realloc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>realloc - memory reallocator
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/realpath.html">realpath</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>realpath - resolve a pathname
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n247">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recv.html">recv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recv - receive a message from a connected socket
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n249">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvfrom.html">recvfrom</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvfrom - receive a message from a socket
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n251">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvmsg.html">recvmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvmsg - receive a message from a socket
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/regex.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regcomp.html">regcomp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/regex.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regerror.html">regerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/regex.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regexec.html">regexec</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/regex.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regfree.html">regfree</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n243">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recv.html">recv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recv - receive a message from a connected socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n245">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvfrom.html">recvfrom</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvfrom - receive a message from a socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n247">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvmsg.html">recvmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvmsg - receive a message from a socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/regex.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regcomp.html">regcomp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/regex.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regerror.html">regerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/regex.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regexec.html">regexec</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/regex.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regfree.html">regfree</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n280">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n236">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainder.html">remainder</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n281">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainderf.html">remainderf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n282">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainderl.html">remainderl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sched.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_yield.html">sched_yield</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td>&#160;<td>sched_yield - yield the processor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n136">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/seed48.html">seed48</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>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/dirent.h#n37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/seekdir.html">seekdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>seekdir - set the position of a directory stream
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/select.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/select.html">select</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/cgit.cgi?url=musl/tree/include/semaphore.h#n25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_close.html">sem_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_close - close a named semaphore
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_destroy.html">sem_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_destroy - destroy an unnamed semaphore
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_getvalue.html">sem_getvalue</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_getvalue - get the value of a semaphore
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_init.html">sem_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_init - initialize an unnamed semaphore
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_open.html">sem_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_open - initialize and open a named semaphore
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_post.html">sem_post</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_post - unlock a semaphore
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_timedwait.html">sem_timedwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>sem_timedwait - lock a semaphore
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_trywait.html">sem_trywait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_trywait, sem_wait - lock a semaphore
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_unlink.html">sem_unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_unlink - remove a named semaphore
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_wait.html">sem_wait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_trywait, sem_wait - lock a semaphore
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/select.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/select.html">select</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/cgit.cgi?url=musl/tree/include/semaphore.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_close.html">sem_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_close - close a named semaphore
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_destroy.html">sem_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_destroy - destroy an unnamed semaphore
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_getvalue.html">sem_getvalue</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_getvalue - get the value of a semaphore
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_init.html">sem_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_init - initialize an unnamed semaphore
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_open.html">sem_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_open - initialize and open a named semaphore
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_post.html">sem_post</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_post - unlock a semaphore
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_timedwait.html">sem_timedwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>sem_timedwait - lock a semaphore
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_trywait.html">sem_trywait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_trywait, sem_wait - lock a semaphore
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_unlink.html">sem_unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_unlink - remove a named semaphore
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/semaphore.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_wait.html">sem_wait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_trywait, sem_wait - lock a semaphore
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/sem.h#n63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semctl.html">semctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semctl - XSI semaphore control operations
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/sem.h#n64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semget.html">semget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semget - get set of XSI semaphores
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/sem.h#n65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semop.html">semop</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semop - XSI semaphore operations
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n246">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html">send</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>send - send a message on a socket
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n250">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendmsg.html">sendmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendmsg - send a message on a socket using a message structure
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n248">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendto.html">sendto</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendto - send a message on a socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n242">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html">send</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>send - send a message on a socket
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n246">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendmsg.html">sendmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendmsg - send a message on a socket using a message structure
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n244">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendto.html">sendto</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendto - send a message on a socket
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdio.h#n122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setbuf.html">setbuf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>setbuf - assign buffering to a stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/unistd.h#n114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setegid.html">setegid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setegid - set the effective group ID
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setenv.html">setenv</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#CX">CX</a><td>setenv - add or change environment variable
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/resource.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setrlimit.html">setrlimit</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>getrlimit, setrlimit - control maximum resource consumption
 <tr><td>&#160;<td>TW<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/netdb.h#n111">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setservent.html">setservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/unistd.h#n96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsid.html">setsid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setsid - create session and set process group ID
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n254">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsockopt.html">setsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>setsockopt - set the socket options
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n250">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsockopt.html">setsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>setsockopt - set the socket options
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setstate.html">setstate</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/cgit.cgi?url=musl/tree/include/unistd.h#n109">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setuid.html">setuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setuid - set user ID
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/utmpx.h#n39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setutxent.html">setutxent</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/cgit.cgi?url=musl/tree/include/sys/shm.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmctl.html">shmctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmctl - XSI shared memory control operations
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/shm.h#n49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmdt.html">shmdt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmdt - XSI shared memory detach operation
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/shm.h#n50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmget.html">shmget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmget - get an XSI shared memory segment
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n236">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shutdown.html">shutdown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>shutdown - shut down socket send and receive operations
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n232">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shutdown.html">shutdown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>shutdown - shut down socket send and receive operations
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/signal.h#n172">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaction.html">sigaction</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaction - examine and change a signal action
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/signal.h#n166">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaddset.html">sigaddset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaddset - add a signal to a signal set
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/signal.h#n189">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaltstack.html">sigaltstack</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sigaltstack - set and get signal alternate stack context
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n306">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinl.html">sinl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/unistd.h#n78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sleep.html">sleep</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>sleep - suspend execution for an interval of time
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdio.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/snprintf.html">snprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n256">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sockatmark.html">sockatmark</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sockatmark - determine whether a socket is at the out-of-band mark
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n233">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socket.html">socket</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socket - create an endpoint for communication
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n234">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socketpair.html">socketpair</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socketpair - create a pair of connected sockets
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n252">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sockatmark.html">sockatmark</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sockatmark - determine whether a socket is at the out-of-band mark
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n229">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socket.html">socket</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socket - create an endpoint for communication
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/socket.h#n230">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socketpair.html">socketpair</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socketpair - create a pair of connected sockets
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdio.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sprintf.html">sprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n312">p</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/tgmath.h#n244">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrt.html">sqrt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/math.h#n313">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrtf.html">sqrtf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/string.h#n55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strerror.html">strerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strerror, strerror_l, strerror_r - get error message string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/string.h#n72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strerror_l.html">strerror_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>strerror, strerror_l, strerror_r - get error message string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/string.h#n65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strerror_r.html">strerror_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>strerror, strerror_l, strerror_r - get error message string
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/monetary.h#n20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strfmon.html">strfmon</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/monetary.h.html">monetary.h</a><td>&#160;<td>strfmon, strfmon_l - convert monetary value to a string
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/monetary.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strfmon_l.html">strfmon_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/monetary.h.html">monetary.h</a><td>&#160;<td>strfmon, strfmon_l - convert monetary value to a string
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/monetary.h#n16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strfmon.html">strfmon</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/monetary.h.html">monetary.h</a><td>&#160;<td>strfmon, strfmon_l - convert monetary value to a string
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/monetary.h#n17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strfmon_l.html">strfmon_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/monetary.h.html">monetary.h</a><td>&#160;<td>strfmon, strfmon_l - convert monetary value to a string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/time.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strftime.html">strftime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>strftime, strftime_l - convert date and time to a string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/time.h#n66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strftime_l.html">strftime_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>strftime, strftime_l - convert date and time to a string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/string.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strlen.html">strlen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strlen, strnlen - get length of fixed size string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/string.h#n50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strstr.html">strstr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strstr - find a substring
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtod.html">strtod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>strtod, strtof, strtold - convert a string to a double-precision number
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtof.html">strtof</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>strtod, strtof, strtold - convert a string to a double-precision number
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtoimax.html">strtoimax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>strtoimax, strtoumax - convert string to integer type
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtoimax.html">strtoimax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>strtoimax, strtoumax - convert string to integer type
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/string.h#n51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtok.html">strtok</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strtok, strtok_r - split string into tokens
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/string.h#n64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtok_r.html">strtok_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>strtok, strtok_r - split string into tokens
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtol.html">strtol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>strtol, strtoll - convert a string to a long integer
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtoll.html">strtoll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>strtol, strtoll - convert a string to a long integer
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtoul.html">strtoul</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>strtoul, strtoull - convert a string to an unsigned long
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtoull.html">strtoull</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>strtoul, strtoull - convert a string to an unsigned long
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtoumax.html">strtoumax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>strtoimax, strtoumax - convert string to integer type
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtoumax.html">strtoumax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>strtoimax, strtoumax - convert string to integer type
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/string.h#n42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strxfrm.html">strxfrm</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strxfrm, strxfrm_l - string transformation
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/string.h#n74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strxfrm_l.html">strxfrm_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>strxfrm, strxfrm_l - string transformation
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/unistd.h#n146">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/swab.html">swab</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#XSI">XSI</a><td>swab - swap bytes
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsstr.html">wcsstr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsstr - find a wide-character substring
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstod.html">wcstod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n88">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstof.html">wcstof</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoimax.html">wcstoimax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stddef.h.html">stddef.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>wcstoimax, wcstoumax - convert a wide-character string to an integer type
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoimax.html">wcstoimax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stddef.h.html">stddef.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>wcstoimax, wcstoumax - convert a wide-character string to an integer type
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstok.html">wcstok</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstok - split a wide-character string into tokens
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n92">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstol.html">wcstol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstol, wcstoll - convert a wide-character string to a long integer
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n90">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstold.html">wcstold</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/stdlib.h#n75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstombs.html">wcstombs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>wcstombs - convert a wide-character string to a character string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n93">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoul.html">wcstoul</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstoul, wcstoull - convert a wide-character string to an unsigned long
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoull.html">wcstoull</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcstoul, wcstoull - convert a wide-character string to an unsigned long
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoumax.html">wcstoumax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stddef.h.html">stddef.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>wcstoimax, wcstoumax - convert a wide-character string to an integer type
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/inttypes.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoumax.html">wcstoumax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stddef.h.html">stddef.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>wcstoimax, wcstoumax - convert a wide-character string to an integer type
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n156">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcswidth.html">wcswidth</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>wcswidth - number of column positions of a wide-character string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsxfrm.html">wcsxfrm</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wcsxfrm, wcsxfrm_l - wide-character string transformation
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n151">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsxfrm_l.html">wcsxfrm_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>wcsxfrm, wcsxfrm_l - wide-character string transformation
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wmemcpy.html">wmemcpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wmemcpy - copy wide characters in memory
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wmemmove.html">wmemmove</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wmemmove - copy wide characters in memory with overlapping areas
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wmemset.html">wmemset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wmemset - set wide characters in memory
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wordexp.h#n39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wordexp.html">wordexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wordexp.h.html">wordexp.h</a><td>&#160;<td>wordexp, wordfree - perform word expansions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wordexp.h#n40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wordfree.html">wordfree</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wordexp.h.html">wordexp.h</a><td>&#160;<td>wordexp, wordfree - perform word expansions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wordexp.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wordexp.html">wordexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wordexp.h.html">wordexp.h</a><td>&#160;<td>wordexp, wordfree - perform word expansions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wordexp.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wordfree.html">wordfree</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wordexp.h.html">wordexp.h</a><td>&#160;<td>wordexp, wordfree - perform word expansions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/wchar.h#n103">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wprintf.html">wprintf</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>fwprintf, swprintf, wprintf - print formatted wide-character output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/unistd.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/write.html">write</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pwrite, write - write on a file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/cgit.cgi?url=musl/tree/include/sys/uio.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/writev.html">writev</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_uio.h.html">sys/uio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>writev - write a vector