Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdio/
H A Dtmpnam.c51 static char buf[L_tmpnam]; in tmpnam()
55 snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXX", P_tmpdir, tmpcount); in tmpnam()
/dragonfly/gnu/usr.bin/rcs/lib/
H A Dconf.h363 #ifndef L_tmpnam
364 #define L_tmpnam 32 /* power of 2 > sizeof("/usr/tmp/xxxxxxxxxxxxxxx") */ macro
H A Drcsfnms.c311 static char tpnamebuf[TEMPNAMES][L_tmpnam];
/dragonfly/tools/regression/p1003_1b/
H A Dsched.c213 char nam[L_tmpnam]; in sched()
/dragonfly/include/
H A Dstdio.h180 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */ macro