tmpcount           42 usr/lib/libc/stdio/tmpnam.c 	static u_long tmpcount;
tmpcount           47 usr/lib/libc/stdio/tmpnam.c 	(void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXX", P_tmpdir, tmpcount);
tmpcount           48 usr/lib/libc/stdio/tmpnam.c 	++tmpcount;