Home
last modified time | relevance | path

Searched refs:LETTERS_AND_DIGTS (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/support/
Dtst-support_quote_blob.c43 #define LETTERS_AND_DIGTS \ in do_test() macro
47 p = support_quote_blob (LETTERS_AND_DIGTS "@", 2 * 26 + 10); in do_test()
48 TEST_COMPARE (strcmp (p, LETTERS_AND_DIGTS), 0); in do_test()
Dtst-support_quote_string.c42 #define LETTERS_AND_DIGTS \ in do_test() macro
46 p = support_quote_string (LETTERS_AND_DIGTS "@"); in do_test()
47 TEST_COMPARE (strcmp (p, LETTERS_AND_DIGTS "@"), 0); in do_test()
Dtst-support_quote_blob_wide.c43 #define LETTERS_AND_DIGTS \ in do_test() macro
49 #define WLETTERS_AND_DIGTS CONCAT (L, LETTERS_AND_DIGTS) in do_test()
51 TEST_COMPARE (strcmp (p, LETTERS_AND_DIGTS), 0); in do_test()