2.9
[glibc/nacl-glibc.git] / conform / data / string.h-data
blob19c06d292cfe1cc8e5e7a7966f71a1f8f1cd72a5
1 constant NULL
3 type size_t
5 function {void*} memccpy (void*, const void*, int, size_t)
6 function {void*} memchr (const void*, int, size_t)
7 function int memcmp (const void*, const void*, size_t)
8 function {void*} memcpy (void*, const void*, size_t)
9 function {void*} memmove (void*, const void*, size_t)
10 function {void*} memset (void*, int, size_t)
11 function {char*} strcat (char*, const char*)
12 function {char*} strchr (const char*, int)
13 function int strcmp (const char*, const char*)
14 function int strcoll (const char*, const char*)
15 function {char*} strcpy (char*, const char*)
16 function size_t strcspn (const char*, const char*)
17 function {char*} strdup (const char*)
18 function {char*} strerror (int)
19 #ifdef XOPEN2K
20 function int strerror_r (int, char*, size_t)
21 #endif
22 function size_t strlen (const char*)
23 function {char*} strncat (char*, const char*, size_t)
24 function int strncmp (const char*, const char*, size_t)
25 function {char*} strncpy (char*, const char*, size_t)
26 function {char*} strpbrk (const char*, const char*)
27 function {char*} strrchr (const char*, int)
28 function size_t strspn (const char*, const char*)
29 function {char*} strstr (const char*, const char*)
30 function {char*} strtok (char*, const char*)
31 function {char*} strtok_r (char*, const char*, char**)
32 function size_t strxfrm (char*, const char*, size_t)
34 allow-header stddef.h
36 allow str*
37 allow wcs*
38 allow *_t