Searched refs:nanstr (Results 1 – 1 of 1) sorted by relevance
36 char *nanstr = malloc (STRING_SIZE); in do_test() local37 if (nanstr == NULL) in do_test()42 memset (nanstr, '0', STRING_SIZE - 1); in do_test()43 nanstr[STRING_SIZE - 1] = 0; in do_test()47 char *volatile p = nanstr; \ in do_test()