Searched refs:namestr (Results 1 – 1 of 1) sorted by relevance
845 char namestr[sizeof("_hashXXXXXX")]; in open_temp() local850 strcpy(namestr, "_hashXXXXXX"); in open_temp()851 if ((hashp->fp = mkstemp(namestr)) != -1) { in open_temp()852 (void)unlink(namestr); in open_temp()