Searched refs:STR_LEN (Results 1 – 4 of 4) sorted by relevance
8 # define STR_LEN strlen macro16 # define STR_LEN wcslen macro57 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()
295 = __readonly_area (format, ((STR_LEN (format) + 1)
156 # define STR_LEN(Str) strlen (Str) macro173 # define STR_LEN(Str) __wcslen (Str) macro
1617 * stdio-common/vfprintf.c (STR_LEN): Define.