Searched refs:temp_name_series (Results 1 – 1 of 1) sorted by relevance
17 static int temp_name_series = 0; in tmpnam() local21 if (temp_name_series >= TMP_MAX) { in tmpnam()31 snprintf(temp_name_series_buf, sizeof(temp_name_series_buf) - 1, "_%d", temp_name_series); in tmpnam()34 temp_name_series++; in tmpnam()
Completed in 2 milliseconds