Home
last modified time | relevance | path

Searched refs:mkstemps (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dmake-temp-file.c51 extern int mkstemps (char *, int);
205 fd = mkstemps (temp_filename, suffix_len); in make_temp_file()
Dmkstemps.c78 mkstemps (char *pattern, int suffix_len) in mkstemps() function
Dmakefile.vms12 asprintf.obj vasprintf.obj,mkstemps.obj,filename_cmp.obj,\
Dpex-common.c40 extern int mkstemps (char *, int);
122 out = mkstemps (name, 0); in temp_file()
Dconfigure.ac353 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…
DMakefile.in141 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)
DChangeLog1472 * 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 …]
Dconfig.in185 /* Define to 1 if you have the `mkstemps' function. */
Dconfigure5497 memchr memcmp memcpy memmem memmove memset mkstemps \
5851 … bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex…
Dfunctions.texi794 @c mkstemps.c:58
795 @deftypefn Replacement int mkstemps (char *@var{pattern}, int @var{suffix_len})
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-0001189 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since