Searched defs:l (Results 1 – 10 of 10) sorted by relevance
/string/ |
A D | tst-strerror.c | 52 locale_t l = xnewlocale (LC_ALL_MASK, "pt_BR.UTF-8", NULL); in do_test() local
|
A D | test-strerror-errno.c | 58 locale_t l = xnewlocale (LC_ALL_MASK, "C", NULL); in do_test() local
|
A D | bug-strtok1.c | 11 char *l; in do_test() local
|
A D | tst-strxfrm.c | 16 size_t l; in test() local
|
A D | test-strcasestr.c | 95 for (size_t l = len2; l > 0; l = l > dl ? l - dl : 0) in do_test() local 105 for (size_t l = len1; l > 0; l = l > dl ? l - dl : 0) in do_test() local
|
A D | strcasestr.c | 46 #define CMP_FUNC(p1, p2, l) \ argument
|
A D | test-strstr.c | 95 for (size_t l = len2; l > 0; l = l > dl ? l - dl : 0) in do_test() local 105 for (size_t l = len1; l > 0; l = l > dl ? l - dl : 0) in do_test() local
|
A D | strcoll_l.c | 257 STRCOLL (const STRING_TYPE *s1, const STRING_TYPE *s2, locale_t l) in STRCOLL()
|
A D | strxfrm_l.c | 667 STRXFRM (STRING_TYPE *dest, const STRING_TYPE *src, size_t n, locale_t l) in STRXFRM()
|
A D | tester.c | 703 size_t l; in test_memrchr() local
|
Completed in 17 milliseconds