Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dtmpnam.c47 static u_long tmpcount; in tmpnam() local
52 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXX", P_tmpdir, tmpcount); in tmpnam()
53 ++tmpcount; in tmpnam()