Home
last modified time | relevance | path

Searched refs:STR_LEN (Results 1 – 2 of 2) sorted by relevance

/stdio-common/
A Dtst-fphex.c8 # define STR_LEN strlen macro
16 # define STR_LEN wcslen macro
57 if (n != STR_LEN (t->expect) || STR_CMP (buf, t->expect) != 0) in do_test()
61 t->fmt, t->expect, STR_LEN (t->expect), in do_test()
62 buf, n, STR_LEN (buf)); in do_test()
A Dvfprintf-internal.c156 # define STR_LEN(Str) strlen (Str) macro
173 # define STR_LEN(Str) __wcslen (Str) macro
931 = __readonly_area (format, ((STR_LEN (format) + 1) \

Completed in 6 milliseconds