Home
last modified time | relevance | path

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

/stdio-common/
A Dtst-sprintf.c21 #define SIZE (1024*70000) in do_test() macro
24 char *dst = malloc (SIZE + 1); in do_test()
33 sprintf (dst, "%*s", SIZE, ""); in do_test()
34 if (strnlen (dst, SIZE + 1) != SIZE) in do_test()
36 puts ("sprintf (dst, \"%*s\", " STR(SIZE) ", \"\") did not produce enough output"); in do_test()
A Dtst-sscanf.c243 #define SIZE 131072 in do_test() macro
244 CHAR *s = malloc ((SIZE + 1) * sizeof (*s)); in do_test()
247 for (size_t i = 0; i < SIZE; i++) in do_test()
249 s[SIZE] = L('\0'); in do_test()
265 #undef SIZE in do_test()

Completed in 4 milliseconds