Searched refs:L_tmpnam (Results 1 – 2 of 2) sorted by relevance
48 static char buf[L_tmpnam]; in tmpnam()52 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXX", P_tmpdir, tmpcount); in tmpnam()
95 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */ macro