Searched refs:STRING_SIZE (Results 1 – 1 of 1) sorted by relevance
26 #define STRING_SIZE (2 * STACK_LIM) macro36 char *nanstr = malloc (STRING_SIZE); in do_test()42 memset (nanstr, '0', STRING_SIZE - 1); in do_test()43 nanstr[STRING_SIZE - 1] = 0; in do_test()
Completed in 5 milliseconds