Searched refs:tmpcount (Results 1 – 1 of 1) sorted by relevance
47 static u_long tmpcount; in tmpnam() local52 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXX", P_tmpdir, tmpcount); in tmpnam()53 ++tmpcount; in tmpnam()