Home
last modified time | relevance | path

Searched defs:b (Results 1 – 8 of 8) sorted by relevance

/string/
A Dbug-strcoll2.c39 int b = strcoll (t2, t1); in test_cs_CZ() local
67 int b = strcoll (t2, t1); in test_da_DK() local
A Dbug-strpbrk1.c12 const char *b = a; in main() local
A Dbug-strspn1.c12 const char *b = a; in main() local
A Dmemcmp.c67 # 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 Dstrcoll_l.c38 #define CONCAT(a,b) CONCAT1(a,b) argument
39 #define CONCAT1(a,b) a##b argument
A Dtester.c55 #define STREQ(a, b) (strcmp((a), (b)) == 0) argument
73 equal (const char *a, const char *b, int number) in equal()
1113 char *b = two + i; in test_memcmp() local
A Dstr-two-way.h126 unsigned char a, b; /* Current comparison bytes. */ in critical_factorization() local
A Dstrxfrm_l.c38 #define CONCAT(a,b) CONCAT1(a,b) argument
39 #define CONCAT1(a,b) a##b argument

Completed in 18 milliseconds