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