1 macro-constant NULL == 0
4 #if defined XOPEN2K8 || defined POSIX2008
8 #if !defined ISO && !defined ISO99 & !defined ISO11 && !defined POSIX && !defined POSIX2008
9 function {void*} memccpy (void*, const void*, int, size_t)
11 function {void*} memchr (const void*, int, size_t)
12 function int memcmp (const void*, const void*, size_t)
13 function {void*} memcpy (void*, const void*, size_t)
14 function {void*} memmove (void*, const void*, size_t)
15 function {void*} memset (void*, int, size_t)
16 #if defined XOPEN2K8 || defined POSIX2008
17 function {char*} stpcpy (char*, const char*)
18 function {char*} stpncpy (char*, const char*, size_t)
21 function {char*} strcat (char*, const char*)
22 function {char*} strchr (const char*, int)
23 function int strcmp (const char*, const char*)
24 function int strcoll (const char*, const char*)
25 #if defined XOPEN2K8 || defined POSIX2008
26 function int strcoll_l (const char*, const char*, locale_t)
28 function {char*} strcpy (char*, const char*)
29 function size_t strcspn (const char*, const char*)
30 #if !defined ISO && !defined ISO99 & !defined ISO11 && !defined POSIX && !defined POSIX2008
31 function {char*} strdup (const char*)
33 function {char*} strerror (int)
34 #if defined XOPEN2K || defined XOPEN2K8 || defined POSIX2008
35 function int strerror_r (int, char*, size_t)
37 #if defined XOPEN2K8 || defined POSIX2008
38 function {char*} strerror_l (int, locale_t)
40 function size_t strlen (const char*)
41 function {char*} strncat (char*, const char*, size_t)
42 function int strncmp (const char*, const char*, size_t)
43 function {char*} strncpy (char*, const char*, size_t)
44 #if defined XOPEN2K8 || defined POSIX2008
45 function {char*} strndup (const char*, size_t)
46 function size_t strnlen (const char*, size_t)
48 function {char*} strpbrk (const char*, const char*)
49 function {char*} strrchr (const char*, int)
50 #if defined XOPEN2K8 || defined POSIX2008
51 function {char*} strsignal (int)
53 function size_t strspn (const char*, const char*)
54 function {char*} strstr (const char*, const char*)
55 function {char*} strtok (char*, const char*)
56 #if defined POSIX || defined UNIX98 || defined XOPEN2K || defined XOPEN2K8 || defined POSIX2008
57 function {char*} strtok_r (char*, const char*, char**)
59 function size_t strxfrm (char*, const char*, size_t)
60 #if defined XOPEN2K8 || defined POSIX2008
61 function size_t strxfrm_l (char*, const char*, size_t, locale_t)
64 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
68 allow str[abcdefghijklmnopqrstuvwxyz]*
69 allow mem[abcdefghijklmnopqrstuvwxyz]*
70 allow wcs[abcdefghijklmnopqrstuvwxyz]*
71 #if !defined ISO && !defined ISO99 && !defined ISO11