Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/lib/libiberty/src/
Dtmpnam.c17 #ifndef L_tmpnam
18 #define L_tmpnam 100 macro
24 static char tmpnam_buffer[L_tmpnam];
Dfunctions.texi1332 it. @var{s} must point to a buffer of at least @code{L_tmpnam} bytes,
/openbsd/src/lib/libc/stdio/
Dtmpnam.c46 static char buf[L_tmpnam]; in tmpnam()
50 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXX", P_tmpdir, tmpcount); in tmpnam()
/openbsd/src/gnu/usr.bin/cvs/emx/
Dfilesubr.c617 #ifndef L_tmpnam
618 #define L_tmpnam 50 macro
626 char value[L_tmpnam + 1]; in cvs_temp_name()
640 char value[L_tmpnam + 1]; in cvs_temp_name()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dunimplemented.t91 [L_tmpnam => 'C-specific, stopped'],
Dexport.t152 waitpid write L_tmpnam
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/lib/
DPOSIX.pm27 L_tmpnam => undef,
/openbsd/src/include/
Dstdio.h184 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */ macro
/openbsd/src/gnu/llvm/libcxx/include/
Dcstdio22 L_tmpnam
/openbsd/src/gnu/usr.bin/perl/os2/
Dos2ish.h364 #undef L_tmpnam
365 #define L_tmpnam MAXPATHLEN macro
/openbsd/src/gnu/usr.bin/cvs/os2/
Dfilesubr.c697 char value[L_tmpnam + 1]; in cvs_temp_name()
/openbsd/src/sbin/scsi/
Dscsi.c523 static char edit_name[L_tmpnam];
/openbsd/src/gnu/usr.bin/cvs/vms/
Dfilesubr.c741 char value[L_tmpnam + 1]; in cvs_temp_name()
/openbsd/src/gnu/usr.bin/perl/ext/VMS-Stdio/
DStdio.xs287 char fname[L_tmpnam];
/openbsd/src/gnu/usr.bin/cvs/src/
Dfilesubr.c830 char ifn[L_tmpnam + 1];
DChangeLog-972214 * filesubr.c: Do not define L_tmpnam. It is in ANSI and SunOS4,
2217 (cvs_temp_name): Do not use L_tmpnam in the mktemp code; this
DChangeLog-962762 * filesubr.c, cvs.h (cvs_temp_name): New function. Move L_tmpnam
/openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/
Dhsys.c824 (char *)malloc(L_tmpnam)) == NULL) in HandleSysMessage()
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DCSymbolMap.inc142 SYMBOL(L_tmpnam, None, <stdio.h>)
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/
Dmsan_test.cpp3478 char s[L_tmpnam]; in TEST()
/openbsd/src/gnu/usr.bin/perl/vms/
Dvms.c2162 cp = (char *)PerlMem_malloc(L_tmpnam+24); in my_tmpfile()
9315 char mbxname[L_tmpnam];
/openbsd/src/gnu/usr.bin/binutils/binutils/
DChangeLog-9197858 * objdump.c (L_tmpnam): Never define.
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
DChangeLog-9197858 * objdump.c (L_tmpnam): Never define.
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
DCHECKLIST5849 X BUFSIZ L_tmpnam SEEK_SET TMP_MAX
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
DCHECKLIST5849 X BUFSIZ L_tmpnam SEEK_SET TMP_MAX

12