/string/ |
A D | test-string.h | 27 } impl_t; typedef 28 extern impl_t __start_impls[], __stop_impls[]; 31 impl_t tst_ ## name \ 134 static impl_t *impl_array; 137 impl_t *impl; \ 145 impl_t *skip = NULL, *a; \ 152 sizeof (impl_t)); \ 177 for (impl_t *impl = __start_impls; impl < __stop_impls; ++impl) \
|
A D | test-memmem.c | 60 check_result (impl_t *impl, const void *haystack, size_t haystack_len, in check_result() 78 do_one_test (impl_t *impl, const void *haystack, size_t haystack_len, in do_one_test()
|
A D | test-strcasestr.c | 62 check_result (impl_t *impl, const char *s1, const char *s2, in check_result() 78 do_one_test (impl_t *impl, const char *s1, const char *s2, char *exp_result) in do_one_test()
|
A D | test-strstr.c | 61 check_result (impl_t *impl, const char *s1, const char *s2, in check_result() 78 do_one_test (impl_t *impl, const char *s1, const char *s2, char *exp_result) in do_one_test()
|
A D | test-strchr.c | 102 check_result (impl_t *impl, const CHAR *s, int c, const CHAR *exp_res) in check_result() 116 do_one_test (impl_t *impl, const CHAR *s, int c, const CHAR *exp_res) in do_one_test()
|
A D | test-rawmemchr.c | 41 do_one_test (impl_t *impl, const char *s, int c, char *exp_res) in do_one_test()
|
A D | test-strlen.c | 63 do_one_test (impl_t *impl, const CHAR *s, size_t exp_len) in do_one_test()
|
A D | test-memcpy-support.h | 57 do_one_test (impl_t *impl, char *dst, const char *src, size_t len) in do_one_test()
|
A D | test-memrchr.c | 40 do_one_test (impl_t *impl, const char *s, int c, size_t n, char *exp_res) in do_one_test()
|
A D | test-strncasecmp.c | 74 check_result (impl_t *impl, const char *s1, const char *s2, size_t n, in check_result() 92 do_one_test (impl_t *impl, const char *s1, const char *s2, size_t n, in do_one_test()
|
A D | test-strcpy.c | 74 do_one_test (impl_t *impl, CHAR *dst, const CHAR *src, in do_one_test()
|
A D | test-memcmp.c | 92 check_result (impl_t *impl, const CHAR *s1, const CHAR *s2, size_t len, in check_result() 108 do_one_test (impl_t *impl, const CHAR *s1, const CHAR *s2, size_t len, in do_one_test()
|
A D | test-strcmp.c | 138 check_result (impl_t *impl, in check_result() 157 do_one_test (impl_t *impl, in do_one_test()
|
A D | test-strrchr.c | 63 do_one_test (impl_t *impl, const CHAR *s, int c, CHAR *exp_res) in do_one_test()
|
A D | test-memset.c | 109 do_one_test (impl_t *impl, CHAR *s, int c __attribute ((unused)), size_t n) in do_one_test()
|
A D | test-strcasecmp.c | 64 do_one_test (impl_t *impl, const char *s1, const char *s2, int exp_result) in do_one_test()
|
A D | test-strspn.c | 93 do_one_test (impl_t *impl, const CHAR *s, const CHAR *acc, size_t exp_res) in do_one_test()
|
A D | test-strncmp.c | 126 check_result (impl_t *impl, const CHAR *s1, const CHAR *s2, size_t n, in check_result() 144 do_one_test (impl_t *impl, const CHAR *s1, const CHAR *s2, size_t n, in do_one_test()
|
A D | test-memccpy.c | 58 do_one_test (impl_t *impl, void *dst, const void *src, int c, size_t len, in do_one_test()
|
A D | test-memchr.c | 62 do_one_test (impl_t *impl, const CHAR *s, int c, size_t n, CHAR *exp_res) in do_one_test()
|
A D | test-strcat.c | 73 do_one_test (impl_t *impl, CHAR *dst, const CHAR *src) in do_one_test()
|
A D | test-strpbrk.c | 94 do_one_test (impl_t *impl, const CHAR *s, const CHAR *rej, RES_TYPE exp_res) in do_one_test()
|
A D | test-strncpy.c | 96 do_one_test (impl_t *impl, CHAR *dst, const CHAR *src, size_t len, size_t n) in do_one_test()
|
A D | test-strnlen.c | 60 do_one_test (impl_t *impl, const CHAR *s, size_t maxlen, size_t exp_len) in do_one_test()
|
A D | test-memmove.c | 68 do_one_test (impl_t *impl, char *dst, char *src, const char *orig_src, in do_one_test()
|