Home
last modified time | relevance | path

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

/glibc-2.36/stdio-common/
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()
Dvfprintf-process-arg.c295 = __readonly_area (format, ((STR_LEN (format) + 1)
Dvfprintf-internal.c156 # define STR_LEN(Str) strlen (Str) macro
173 # define STR_LEN(Str) __wcslen (Str) macro
/glibc-2.36/ChangeLog.old/
DChangeLog.151617 * stdio-common/vfprintf.c (STR_LEN): Define.