Searched refs:mkstemps (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | make-temp-file.c | 51 extern int mkstemps (char *, int); 205 fd = mkstemps (temp_filename, suffix_len); in make_temp_file()
|
D | mkstemps.c | 78 mkstemps (char *pattern, int suffix_len) in mkstemps() function
|
D | makefile.vms | 12 asprintf.obj vasprintf.obj,mkstemps.obj,filename_cmp.obj,\
|
D | pex-common.c | 40 extern int mkstemps (char *, int); 122 out = mkstemps (name, 0); in temp_file()
|
D | configure.ac | 353 funcs="$funcs mkstemps" 405 memchr memcmp memcpy memmem memmove memset mkstemps \ 483 AC_LIBOBJ([mkstemps]) 497 … bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex…
|
D | Makefile.in | 141 memmove.c mempcpy.c memset.c mkstemps.c \ 210 ./mempcpy.$(objext) ./memset.$(objext) ./mkstemps.$(objext) \ 1016 ./mkstemps.$(objext): $(srcdir)/mkstemps.c config.h $(INCDIR)/ansidecl.h 1018 $(COMPILE.c) $(PICFLAG) $(srcdir)/mkstemps.c -o pic/$@; \ 1021 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/mkstemps.c -o noasan/$@; \ 1023 $(COMPILE.c) $(srcdir)/mkstemps.c $(OUTPUT_OPTION)
|
D | ChangeLog | 1472 * mkstemps.c (mkstemps): Keep looping even for EISDIR. 1476 * mkstemps.c (mkstemps): If open failed with errno other than 1479 (make_temp_file): If mkstemps failed, print an error message 1961 * mkstemps.c: Open temporary files in binary mode. 2290 * mkstemps.c (mkstemps): Rename parameter "template" to "pattern". 2362 make-temp-file.c, md5.c, mempcpy.c, mkstemps.c, objalloc.c, 2536 * mkstemps.c (mkstemps): Likewise. 2967 * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update 4284 * mkstemps.c (mkstemps): On VMS, open temp file with option 4389 mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c: [all …]
|
D | config.in | 185 /* Define to 1 if you have the `mkstemps' function. */
|
D | configure | 5497 memchr memcmp memcpy memmem memmove memset mkstemps \ 5851 … bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex…
|
D | functions.texi | 794 @c mkstemps.c:58 795 @deftypefn Replacement int mkstemps (char *@var{pattern}, int @var{suffix_len})
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-0001 | 189 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
|