Searched defs:a (Results 1 – 12 of 12) sorted by relevance
/string/ |
A D | bug-strcoll2.c | 38 int a = strcoll (t1, t2); in test_cs_CZ() local 66 int a = strcoll (t1, t2); in test_da_DK() local
|
A D | tst-bswap.c | 67 wash (unsigned long long int a) in wash()
|
A D | bug-strpbrk1.c | 11 const char *a = "abc"; in main() local
|
A D | bug-strspn1.c | 11 const char *a = "abc"; in main() local
|
A D | ffs.c | 39 unsigned int a; in __ffs() local
|
A D | strspn.c | 36 const char *a = str; in STRSPN() local
|
A D | memcmp.c | 67 # define CMP_LT_OR_GT(a, b) ((a) > (b) ? 1 : -1) argument 69 # define CMP_LT_OR_GT(a, b) memcmp_bytes ((a), (b)) argument 93 memcmp_bytes (op_t a, op_t b) in memcmp_bytes()
|
A D | str-two-way.h | 91 # define RET0_IF_0(a) /* nothing */ argument 126 unsigned char a, b; /* Current comparison bytes. */ in critical_factorization() local
|
A D | strcasestr.c | 44 #define RET0_IF_0(a) if (!a) goto ret0 argument
|
A D | strcoll_l.c | 38 #define CONCAT(a,b) CONCAT1(a,b) argument 39 #define CONCAT1(a,b) a##b argument
|
A D | tester.c | 55 #define STREQ(a, b) (strcmp((a), (b)) == 0) argument 73 equal (const char *a, const char *b, int number) in equal() 1112 char *a = one + i; in test_memcmp() local
|
A D | strxfrm_l.c | 38 #define CONCAT(a,b) CONCAT1(a,b) argument 39 #define CONCAT1(a,b) a##b argument
|
Completed in 22 milliseconds