Home
last modified time | relevance | path

Searched refs:tmpnam (Results 1 – 25 of 40) sorted by relevance

12

/NextBSD/contrib/dtc/
HDfstree.c40 char *tmpnam; in read_fstree() local
46 tmpnam = join_path(dirname, de->d_name); in read_fstree()
48 if (lstat(tmpnam, &st) < 0) in read_fstree()
49 die("stat(%s): %s\n", tmpnam, strerror(errno)); in read_fstree()
55 pfile = fopen(tmpnam, "r"); in read_fstree()
59 tmpnam, strerror(errno)); in read_fstree()
70 newchild = read_fstree(tmpnam); in read_fstree()
75 free(tmpnam); in read_fstree()
/NextBSD/lib/libc/stdio/
HDtmpnam.c44 __warn_references(tmpnam,
50 tmpnam(char *s) in tmpnam() function
HDMakefile.inc23 tmpnam.c ungetc.c ungetwc.c vasprintf.c vdprintf.c vfprintf.c \
42 stdio.3 tmpnam.3 \
82 MLINKS+=tmpnam.3 tempnam.3 tmpnam.3 tmpfile.3
HDSymbol.map83 tmpnam;
/NextBSD/contrib/libstdc++/include/c_std/
Dstd_cstdio.h92 #undef tmpnam
139 using ::tmpnam;
/NextBSD/contrib/binutils/libiberty/
HDtmpnam.c30 tmpnam (char *s) in tmpnam() function
HDMakefile.in155 ternary.c tmpnam.c \
204 ./tmpnam.o \
389 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
1097 ./tmpnam.o: $(srcdir)/tmpnam.c
1099 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
1101 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
HDconfig.in328 /* Define to 1 if you have the `tmpnam' function. */
/NextBSD/contrib/gcclibs/libiberty/
HDtmpnam.c30 tmpnam (char *s) in tmpnam() function
HDMakefile.in155 ternary.c tmpnam.c \
204 ./tmpnam.o \
372 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
1073 ./tmpnam.o: $(srcdir)/tmpnam.c
1075 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
1077 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
HDconfigure.ac342 funcs="$funcs tmpnam"
365 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \
HDconfig.in328 /* Define to 1 if you have the `tmpnam' function. */
HDfunctions.texi1341 @c tmpnam.c:3
1342 @deftypefn Supplemental char* tmpnam (char *@var{s})
1345 will be a valid file name yet not exist when @code{tmpnam} checks for
/NextBSD/contrib/libstdc++/include/c/
Dstd_cstdio.h78 #undef tmpnam
/NextBSD/contrib/libstdc++/include/c_compatibility/
Dstdio.h41 using std::tmpnam;
/NextBSD/contrib/libc++/include/
Dcstdio48 char* tmpnam(char* s);
188 using ::tmpnam;
/NextBSD/gnu/usr.bin/rcs/lib/
HDconf.h374 char *tmpnam P((char*));
HDrcsfnms.c310 if (!tmpnam(p) || !*p)
/NextBSD/contrib/gcc/cp/
HDcfns.gperf183 #tmpnam -- POSIX thread cancellation point
/NextBSD/include/
HDstdio.h273 char *tmpnam(char *);
/NextBSD/sys/contrib/dev/acpica/os_specific/service_layers/
HDosunixxf.c760 char *SemaphoreName = tmpnam (NULL); in AcpiOsCreateSemaphore()
/NextBSD/usr.bin/xlint/llib/
HDllib-lstdc137 char *(tmpnam)(char *s);
HDllib-lposix297 char *(tmpnam)(char *s);
/NextBSD/contrib/ncurses/progs/
HDtic.c390 if (tmpnam(filename) != 0) in open_tempfile()
/NextBSD/contrib/gcc/
HDsys-protos.h1168 extern char * tmpnam(char *);

12