Searched refs:tmpnam (Results 1 – 25 of 40) sorted by relevance
12
40 char *tmpnam; in read_fstree() local46 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()
44 __warn_references(tmpnam,50 tmpnam(char *s) in tmpnam() function
23 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
83 tmpnam;
92 #undef tmpnam139 using ::tmpnam;
30 tmpnam (char *s) in tmpnam() function
155 ternary.c tmpnam.c \204 ./tmpnam.o \389 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \1097 ./tmpnam.o: $(srcdir)/tmpnam.c1099 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \1101 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
328 /* Define to 1 if you have the `tmpnam' function. */
155 ternary.c tmpnam.c \204 ./tmpnam.o \372 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \1073 ./tmpnam.o: $(srcdir)/tmpnam.c1075 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \1077 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
342 funcs="$funcs tmpnam"365 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \
1341 @c tmpnam.c:31342 @deftypefn Supplemental char* tmpnam (char *@var{s})1345 will be a valid file name yet not exist when @code{tmpnam} checks for
78 #undef tmpnam
41 using std::tmpnam;
48 char* tmpnam(char* s);188 using ::tmpnam;
374 char *tmpnam P((char*));
310 if (!tmpnam(p) || !*p)
183 #tmpnam -- POSIX thread cancellation point
273 char *tmpnam(char *);
760 char *SemaphoreName = tmpnam (NULL); in AcpiOsCreateSemaphore()
137 char *(tmpnam)(char *s);
297 char *(tmpnam)(char *s);
390 if (tmpnam(filename) != 0) in open_tempfile()
1168 extern char * tmpnam(char *);