Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dtest-nan-overflow.c36 char *nanstr = malloc (STRING_SIZE); in do_test() local
37 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()