Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash_page.c845 char namestr[sizeof("_hashXXXXXX")]; in open_temp() local
850 strcpy(namestr, "_hashXXXXXX"); in open_temp()
851 if ((hashp->fp = mkstemp(namestr)) != -1) { in open_temp()
852 (void)unlink(namestr); in open_temp()