Searched refs:SIZE (Results 1 – 2 of 2) sorted by relevance
21 #define SIZE (1024*70000) in do_test() macro24 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()
243 #define SIZE 131072 in do_test() macro244 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