Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dtmpnam.c62 static long unsigned int tmpcount = 0; // Must be long to satisfy the %lu in snprintf below. in tmpnam() local
67 (void)snprintf(s, L_tmpnam, "%stmp_%lu_XXXX", _PATH_TMP, tmpcount); in tmpnam()
68 ++tmpcount; in tmpnam()