update tables: locale dependent wchar function
authornsz <nsz@port70.net>
Sat, 11 Feb 2012 09:10:34 +0000 (10:10 +0100)
committernsz <nsz@port70.net>
Sat, 11 Feb 2012 09:10:34 +0000 (10:10 +0100)
Makefile
tab_c99.html
tab_posix.html

index 217abb9..afb6f3d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,3 +28,7 @@ sizeof-musl: sizeof.c
 #      ld -o $@ $@.o $(MUSL)/lib/crti.o $(MUSL)/lib/crt1.o $(MUSL)/lib/crtn.o -L$(MUSL)/lib -lc -dynamic-linker $(MUSL)/lib/libc.so -L$(LIBGCC) -lgcc -nostdlib
 #      pcc -nostdinc -isystem $(MUSL)/include -isystem $(PCC)/include -c -o $@.o $<
 #      ld -X -d -e _start -Bstatic -o $@ $@.o $(MUSL)/lib/crti.o $(MUSL)/lib/crt1.o $(PCC)/lib/crtbegin.o $(PCC)/lib/crtend.o -L$(MUSL)/lib -lc -L$(PCC)/lib -lpcc -nostdlib
+
+sizeof-g++: sizeof.c
+       g++ -std=gnu99 -nostdinc -fno-stack-protector -isystem $(MUSL)/include -isystem $(LIBGCC) -isystem /usr/include -c -o $@.o $<
+       ld -o $@ $@.o -X -d -e _start -Bstatic $(MUSL)/lib/crti.o $(MUSL)/lib/crt1.o $(MUSL)/lib/crtn.o -L$(MUSL)/lib -lc -L$(LIBGCC) -lgcc -nostdlib
index 669b41c..581e6c3 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/gitweb.cgi?p=musl;a=commit;h=2adf2fb372745a406544188029d3f769f71a9f2c">2adf2fb372745a406544188029d3f769f71a9f2c</a><br>Date:   Tue Jan 17 00:34:58 2012 -0500<br><br>    fix char signedness bug in dynlinker hash function<br>    <br>    this only affects non-ascii symbol names, which are probably not in<br>    use anyway..
+<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=commit;h=88d84b7cc85841c575e54b635b125012c1d2e39d">88d84b7cc85841c575e54b635b125012c1d2e39d</a><br>Date:   Sat Feb 11 00:06:32 2012 -0500<br><br>    fix default nameserver when resolv.conf doesn't exist
 <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>missing<td>&#160;<td>&#160;<td>NDEBUG<td>assert.h<td>&#160;<td>B.1 Diagnostics
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l70">p</a> <td>wcstombs<td>stdlib.h<td>size_t wcstombs(char * restrict s, const wchar_t * restrict pwcs, size_t n);<td>B.19 General utilities
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>string.h<td>&#160;<td>B.20 String handling
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l24">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l24">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l26">d</a> <td>NULL<td>string.h<td>&#160;<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l18">p</a> <td>memcpy<td>string.h<td>void *memcpy(void * restrict s1, const void * restrict s2, size_t n);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l19">p</a> <td>memmove<td>string.h<td>void *memmove(void *s1, const void *s2, size_t n);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l24">p</a> <td>strcpy<td>string.h<td>char *strcpy(char * restrict s1, const char * restrict s2);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l25">p</a> <td>strncpy<td>string.h<td>char *strncpy(char * restrict s1, const char * restrict s2, size_t n);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l27">p</a> <td>strcat<td>string.h<td>char *strcat(char * restrict s1, const char * restrict s2);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l28">p</a> <td>strncat<td>string.h<td>char *strncat(char * restrict s1, const char * restrict s2, size_t n);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l21">p</a> <td>memcmp<td>string.h<td>int memcmp(const void *s1, const void *s2, size_t n);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l30">p</a> <td>strcmp<td>string.h<td>int strcmp(const char *s1, const char *s2);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l33">p</a> <td>strcoll<td>string.h<td>int strcoll(const char *s1, const char *s2);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l31">p</a> <td>strncmp<td>string.h<td>int strncmp(const char *s1, const char *s2, size_t n);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l34">p</a> <td>strxfrm<td>string.h<td>size_t strxfrm(char * restrict s1, const char * restrict s2, size_t n);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l22">p</a> <td>memchr<td>string.h<td>void *memchr(const void *s, int c, size_t n);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l36">p</a> <td>strchr<td>string.h<td>char *strchr(const char *s, int c);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l39">p</a> <td>strcspn<td>string.h<td>size_t strcspn(const char *s1, const char *s2);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l41">p</a> <td>strpbrk<td>string.h<td>char *strpbrk(const char *s1, const char *s2);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l37">p</a> <td>strrchr<td>string.h<td>char *strrchr(const char *s, int c);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l40">p</a> <td>strspn<td>string.h<td>size_t strspn(const char *s1, const char *s2);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l42">p</a> <td>strstr<td>string.h<td>char *strstr(const char *s1, const char *s2);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l43">p</a> <td>strtok<td>string.h<td>char *strtok(char * restrict s1, const char * restrict s2);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l20">p</a> <td>memset<td>string.h<td>void *memset(void *s, int c, size_t n);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l47">p</a> <td>strerror<td>string.h<td>char *strerror(int errnum);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l45">p</a> <td>strlen<td>string.h<td>size_t strlen(const char *s);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l23">p</a> <td>memcpy<td>string.h<td>void *memcpy(void * restrict s1, const void * restrict s2, size_t n);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l24">p</a> <td>memmove<td>string.h<td>void *memmove(void *s1, const void *s2, size_t n);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l29">p</a> <td>strcpy<td>string.h<td>char *strcpy(char * restrict s1, const char * restrict s2);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l30">p</a> <td>strncpy<td>string.h<td>char *strncpy(char * restrict s1, const char * restrict s2, size_t n);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l32">p</a> <td>strcat<td>string.h<td>char *strcat(char * restrict s1, const char * restrict s2);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l33">p</a> <td>strncat<td>string.h<td>char *strncat(char * restrict s1, const char * restrict s2, size_t n);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l26">p</a> <td>memcmp<td>string.h<td>int memcmp(const void *s1, const void *s2, size_t n);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l35">p</a> <td>strcmp<td>string.h<td>int strcmp(const char *s1, const char *s2);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l38">p</a> <td>strcoll<td>string.h<td>int strcoll(const char *s1, const char *s2);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l36">p</a> <td>strncmp<td>string.h<td>int strncmp(const char *s1, const char *s2, size_t n);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l39">p</a> <td>strxfrm<td>string.h<td>size_t strxfrm(char * restrict s1, const char * restrict s2, size_t n);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l27">p</a> <td>memchr<td>string.h<td>void *memchr(const void *s, int c, size_t n);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l41">p</a> <td>strchr<td>string.h<td>char *strchr(const char *s, int c);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l44">p</a> <td>strcspn<td>string.h<td>size_t strcspn(const char *s1, const char *s2);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l46">p</a> <td>strpbrk<td>string.h<td>char *strpbrk(const char *s1, const char *s2);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l42">p</a> <td>strrchr<td>string.h<td>char *strrchr(const char *s, int c);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l45">p</a> <td>strspn<td>string.h<td>size_t strspn(const char *s1, const char *s2);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l47">p</a> <td>strstr<td>string.h<td>char *strstr(const char *s1, const char *s2);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l48">p</a> <td>strtok<td>string.h<td>char *strtok(char * restrict s1, const char * restrict s2);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l25">p</a> <td>memset<td>string.h<td>void *memset(void *s, int c, size_t n);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l52">p</a> <td>strerror<td>string.h<td>char *strerror(int errnum);<td>B.20 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l50">p</a> <td>strlen<td>string.h<td>size_t strlen(const char *s);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l69">p</a> <td>acos<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l277">p</a> <td>sqrt<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l161">p</a> <td>fmod<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l24">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l24">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l26">d</a> <td>NULL<td>time.h<td>&#160;<td>B.22 Date and time
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>time.h<td>&#160;<td>B.22 Date and time
 <tr><td>&#160;<td>&#160;<td>t <td>time_t<td>time.h<td>&#160;<td>B.22 Date and time
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l55">d</a> <td>CLOCKS_PER_SEC<td>time.h<td>&#160;<td>B.22 Date and time
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l56">d</a> <td>CLOCKS_PER_SEC<td>time.h<td>&#160;<td>B.22 Date and time
 <tr><td>&#160;<td>&#160;<td>t <td>clock_t<td>time.h<td>&#160;<td>B.22 Date and time
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l30">s</a> <td>struct tm<td>time.h<td>&#160;<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l45">p</a> <td>clock<td>time.h<td>clock_t clock(void);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l47">p</a> <td>difftime<td>time.h<td>double difftime(time_t time1, time_t time0);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l48">p</a> <td>mktime<td>time.h<td>time_t mktime(struct tm *timeptr);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l46">p</a> <td>time<td>time.h<td>time_t time(time_t *timer);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l52">p</a> <td>asctime<td>time.h<td>char *asctime(const struct tm *timeptr);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l53">p</a> <td>ctime<td>time.h<td>char *ctime(const time_t *timer);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l50">p</a> <td>gmtime<td>time.h<td>struct tm *gmtime(const time_t *timer);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l51">p</a> <td>localtime<td>time.h<td>struct tm *localtime(const time_t *timer);<td>B.22 Date and time
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l49">p</a> <td>strftime<td>time.h<td>size_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);<td>B.22 Date and time
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l31">s</a> <td>struct tm<td>time.h<td>&#160;<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l46">p</a> <td>clock<td>time.h<td>clock_t clock(void);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l48">p</a> <td>difftime<td>time.h<td>double difftime(time_t time1, time_t time0);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l49">p</a> <td>mktime<td>time.h<td>time_t mktime(struct tm *timeptr);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l47">p</a> <td>time<td>time.h<td>time_t time(time_t *timer);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l53">p</a> <td>asctime<td>time.h<td>char *asctime(const struct tm *timeptr);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l54">p</a> <td>ctime<td>time.h<td>char *ctime(const time_t *timer);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l51">p</a> <td>gmtime<td>time.h<td>struct tm *gmtime(const time_t *timer);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l52">p</a> <td>localtime<td>time.h<td>struct tm *localtime(const time_t *timer);<td>B.22 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l50">p</a> <td>strftime<td>time.h<td>size_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);<td>B.22 Date and time
 <tr><td>missing<td>&#160;<td>&#160;<td>wchar_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>d <td>WCHAR_MAX<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l30">s</a> <td>struct tm<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l31">s</a> <td>struct tm<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>d <td>WCHAR_MIN<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l35">t</a> <td>mbstate_t<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l4">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l6">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stddef.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l20">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l24">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l10">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l12">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l8">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l21">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l23">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l24">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l26">d</a> <td>NULL<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l30">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l14">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l15">d</a> <td>WEOF<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l30">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l20">d</a> <td>WEOF<td>wchar.h<td>&#160;<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l97">p</a> <td>fwprintf<td>wchar.h<td>int fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l105">p</a> <td>fwscanf<td>wchar.h<td>int fwscanf(FILE * restrict stream, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l98">p</a> <td>swprintf<td>wchar.h<td>int swprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, ...);<td>B.23 Extended multibyte/wide character utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wint_t<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wctrans_t<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
 <tr><td>&#160;<td>&#160;<td>t <td>wctype_t<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l30">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l14">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l15">d</a> <td>WEOF<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l140">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l19">p</a> <td>iswalnum<td>wctype.h<td>int iswalnum(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l141">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l20">p</a> <td>iswalpha<td>wctype.h<td>int iswalpha(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l142">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l21">p</a> <td>iswblank<td>wctype.h<td>int iswblank(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l143">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l22">p</a> <td>iswcntrl<td>wctype.h<td>int iswcntrl(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l128">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l156">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l157">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l144">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l17">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l38">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l39">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l23">p</a> <td>iswdigit<td>wctype.h<td>int iswdigit(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l145">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l24">p</a> <td>iswgraph<td>wctype.h<td>int iswgraph(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l146">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l25">p</a> <td>iswlower<td>wctype.h<td>int iswlower(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l147">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l26">p</a> <td>iswprint<td>wctype.h<td>int iswprint(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l148">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l27">p</a> <td>iswpunct<td>wctype.h<td>int iswpunct(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l149">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l28">p</a> <td>iswspace<td>wctype.h<td>int iswspace(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l150">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l29">p</a> <td>iswupper<td>wctype.h<td>int iswupper(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l151">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l30">p</a> <td>iswxdigit<td>wctype.h<td>int iswxdigit(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l152">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l31">p</a> <td>iswctype<td>wctype.h<td>int iswctype(wint_t wc, wctype_t desc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l155">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l36">p</a> <td>wctype<td>wctype.h<td>wctype_t wctype(const char *property);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l153">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l33">p</a> <td>towlower<td>wctype.h<td>wint_t towlower(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l154">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l34">p</a> <td>towupper<td>wctype.h<td>wint_t towupper(wint_t wc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l32">p</a> <td>towctrans<td>wctype.h<td>wint_t towctrans(wint_t wc, wctrans_t desc);<td>B.24 Wide character classification and mapping utilities
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l35">p</a> <td>wctrans<td>wctype.h<td>wctrans_t wctrans(const char *property);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l29">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l30">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l19">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l20">d</a> <td>WEOF<td>wctype.h<td>&#160;<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l140">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l24">p</a> <td>iswalnum<td>wctype.h<td>int iswalnum(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l141">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l25">p</a> <td>iswalpha<td>wctype.h<td>int iswalpha(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l142">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l26">p</a> <td>iswblank<td>wctype.h<td>int iswblank(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l143">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l27">p</a> <td>iswcntrl<td>wctype.h<td>int iswcntrl(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l128">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l156">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l157">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l144">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l43">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l44">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l28">p</a> <td>iswdigit<td>wctype.h<td>int iswdigit(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l145">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l29">p</a> <td>iswgraph<td>wctype.h<td>int iswgraph(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l146">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l30">p</a> <td>iswlower<td>wctype.h<td>int iswlower(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l147">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l31">p</a> <td>iswprint<td>wctype.h<td>int iswprint(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l148">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l32">p</a> <td>iswpunct<td>wctype.h<td>int iswpunct(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l149">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l33">p</a> <td>iswspace<td>wctype.h<td>int iswspace(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l150">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l34">p</a> <td>iswupper<td>wctype.h<td>int iswupper(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l151">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l35">p</a> <td>iswxdigit<td>wctype.h<td>int iswxdigit(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l152">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l36">p</a> <td>iswctype<td>wctype.h<td>int iswctype(wint_t wc, wctype_t desc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l155">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l41">p</a> <td>wctype<td>wctype.h<td>wctype_t wctype(const char *property);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l153">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l38">p</a> <td>towlower<td>wctype.h<td>wint_t towlower(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l154">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l39">p</a> <td>towupper<td>wctype.h<td>wint_t towupper(wint_t wc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l37">p</a> <td>towctrans<td>wctype.h<td>wint_t towctrans(wint_t wc, wctrans_t desc);<td>B.24 Wide character classification and mapping utilities
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l40">p</a> <td>wctrans<td>wctype.h<td>wctrans_t wctrans(const char *property);<td>B.24 Wide character classification and mapping utilities
 </table>
 <h4>stats</h4><ul><li>missing: 87<li>nosym: 100<li>nodecl: 0</ul>
index a26fb09..87c4260 100644 (file)
@@ -1,5 +1,5 @@
 <h3>musl vs posix api</h3>
-<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=commit;h=2adf2fb372745a406544188029d3f769f71a9f2c">2adf2fb372745a406544188029d3f769f71a9f2c</a><br>Date:   Tue Jan 17 00:34:58 2012 -0500<br><br>    fix char signedness bug in dynlinker hash function<br>    <br>    this only affects non-ascii symbol names, which are probably not in<br>    use anyway..
+<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=commit;h=88d84b7cc85841c575e54b635b125012c1d2e39d">88d84b7cc85841c575e54b635b125012c1d2e39d</a><br>Date:   Sat Feb 11 00:06:32 2012 -0500<br><br>    fix default nameserver when resolv.conf doesn't exist
 <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/gitweb.cgi?p=musl;a=blob;f=include/sys/select.h#l27">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_CLR.html">FD_CLR</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
@@ -32,8 +32,8 @@
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/aio.h#l45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/aio_write.html">aio_write</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>aio_write - asynchronous write to a file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/alarm.html">alarm</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>alarm - schedule an alarm signal
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/alphasort.html">alphasort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>alphasort, scandir - scan a directory
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime.html">asctime</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#OB">OB</a><td>asctime, asctime_r - convert date and time to a string
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime_r.html">asctime_r</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#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>asctime, asctime_r - convert date and time to a string
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime.html">asctime</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#OB">OB</a><td>asctime, asctime_r - convert date and time to a string
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime_r.html">asctime_r</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#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>asctime, asctime_r - convert date and time to a string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asin.html">asin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinf.html">asinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l81">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinh.html">asinh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asinh, asinhf, asinhl - inverse hyperbolic sine functions
@@ -55,7 +55,7 @@
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atoi.html">atoi</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atoi - convert a string to an integer
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l21">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/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l22">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/gitweb.cgi?p=musl;a=blob;f=include/libgen.h#l9">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/gitweb.cgi?p=musl;a=blob;f=include/libgen.h#l9">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l88">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/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l236">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/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l51">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/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l69">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>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cimagf.html">cimagf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cimag, cimagf, cimagl - complex imaginary functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cimagl.html">cimagl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cimag, cimagf, cimagl - complex imaginary functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l70">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clearerr.html">clearerr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>clearerr - clear indicators on a stream
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock.html">clock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>clock - report CPU time used
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l86">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_getcpuclockid.html">clock_getcpuclockid</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#CPT">CPT</a><td>clock_getcpuclockid - access a process CPU-time clock (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l82">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html">clock_getres</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>clock_getres, clock_gettime, clock_settime - clock and timer functions
-<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l83">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_gettime.html">clock_gettime</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>clock_getres, clock_gettime, clock_settime - clock and timer functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l85">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_nanosleep.html">clock_nanosleep</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>clock_nanosleep - high resolution sleep with specifiable clock
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l84">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_settime.html">clock_settime</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>clock_getres, clock_gettime, clock_settime - clock and timer functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock.html">clock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>clock - report CPU time used
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_getcpuclockid.html">clock_getcpuclockid</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#CPT">CPT</a><td>clock_getcpuclockid - access a process CPU-time clock (<b>ADVANCED REALTIME</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l85">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html">clock_getres</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>clock_getres, clock_gettime, clock_settime - clock and timer functions
+<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l86">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_gettime.html">clock_gettime</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>clock_getres, clock_gettime, clock_settime - clock and timer functions
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l88">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_nanosleep.html">clock_nanosleep</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>clock_nanosleep - high resolution sleep with specifiable clock
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l87">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_settime.html">clock_settime</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>clock_getres, clock_gettime, clock_settime - clock and timer functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clog.html">clog</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>clog, clogf, clogl - complex natural logarithm functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clogf.html">clogf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>clog, clogf, clogl - complex natural logarithm functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/clogl.html">clogl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>clog, clogf, clogl - complex natural logarithm functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctanhl.html">ctanhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ctanh, ctanhf, ctanhl - complex hyperbolic tangent functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctanl.html">ctanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ctan, ctanf, ctanl - complex tangent functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l144">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctermid.html">ctermid</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>ctermid - generate a pathname for the controlling terminal
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctime.html">ctime</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#OB">OB</a><td>ctime, ctime_r - convert a time value to a date and time string
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctime_r.html">ctime_r</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#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>ctime, ctime_r - convert a time value to a date and time string
-<tr><td>&#160;<td>V<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l100">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/daylight.html">daylight</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#XSI">XSI</a><td>daylight, timezone, tzname, tzset - set timezone conversion information
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctime.html">ctime</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#OB">OB</a><td>ctime, ctime_r - convert a time value to a date and time string
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ctime_r.html">ctime_r</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#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>ctime, ctime_r - convert a time value to a date and time string
+<tr><td>&#160;<td>V<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l103">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/daylight.html">daylight</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#XSI">XSI</a><td>daylight, timezone, tzname, tzset - set timezone conversion information
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_clearerr.html">dbm_clearerr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ndbm.h.html">ndbm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_close.html">dbm_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ndbm.h.html">ndbm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_delete.html">dbm_delete</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ndbm.h.html">ndbm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_nextkey.html">dbm_nextkey</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ndbm.h.html">ndbm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_open.html">dbm_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ndbm.h.html">ndbm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_store.html">dbm_store</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ndbm.h.html">ndbm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/difftime.html">difftime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>difftime - compute the difference between two calendar time values
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/difftime.html">difftime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>difftime - compute the difference between two calendar time values
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dirent.h#l34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dirfd.html">dirfd</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>dirfd - extract the file descriptor used by a DIR stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/libgen.h#l8">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dirname.html">dirname</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>dirname - report the parent directory name of a file pathname
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/div.html">div</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>div - compute the quotient and remainder of an integer division
-<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dlfcn.h#l16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlclose.html">dlclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlclose - close a dlopen object
-<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dlfcn.h#l17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlerror.html">dlerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlerror - get diagnostic information
-<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dlfcn.h#l18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlopen.html">dlopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlopen - gain access to an executable object file
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dlfcn.h#l16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlclose.html">dlclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlclose - close a dlopen object
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dlfcn.h#l17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlerror.html">dlerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlerror - get diagnostic information
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dlfcn.h#l18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlopen.html">dlopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlopen - gain access to an executable object file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/dlfcn.h#l19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlsym.html">dlsym</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html">dlfcn.h</a><td>&#160;<td>dlsym - obtain the address of a symbol from a dlopen object
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dprintf.html">dprintf</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>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/drand48.html">drand48</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/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l110">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endhostent.html">endhostent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endhostent, gethostent, sethostent - network host database functions
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l116">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endnetent.html">endnetent</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>TW<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endprotoent.html">endprotoent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
-<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l26">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>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l30">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/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l122">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/gitweb.cgi?p=musl;a=blob;f=include/utmpx.h#l34">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>nodecl<td>V<td>&#160;<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/gitweb.cgi?p=musl;a=blob;f=include/fenv.h#l22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/feupdateenv.html">feupdateenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html">fenv.h</a><td>&#160;<td>feupdateenv - update floating-point environment
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l88">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fexecve.html">fexecve</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/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fflush.html">fflush</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fflush - flush a stream
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/strings.h#l17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ffs.html">ffs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html">strings.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>ffs - find first set bit
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/strings.h#l18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ffs.html">ffs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html">strings.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>ffs - find first set bit
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l82">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgetc.html">fgetc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fgetc - get a byte from a stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgetpos.html">fgetpos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fgetpos - get current file position information
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l91">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgets.html">fgets</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fgets - get a string from a stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l84">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getchar.html">getchar</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>getchar - get a byte from a .I stdin stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l138">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getchar_unlocked.html">getchar_unlocked</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getcwd.html">getcwd</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getcwd - get the pathname of the current working directory
-<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getdate.html">getdate</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#XSI">XSI</a><td>getdate - convert user format date and time
-<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l103">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getdate_err.html">getdate_err</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#XSI">XSI</a><td>getdate - convert user format date and time
+<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getdate.html">getdate</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#XSI">XSI</a><td>getdate - convert user format date and time
+<tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l106">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getdate_err.html">getdate_err</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#XSI">XSI</a><td>getdate - convert user format date and time
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l141">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getdelim.html">getdelim</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>getdelim, getline - read a delimited record from .I stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getegid.html">getegid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getegid - get the effective group ID
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getenv.html">getenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>getenv - get value of an environment variable
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l93">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpgrp.html">getpgrp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpgrp - get the process group ID of the calling process
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l91">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpid.html">getpid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpid - get the process ID
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l92">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getppid.html">getppid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getppid - get the parent process ID
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/resource.h#l49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpriority.html">getpriority</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getpriority, setpriority - get and set the nice value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/resource.h#l53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpriority.html">getpriority</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getpriority, setpriority - get and set the nice value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getprotobyname.html">getprotobyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getprotobynumber.html">getprotobynumber</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
 <tr><td>&#160;<td>TW<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getprotoent.html">getprotoent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwent.html">getpwent</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>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwnam.html">getpwnam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwnam, getpwnam_r - search user database for a name
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwnam_r.html">getpwnam_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwnam, getpwnam_r - search user database for a name
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid.html">getpwuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwuid, getpwuid_r - search user database for a user ID
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid_r.html">getpwuid_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwuid, getpwuid_r - search user database for a user ID
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/resource.h#l45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getrlimit.html">getrlimit</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>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/resource.h#l47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getrusage.html">getrusage</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>getrusage - get information about resource utilization
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwent.html">getpwent</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>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwnam.html">getpwnam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwnam, getpwnam_r - search user database for a name
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwnam_r.html">getpwnam_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwnam, getpwnam_r - search user database for a name
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid.html">getpwuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwuid, getpwuid_r - search user database for a user ID
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid_r.html">getpwuid_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a><td>&#160;<td>getpwuid, getpwuid_r - search user database for a user ID
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/resource.h#l49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getrlimit.html">getrlimit</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>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/resource.h#l51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getrusage.html">getrusage</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>getrusage - get information about resource utilization
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l92">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gets.html">gets</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#OB">OB</a><td>gets - get a string from a .I stdin stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservbyname.html">getservbyname</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/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l125">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>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getwchar.html">getwchar</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>getwchar - get a wide character from a .I stdin stream
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/glob.h#l20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/glob.html">glob</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/glob.h.html">glob.h</a><td>&#160;<td>glob, globfree - generate pathnames matching a pattern
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/glob.h#l21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/globfree.html">globfree</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/glob.h.html">glob.h</a><td>&#160;<td>glob, globfree - generate pathnames matching a pattern
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime.html">gmtime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>gmtime, gmtime_r - convert a time value to a broken-down UTC time
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime_r.html">gmtime_r</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>gmtime, gmtime_r - convert a time value to a broken-down UTC time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime.html">gmtime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>gmtime, gmtime_r - convert a time value to a broken-down UTC time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime_r.html">gmtime_r</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>gmtime, gmtime_r - convert a time value to a broken-down UTC time
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/grantpt.html">grantpt</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>grantpt - grant access to the slave pseudo-terminal device
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/search.h#l19">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/gitweb.cgi?p=musl;a=blob;f=include/search.h#l20">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>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l51">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isunordered.html">isunordered</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isunordered - test if arguments are unordered
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l26">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isupper.html">isupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isupper, isupper_l - test for an uppercase letter
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isupper_l.html">isupper_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isupper, isupper_l - test for an uppercase letter
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l140">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalnum.html">iswalnum</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswalnum, iswalnum_l - test for an alphanumeric wide-character code
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalnum_l.html">iswalnum_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswalnum, iswalnum_l - test for an alphanumeric wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l141">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalpha.html">iswalpha</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswalpha, iswalpha_l - test for an alphabetic wide-character code
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalpha_l.html">iswalpha_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswalpha, iswalpha_l - test for an alphabetic wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l142">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswblank.html">iswblank</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswblank, iswblank_l - test for a blank wide-character code
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswblank_l.html">iswblank_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswblank, iswblank_l - test for a blank wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l143">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswcntrl.html">iswcntrl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswcntrl, iswcntrl_l - test for a control wide-character code
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswcntrl_l.html">iswcntrl_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswcntrl, iswcntrl_l - test for a control wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l152">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswctype.html">iswctype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswctype, iswctype_l - test character for a specified class
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswctype_l.html">iswctype_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswctype, iswctype_l - test character for a specified class
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l128">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l156">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l157">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l144">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l17">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l38">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l39">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswdigit.html">iswdigit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswdigit, iswdigit_l - test for a decimal digit wide-character code
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswdigit_l.html">iswdigit_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswdigit, iswdigit_l - test for a decimal digit wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l145">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswgraph.html">iswgraph</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswgraph, iswgraph_l - test for a visible wide-character code
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswgraph_l.html">iswgraph_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswgraph, iswgraph_l - test for a visible wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l146">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswlower.html">iswlower</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswlower, iswlower_l - test for a lowercase letter wide-character code
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswlower_l.html">iswlower_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswlower, iswlower_l - test for a lowercase letter wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l147">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswprint.html">iswprint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswprint, iswprint_l - test for a printable wide-character code
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswprint_l.html">iswprint_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswprint, iswprint_l - test for a printable wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l148">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswpunct.html">iswpunct</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswpunct, iswpunct_l - test for a punctuation wide-character code
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswpunct_l.html">iswpunct_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswpunct, iswpunct_l - test for a punctuation wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l149">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswspace.html">iswspace</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswspace, iswspace_l - test for a white-space wide-character code
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswspace_l.html">iswspace_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswspace, iswspace_l - test for a white-space wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l150">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswupper.html">iswupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswupper, iswupper_l - test for an uppercase letter wide-character code
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswupper_l.html">iswupper_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswupper, iswupper_l - test for an uppercase letter wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l151">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswxdigit.html">iswxdigit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswxdigit, iswxdigit_l - test for a hexadecimal digit wide-character code
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswxdigit_l.html">iswxdigit_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswxdigit, iswxdigit_l - test for a hexadecimal digit wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l140">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalnum.html">iswalnum</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswalnum, iswalnum_l - test for an alphanumeric wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalnum_l.html">iswalnum_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswalnum, iswalnum_l - test for an alphanumeric wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l141">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalpha.html">iswalpha</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswalpha, iswalpha_l - test for an alphabetic wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalpha_l.html">iswalpha_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswalpha, iswalpha_l - test for an alphabetic wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l142">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswblank.html">iswblank</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswblank, iswblank_l - test for a blank wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswblank_l.html">iswblank_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswblank, iswblank_l - test for a blank wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l143">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswcntrl.html">iswcntrl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswcntrl, iswcntrl_l - test for a control wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswcntrl_l.html">iswcntrl_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswcntrl, iswcntrl_l - test for a control wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l152">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswctype.html">iswctype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswctype, iswctype_l - test character for a specified class
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswctype_l.html">iswctype_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswctype, iswctype_l - test character for a specified class
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l128">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l156">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l157">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l144">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l22">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l43">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l44">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswdigit.html">iswdigit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswdigit, iswdigit_l - test for a decimal digit wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswdigit_l.html">iswdigit_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswdigit, iswdigit_l - test for a decimal digit wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l145">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswgraph.html">iswgraph</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswgraph, iswgraph_l - test for a visible wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswgraph_l.html">iswgraph_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswgraph, iswgraph_l - test for a visible wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l146">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswlower.html">iswlower</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswlower, iswlower_l - test for a lowercase letter wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswlower_l.html">iswlower_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswlower, iswlower_l - test for a lowercase letter wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l147">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswprint.html">iswprint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswprint, iswprint_l - test for a printable wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswprint_l.html">iswprint_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswprint, iswprint_l - test for a printable wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l148">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswpunct.html">iswpunct</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswpunct, iswpunct_l - test for a punctuation wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswpunct_l.html">iswpunct_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswpunct, iswpunct_l - test for a punctuation wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l149">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswspace.html">iswspace</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswspace, iswspace_l - test for a white-space wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswspace_l.html">iswspace_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswspace, iswspace_l - test for a white-space wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l150">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswupper.html">iswupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswupper, iswupper_l - test for an uppercase letter wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswupper_l.html">iswupper_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswupper, iswupper_l - test for an uppercase letter wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l151">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswxdigit.html">iswxdigit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswxdigit, iswxdigit_l - test for a hexadecimal digit wide-character code
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswxdigit_l.html">iswxdigit_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswxdigit, iswxdigit_l - test for a hexadecimal digit wide-character code
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isxdigit.html">isxdigit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isxdigit, isxdigit_l - test for a hexadecimal digit
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isxdigit_l.html">isxdigit_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isxdigit, isxdigit_l - test for a hexadecimal digit
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l311">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/j0.html">j0</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>j0, j1, jn - Bessel functions of the first kind
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l190">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llroundf.html">llroundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l191">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llroundl.html">llroundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/locale.h#l53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localeconv.html">localeconv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td>&#160;<td>localeconv - return locale-specific information
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime.html">localtime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>localtime, localtime_r - convert a time value to a broken-down local time
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html">localtime_r</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>localtime, localtime_r - convert a time value to a broken-down local time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime.html">localtime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>localtime, localtime_r - convert a time value to a broken-down local time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html">localtime_r</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>localtime, localtime_r - convert a time value to a broken-down local time
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l136">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lockf.html">lockf</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>lockf - record locking on files
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l193">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log.html">log</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log, logf, logl - natural logarithm function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l197">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10.html">log10</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log10, log10f, log10l - base 10 logarithm function
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbsrtowcs.html">mbsrtowcs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>mbsnrtowcs, mbsrtowcs - convert a character string to a wide-character string (restartable)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbstowcs.html">mbstowcs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>mbstowcs - convert a character string to a wide-character string
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mbtowc.html">mbtowc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>mbtowc - convert a character to a wide-character code
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memccpy.html">memccpy</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#XSI">XSI</a><td>memccpy - copy bytes in memory
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memchr.html">memchr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memchr - find byte in memory
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memcmp.html">memcmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memcmp - compare bytes in memory
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memcpy.html">memcpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memcpy - copy bytes in memory
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memmove.html">memmove</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memmove - copy bytes in memory with overlapping areas
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memset.html">memset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memset - set bytes in memory
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memccpy.html">memccpy</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#XSI">XSI</a><td>memccpy - copy bytes in memory
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memchr.html">memchr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memchr - find byte in memory
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memcmp.html">memcmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memcmp - compare bytes in memory
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memcpy.html">memcpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memcpy - copy bytes in memory
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memmove.html">memmove</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memmove - copy bytes in memory with overlapping areas
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memset.html">memset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>memset - set bytes in memory
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l79">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkdir.html">mkdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>mkdir, mkdirat - make a directory relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l82">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkdirat.html">mkdirat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>mkdir, mkdirat - make a directory relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkdtemp.html">mkdtemp</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>mkdtemp, mkstemp - create a unique directory or file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l80">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mknod.html">mknod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>mknod, mknodat - make directory, special file, or regular file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l83">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mknodat.html">mknodat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>mknod, mknodat - make directory, special file, or regular file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l97">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mkstemp.html">mkstemp</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>mkdtemp, mkstemp - create a unique directory or file
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mktime.html">mktime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>mktime - convert broken-down time into time since the Epoch
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mktime.html">mktime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>mktime - convert broken-down time into time since the Epoch
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/mman.h#l23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mlock.html">mlock</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#MLR">MLR</a><td>mlock, munlock - lock or unlock a range of process address space (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/mman.h#l25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mlockall.html">mlockall</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#ML">ML</a><td>mlockall, munlockall - lock/unlock the address space of a process (<b>REALTIME</b>)
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/mman.h#l15">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mmap.html">mmap</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td>&#160;<td>mmap - map pages of memory
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l225">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nan.html">nan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l226">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanf.html">nanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l227">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanl.html">nanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l81">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanosleep.html">nanosleep</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>nanosleep - high resolution sleep
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l84">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanosleep.html">nanosleep</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>nanosleep - high resolution sleep
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l229">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyint.html">nearbyint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l230">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyintf.html">nearbyintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l231">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyintl.html">nearbyintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ftw.h#l33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nftw.html">nftw</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ftw.h.html">ftw.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>nftw - walk a file tree
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l142">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nice.html">nice</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>nice - change the nice value of a process
 <tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/langinfo.h#l80">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>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/langinfo.h#l81">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/gitweb.cgi?p=musl;a=blob;f=include/langinfo.h#l81">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/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l122">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/gitweb.cgi?p=musl;a=blob;f=include/arpa/inet.h#l22">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netinet/in.h#l68">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/gitweb.cgi?p=musl;a=blob;f=include/arpa/inet.h#l23">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netinet/in.h#l69">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/gitweb.cgi?p=musl;a=blob;f=include/pthread.h#l181">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/gitweb.cgi?p=musl;a=blob;f=include/pthread.h#l182">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/gitweb.cgi?p=musl;a=blob;f=include/pthread.h#l90">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/gitweb.cgi?p=musl;a=blob;f=include/pthread.h#l203">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/gitweb.cgi?p=musl;a=blob;f=include/pthread.h#l199">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/gitweb.cgi?p=musl;a=blob;f=include/pthread.h#l198">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/gitweb.cgi?p=musl;a=blob;f=include/pthread.h#l106">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/gitweb.cgi?p=musl;a=blob;f=include/pthread.h#l103">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>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l115">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setnetent.html">setnetent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l95">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setpgid.html">setpgid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setpgid - set process group ID for job control
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l137">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setpgrp.html">setpgrp</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#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>setpgrp - set the process group ID
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/resource.h#l50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setpriority.html">setpriority</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getpriority, setpriority - get and set the nice value
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/resource.h#l54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setpriority.html">setpriority</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getpriority, setpriority - get and set the nice value
 <tr><td>&#160;<td>TW<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setprotoent.html">setprotoent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setpwent.html">setpwent</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>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/pwd.h#l29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setpwent.html">setpwent</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>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setregid.html">setregid</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>setregid - set real and effective group IDs
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l110">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setreuid.html">setreuid</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>setreuid - set real and effective user IDs
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/resource.h#l46">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>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/resource.h#l50">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/gitweb.cgi?p=musl;a=blob;f=include/netdb.h#l121">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/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l96">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/gitweb.cgi?p=musl;a=blob;f=include/sys/socket.h#l252">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>R<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l58">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l54">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stderr.html">stderr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>stderr, stdin, stdout - standard I/O streams
 <tr><td>&#160;<td>R<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l56">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l52">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stdin.html">stdin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>stderr, stdin, stdout - standard I/O streams
 <tr><td>&#160;<td>R<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l57">d</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l53">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stdout.html">stdout</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>stderr, stdin, stdout - standard I/O streams
-<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stpcpy.html">stpcpy</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>stpcpy, strcpy - copy a string and return a pointer to the end of the result
-<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stpncpy.html">stpncpy</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>stpncpy, strncpy - copy fixed length string, returning a pointer to the array end
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l73">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/strings.h#l22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html">strcasecmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html">strings.h</a><td>&#160;<td>strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp_l.html">strcasecmp_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html">strings.h</a><td>&#160;<td>strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcat.html">strcat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strcat - concatenate two strings
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strchr.html">strchr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strchr - string scanning operation
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcmp.html">strcmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strcmp - compare two strings
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcoll.html">strcoll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strcoll, strcoll_l - string comparison using collating information
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcoll_l.html">strcoll_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>strcoll, strcoll_l - string comparison using collating information
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcpy.html">strcpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>stpcpy, strcpy - copy a string and return a pointer to the end of the result
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcspn.html">strcspn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strcspn - get the length of a complementary substring
-<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strdup.html">strdup</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>strdup, strndup - duplicate a specific number of bytes from a string
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l47">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>missing<td>&#160;<td>&#160;<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/gitweb.cgi?p=musl;a=blob;f=include/string.h#l53">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>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stpcpy.html">stpcpy</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>stpcpy, strcpy - copy a string and return a pointer to the end of the result
+<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/stpncpy.html">stpncpy</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>stpncpy, strncpy - copy fixed length string, returning a pointer to the array end
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l81">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/strings.h#l23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html">strcasecmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html">strings.h</a><td>&#160;<td>strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/strings.h#l26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp_l.html">strcasecmp_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html">strings.h</a><td>&#160;<td>strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcat.html">strcat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strcat - concatenate two strings
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strchr.html">strchr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strchr - string scanning operation
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcmp.html">strcmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strcmp - compare two strings
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcoll.html">strcoll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strcoll, strcoll_l - string comparison using collating information
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcoll_l.html">strcoll_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>strcoll, strcoll_l - string comparison using collating information
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcpy.html">strcpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>stpcpy, strcpy - copy a string and return a pointer to the end of the result
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcspn.html">strcspn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strcspn - get the length of a complementary substring
+<tr><td>&#160;<td>W<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strdup.html">strdup</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>strdup, strndup - duplicate a specific number of bytes from a string
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l52">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/gitweb.cgi?p=musl;a=blob;f=include/string.h#l65">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/gitweb.cgi?p=musl;a=blob;f=include/string.h#l58">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>missing<td>&#160;<td>&#160;<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>missing<td>&#160;<td>&#160;<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/gitweb.cgi?p=musl;a=blob;f=include/time.h#l49">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>missing<td>&#160;<td>&#160;<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/gitweb.cgi?p=musl;a=blob;f=include/string.h#l45">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/gitweb.cgi?p=musl;a=blob;f=include/string.h#l74">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/strings.h#l23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strncasecmp.html">strncasecmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html">strings.h</a><td>&#160;<td>strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strncasecmp_l.html">strncasecmp_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html">strings.h</a><td>&#160;<td>strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strncat.html">strncat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strncat - concatenate a string with part of another
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strncmp.html">strncmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strncmp - compare part of two strings
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l25">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strncpy.html">strncpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>stpncpy, strncpy - copy fixed length string, returning a pointer to the array end
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strndup.html">strndup</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>strdup, strndup - duplicate a specific number of bytes from a string
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strnlen.html">strnlen</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>strlen, strnlen - get length of fixed size string
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strpbrk.html">strpbrk</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strpbrk - scan a string for a byte
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strptime.html">strptime</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#XSI">XSI</a><td>strptime - date and time conversion
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strrchr.html">strrchr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strrchr - string scanning operation
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strsignal.html">strsignal</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>strsignal - get name of signal
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strspn.html">strspn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strspn - get length of a substring
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l42">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/gitweb.cgi?p=musl;a=blob;f=include/time.h#l50">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/gitweb.cgi?p=musl;a=blob;f=include/time.h#l62">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/gitweb.cgi?p=musl;a=blob;f=include/string.h#l50">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/gitweb.cgi?p=musl;a=blob;f=include/string.h#l82">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/strings.h#l24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strncasecmp.html">strncasecmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html">strings.h</a><td>&#160;<td>strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/strings.h#l27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strncasecmp_l.html">strncasecmp_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html">strings.h</a><td>&#160;<td>strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strncat.html">strncat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strncat - concatenate a string with part of another
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strncmp.html">strncmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strncmp - compare part of two strings
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strncpy.html">strncpy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>stpncpy, strncpy - copy fixed length string, returning a pointer to the array end
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strndup.html">strndup</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>strdup, strndup - duplicate a specific number of bytes from a string
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strnlen.html">strnlen</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>strlen, strnlen - get length of fixed size string
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strpbrk.html">strpbrk</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strpbrk - scan a string for a byte
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strptime.html">strptime</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#XSI">XSI</a><td>strptime - date and time conversion
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strrchr.html">strrchr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strrchr - string scanning operation
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strsignal.html">strsignal</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>strsignal - get name of signal
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strspn.html">strspn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html">string.h</a><td>&#160;<td>strspn - get length of a substring
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/string.h#l47">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/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l26">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/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l25">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/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l18">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/gitweb.cgi?p=musl;a=blob;f=include/string.h#l43">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/gitweb.cgi?p=musl;a=blob;f=include/string.h#l52">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/gitweb.cgi?p=musl;a=blob;f=include/string.h#l48">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/gitweb.cgi?p=musl;a=blob;f=include/string.h#l57">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/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l29">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/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtold.html">strtold</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/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l31">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/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l30">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/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l32">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/gitweb.cgi?p=musl;a=blob;f=include/inttypes.h#l19">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/gitweb.cgi?p=musl;a=blob;f=include/string.h#l34">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>missing<td>&#160;<td>&#160;<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/gitweb.cgi?p=musl;a=blob;f=include/string.h#l39">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/gitweb.cgi?p=musl;a=blob;f=include/string.h#l67">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/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l140">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/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/swprintf.html">swprintf</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/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/swscanf.html">swscanf</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>fwscanf, swscanf, wscanf - convert formatted wide-character input
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l289">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgamma.html">tgamma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l290">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgammaf.html">tgammaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l291">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgammal.html">tgammal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/time.html">time</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>time - get time
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_create.html">timer_create</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/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_create - create a per-process timer
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l90">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_delete.html">timer_delete</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>timer_delete - delete a per-process timer
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l93">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_getoverrun.html">timer_getoverrun</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>timer_getoverrun, timer_gettime, timer_settime - per-process timers
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l92">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_gettime.html">timer_gettime</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>timer_getoverrun, timer_gettime, timer_settime - per-process timers
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l91">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_settime.html">timer_settime</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>timer_getoverrun, timer_gettime, timer_settime - per-process timers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/time.html">time</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>time - get time
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l92">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_create.html">timer_create</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/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_create - create a per-process timer
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l93">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_delete.html">timer_delete</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>timer_delete - delete a per-process timer
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_getoverrun.html">timer_getoverrun</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>timer_getoverrun, timer_gettime, timer_settime - per-process timers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l95">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_gettime.html">timer_gettime</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>timer_getoverrun, timer_gettime, timer_settime - per-process timers
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_settime.html">timer_settime</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>timer_getoverrun, timer_gettime, timer_settime - per-process timers
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/times.h#l19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/times.html">times</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_times.h.html">sys/times.h</a><td>&#160;<td>times - get process and waited-for child process times
-<tr><td>&#160;<td>V<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l101">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timezone.html">timezone</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#XSI">XSI</a><td>daylight, timezone, tzname, tzset - set timezone conversion information
+<tr><td>&#160;<td>V<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l104">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timezone.html">timezone</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#XSI">XSI</a><td>daylight, timezone, tzname, tzset - set timezone conversion information
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l120">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tmpfile.html">tmpfile</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>tmpfile - create a temporary file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdio.h#l119">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tmpnam.html">tmpnam</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#OB">OB</a><td>tmpnam - create a name for a temporary file
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/toascii.html">toascii</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>toascii - translate an integer to a 7-bit ASCII character
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tolower_l.html">tolower_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>tolower, tolower_l - transliterate uppercase characters to lowercase
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/toupper.html">toupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>toupper, toupper_l - transliterate lowercase characters to uppercase
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ctype.h#l51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/toupper_l.html">toupper_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>toupper, toupper_l - transliterate lowercase characters to uppercase
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towctrans.html">towctrans</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>towctrans, towctrans_l - wide-character transliteration
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towctrans_l.html">towctrans_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>towctrans, towctrans_l - wide-character transliteration
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l153">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towlower.html">towlower</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>towlower, towlower_l - transliterate uppercase wide-character code to lowercase
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towlower_l.html">towlower_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>towlower, towlower_l - transliterate uppercase wide-character code to lowercase
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l154">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towupper.html">towupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>towupper, towupper_l - transliterate lowercase wide-character code to uppercase
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towupper_l.html">towupper_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>towupper, towupper_l - transliterate lowercase wide-character code to uppercase
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l37">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towctrans.html">towctrans</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>towctrans, towctrans_l - wide-character transliteration
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towctrans_l.html">towctrans_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>towctrans, towctrans_l - wide-character transliteration
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l153">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towlower.html">towlower</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>towlower, towlower_l - transliterate uppercase wide-character code to lowercase
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towlower_l.html">towlower_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>towlower, towlower_l - transliterate uppercase wide-character code to lowercase
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l154">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towupper.html">towupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>towupper, towupper_l - transliterate lowercase wide-character code to uppercase
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towupper_l.html">towupper_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>towupper, towupper_l - transliterate lowercase wide-character code to uppercase
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l293">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/trunc.html">trunc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncate.html">truncate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>truncate - truncate a file to a specified length
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l294">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncf.html">truncf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ttyname.html">ttyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>ttyname, ttyname_r - find the pathname of a terminal
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/unistd.h#l99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ttyname_r.html">ttyname_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>ttyname, ttyname_r - find the pathname of a terminal
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/search.h#l34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/twalk.html">twalk</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>tdelete, tfind, tsearch, twalk - manage a binary search tree
-<tr><td>&#160;<td>V<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l102">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tzname.html">tzname</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>daylight, timezone, tzname, tzset - set timezone conversion information
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tzset.html">tzset</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>daylight, timezone, tzname, tzset - set timezone conversion information
+<tr><td>&#160;<td>V<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l105">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tzname.html">tzname</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>daylight, timezone, tzname, tzset - set timezone conversion information
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/time.h#l69">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tzset.html">tzset</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>daylight, timezone, tzname, tzset - set timezone conversion information
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/ulimit.h#l11">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ulimit.html">ulimit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ulimit.h.html">ulimit.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>ulimit - get and set process limits
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/stat.h#l78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/umask.html">umask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>umask - set and get the file mode creation mask
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/utsname.h#l22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/uname.html">uname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_utsname.h.html">sys/utsname.h</a><td>&#160;<td>uname - get the name of the current system
 <tr><td>missing<td>&#160;<td>&#160;<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/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l70">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctob.html">wctob</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>wctob - wide-character to single-byte conversion
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdlib.h#l68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctomb.html">wctomb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>wctomb - convert a wide-character code to a character
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctrans.html">wctrans</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>wctrans, wctrans_l - define character mapping
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctrans_l.html">wctrans_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>wctrans, wctrans_l - define character mapping
-<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l155">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctype.html">wctype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>wctype, wctype_l - define character class
-<tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctype_l.html">wctype_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>wctype, wctype_l - define character class
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctrans.html">wctrans</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>wctrans, wctrans_l - define character mapping
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctrans_l.html">wctrans_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>wctrans, wctrans_l - define character mapping
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l155">p</a> <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctype.html">wctype</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>wctype, wctype_l - define character class
+<tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wctype_l.html">wctype_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>wctype, wctype_l - define character class
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l138">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcwidth.html">wcwidth</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>wcwidth - number of column positions of a wide-character code
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wmemchr.html">wmemchr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wmemchr - find a wide character in memory
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wchar.h#l64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wmemcmp.html">wmemcmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>wmemcmp - compare wide characters in memory
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l315">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/y1.html">y1</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>y0, y1, yn - Bessel functions of the second kind
 <tr><td>nosym<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/math.h#l316">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/yn.html">yn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>y0, y1, yn - Bessel functions of the second kind
 </table>
-<h4>stats</h4><ul><li>missing: 126<li>nosym: 122<li>nodecl: 1</ul>
+<h4>stats</h4><ul><li>missing: 102<li>nosym: 118<li>nodecl: 1</ul>