/string/ |
A D | test-strcspn.c | 44 typedef size_t (*proto_t) (const CHAR *, const CHAR *); typedef
|
A D | test-memset.c | 56 typedef void (*proto_t) (char *, size_t); typedef 80 typedef CHAR *(*proto_t) (CHAR *, int, size_t); typedef
|
A D | test-rawmemchr.c | 25 typedef char *(*proto_t) (const char *, int); typedef
|
A D | test-strlen.c | 38 typedef size_t (*proto_t) (const CHAR *); typedef
|
A D | test-memcpy-support.h | 53 typedef char *(*proto_t) (char *, const char *, size_t); typedef
|
A D | test-memmem.c | 25 typedef char *(*proto_t) (const void *, size_t, const void *, size_t); typedef
|
A D | test-memrchr.c | 23 typedef char *(*proto_t) (const char *, int, size_t); typedef
|
A D | test-string.h | 127 (* (proto_t) (impl)->fn) (__VA_ARGS__)
|
A D | test-strcasestr.c | 54 typedef char *(*proto_t) (const char *, const char *); typedef
|
A D | test-memmove.c | 31 typedef void (*proto_t) (const char *, char *, size_t); typedef 43 typedef char *(*proto_t) (char *, const char *, size_t); typedef
|
A D | test-strcpy.c | 71 typedef CHAR *(*proto_t) (CHAR *, const CHAR *); typedef
|
A D | test-strrchr.c | 44 typedef CHAR *(*proto_t) (const CHAR *, int); typedef
|
A D | test-strcasecmp.c | 25 typedef int (*proto_t) (const char *, const char *); typedef
|
A D | test-strspn.c | 50 typedef size_t (*proto_t) (const CHAR *, const CHAR *); typedef
|
A D | test-memccpy.c | 55 typedef void *(*proto_t) (void *, const void *, int c, size_t); typedef
|
A D | test-memchr.c | 46 typedef CHAR *(*proto_t) (const CHAR *, int, size_t); typedef
|
A D | test-strcat.c | 56 typedef CHAR *(*proto_t) (CHAR *, const CHAR *); typedef
|
A D | test-strstr.c | 53 typedef char *(*proto_t) (const char *, const char *); typedef
|
A D | test-strchr.c | 75 typedef CHAR *(*proto_t) (const CHAR *, int); typedef
|
A D | test-strpbrk.c | 58 typedef CHAR *(*proto_t) (const CHAR *, const CHAR *); typedef
|
A D | test-strncpy.c | 93 typedef CHAR *(*proto_t) (CHAR *, const CHAR *, size_t); typedef
|
A D | test-strnlen.c | 44 typedef size_t (*proto_t) (const CHAR *, size_t); typedef
|
A D | test-strncasecmp.c | 25 typedef int (*proto_t) (const char *, const char *, size_t); typedef
|
A D | test-strncat.c | 53 typedef CHAR *(*proto_t) (CHAR *, const CHAR *, size_t); typedef
|
A D | test-memcmp.c | 86 typedef int (*proto_t) (const CHAR *, const CHAR *, size_t); typedef
|