/string/ |
A D | test-rawmemchr.c | 54 do_test (size_t align, size_t pos, size_t len, int seek_char) in do_test() 84 size_t i, j, n, align, pos, len; in do_random_tests() local
|
A D | test-memrchr.c | 53 do_test (size_t align, size_t pos, size_t len, int seek_char) in do_test() 89 size_t i, j, n, align, pos, len; in do_random_tests() local
|
A D | test-strpbrk.c | 37 # define STRPBRK_RESULT(s, pos) ((s)[(pos)] ? (s) + (pos) : NULL) argument 107 do_test (size_t align, size_t pos, size_t len) in do_test() 160 size_t i, j, n, align, pos, len, rlen; in do_random_tests() local
|
A D | test-strrchr.c | 76 do_test (size_t align, size_t pos, size_t len, int seek_char, int max_char) in do_test() 118 size_t i, j, n, align, pos, len; in do_random_tests() local
|
A D | test-memchr.c | 75 do_test (size_t align, size_t pos, size_t len, size_t n, int seek_char) in do_test() 144 size_t i, j, n, align, pos, len; in do_random_tests() local
|
A D | test-strspn.c | 106 do_test (size_t align, size_t pos, size_t len) in do_test() 147 size_t i, j, n, align, pos, alen, len; in do_random_tests() local
|
A D | test-strcspn.c | 19 #define STRPBRK_RESULT(s, pos) (pos) argument
|
A D | test-strchr.c | 123 do_test (size_t align, size_t pos, size_t len, int seek_char, int max_char) in do_test() 162 size_t i, j, n, align, pos, len; in do_random_tests() local
|
A D | test-strcasecmp.c | 121 size_t i, j, n, align1, align2, pos, len1, len2; in do_random_tests() local
|
A D | strxfrm_l.c | 158 const USTRING_TYPE *pos = cur; in do_xfrm() local 234 const USTRING_TYPE *pos = cur; in do_xfrm() local
|
A D | test-strncasecmp.c | 184 size_t i, j, n, align1, align2, pos, len1, len2; in do_random_tests() local
|
A D | tester.c | 725 long align, len, i, pos, n = 9; in test_memrchr() local 1144 long align, len, i, pos; in test_memchr() local
|
A D | test-memcmp.c | 149 size_t i, j, n, align1, align2, pos, len; in do_random_tests() local
|
A D | test-strcmp.c | 221 size_t pos = random () & 511; in do_random_tests() local
|
A D | test-strncmp.c | 269 size_t i, j, n, align1, align2, pos, len1, len2, size; in do_random_tests() local
|