Home
last modified time | relevance | path

Searched refs:temp_name_series (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/posix/src/
A Dtemp.c17 static int temp_name_series = 0; in tmpnam() local
21 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