Searched refs:L_tmpnam (Results 1 - 16 of 16) sorted by last modified time

/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvms.c2162 cp = (char *)PerlMem_malloc(L_tmpnam+24);
9315 char mbxname[L_tmpnam];
/openbsd-current/gnu/usr.bin/perl/os2/
H A Dos2ish.h363 #undef L_tmpnam macro
364 #define L_tmpnam MAXPATHLEN macro
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t152 waitpid write L_tmpnam
H A Dunimplemented.t91 [L_tmpnam => 'C-specific, stopped'],
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm27 L_tmpnam => undef,
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3478 char s[L_tmpnam];
/openbsd-current/sbin/scsi/
H A Dscsi.c523 static char edit_name[L_tmpnam];
/openbsd-current/include/
H A Dstdio.h184 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */ macro
/openbsd-current/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.xs287 char fname[L_tmpnam];
/openbsd-current/lib/libc/stdio/
H A Dtmpnam.c46 static char buf[L_tmpnam];
50 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXX", P_tmpdir, tmpcount);
/openbsd-current/gnu/lib/libiberty/src/
H A Dtmpnam.c7 it. @var{s} must point to a buffer of at least @code{L_tmpnam} bytes,
17 #ifndef L_tmpnam
18 #define L_tmpnam 100 macro
24 static char tmpnam_buffer[L_tmpnam];
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dhsys.c824 (char *)malloc(L_tmpnam)) == NULL)
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dfilesubr.c831 char ifn[L_tmpnam + 1];
/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dfilesubr.c743 char value[L_tmpnam + 1];
/openbsd-current/gnu/usr.bin/cvs/emx/
H A Dfilesubr.c617 #ifndef L_tmpnam
618 #define L_tmpnam 50 macro
626 char value[L_tmpnam + 1];
640 char value[L_tmpnam + 1];
/openbsd-current/gnu/usr.bin/cvs/os2/
H A Dfilesubr.c698 char value[L_tmpnam + 1];

Completed in 567 milliseconds