Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/stdio/
H A Dtmpnam.c54 static u_long tmpcount; in tmpnam() local
59 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXX", P_tmpdir, tmpcount); in tmpnam()
60 ++tmpcount; in tmpnam()
/freebsd-13.1/contrib/ntp/ntpq/
H A Dntpq-subs.c854 size_t tmpcount; in readvar() local
868 tmpcount = pcmd->nargs - 1; in readvar()
869 for (u = 0; u < tmpcount; u++) in readvar()