Searched refs:tmpcount (Results 1 – 1 of 1) sorted by relevance
62 static long unsigned int tmpcount = 0; // Must be long to satisfy the %lu in snprintf below. in tmpnam() local67 (void)snprintf(s, L_tmpnam, "%stmp_%lu_XXXX", _PATH_TMP, tmpcount); in tmpnam()68 ++tmpcount; in tmpnam()