Remove "[Add new features here]" for 2.27
[glibc.git] / conform / data / string.h-data
blobe06f9414987caa54d2e6b69f8eaf1adf1e0ef788
1 macro-constant NULL == 0
3 type size_t
4 #if defined XOPEN2K8 || defined POSIX2008
5 type locale_t
6 #endif
8 #if !defined ISO && !defined ISO99 & !defined ISO11 && !defined POSIX && !defined POSIX2008
9 function {void*} memccpy (void*, const void*, int, size_t)
10 #endif
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)
20 #endif
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)
27 #endif
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 XPG4 && !defined POSIX && !defined POSIX2008
31 function {char*} strdup (const char*)
32 #endif
33 function {char*} strerror (int)
34 #if defined XOPEN2K || defined XOPEN2K8 || defined POSIX2008
35 function int strerror_r (int, char*, size_t)
36 #endif
37 #if defined XOPEN2K8 || defined POSIX2008
38 function {char*} strerror_l (int, locale_t)
39 #endif
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)
47 #endif
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)
52 #endif
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**)
58 #endif
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)
62 #endif
64 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
65 allow-header stddef.h
66 #endif
68 allow str[abcdefghijklmnopqrstuvwxyz]*
69 allow mem[abcdefghijklmnopqrstuvwxyz]*
70 allow wcs[abcdefghijklmnopqrstuvwxyz]*
71 #if !defined ISO && !defined ISO99 && !defined ISO11
72 allow *_t
73 #endif