Searched refs:mkstemps (Results 1 - 16 of 16) sorted by last modified time

/freebsd-11-stable/lib/libc/stdio/
H A DMakefile.inc69 MLINKS+=mktemp.3 mkdtemp.3 mktemp.3 mkstemp.3 mktemp.3 mkstemps.3 \
H A Dmktemp.c64 mkstemps(char *path, int slen) function
/freebsd-11-stable/include/
H A Dunistd.h530 int mkstemps(char *, int);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dacpi.c780 bf->fd = mkstemps(bf->f_name, strlen(BHYVE_ASL_SUFFIX));
/freebsd-11-stable/usr.bin/fetch/
H A Dfetch.c723 if (mkstemps(tmppath, strlen(slash) + 1) == -1) {
724 warn("%s: mkstemps()", path);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h113 int mkstemps(char *path, int slen);
H A Dmktemp.c127 mkstemps(char *path, int slen) function
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A DMakefile.in144 mempcpy.c memset.c mkstemps.c \
195 ./memset.o ./mkstemps.o \
800 ./mkstemps.o: $(srcdir)/mkstemps.c config.h $(INCDIR)/ansidecl.h
802 $(COMPILE.c) $(PICFLAG) $(srcdir)/mkstemps.c -o pic/$@; \
804 $(COMPILE.c) $(srcdir)/mkstemps.c $(OUTPUT_OPTION)
H A Dconfigure4932 funcs="$funcs mkstemps"
5042 getcwd getpagesize gettimeofday index insque mkstemps memchr memcmp memcpy \
5776 "mkstemps.$ac_objext" | \
5777 *" mkstemps.$ac_objext" | \
5778 "mkstemps.$ac_objext "* | \
5779 *" mkstemps.$ac_objext "* ) ;;
5780 *) LIBOBJS="$LIBOBJS mkstemps.$ac_objext" ;;
5858 asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strverscmp | vasprintf | waitpid)
H A Dmake-temp-file.c46 extern int mkstemps (char *, int);
168 fd = mkstemps (temp_filename, suffix_len);
169 /* If mkstemps failed, then something bad is happening. Maybe we should
H A Dmkstemps.c58 @deftypefn Replacement int mkstemps (char *@var{pattern}, int @var{suffix_len})
78 mkstemps (char *pattern, int suffix_len) function
H A Dpex-common.c40 extern int mkstemps (char *, int);
120 out = mkstemps (name, 0);
128 descriptor from mkstemps, not from a function in
/freebsd-11-stable/contrib/binutils/libiberty/
H A DMakefile.in144 mempcpy.c memset.c mkstemps.c \
195 ./memset.o ./mkstemps.o \
824 ./mkstemps.o: $(srcdir)/mkstemps.c config.h $(INCDIR)/ansidecl.h
826 $(COMPILE.c) $(PICFLAG) $(srcdir)/mkstemps.c -o pic/$@; \
828 $(COMPILE.c) $(srcdir)/mkstemps.c $(OUTPUT_OPTION)
H A Dconfigure5029 funcs="$funcs mkstemps"
5139 getcwd getpagesize gettimeofday index insque mkstemps memchr memcmp memcpy \
5873 "mkstemps.$ac_objext" | \
5874 *" mkstemps.$ac_objext" | \
5875 "mkstemps.$ac_objext "* | \
5876 *" mkstemps.$ac_objext "* ) ;;
5877 *) LIBOBJS="$LIBOBJS mkstemps.$ac_objext" ;;
5955 asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strverscmp | vasprintf | waitpid)
H A Dmake-temp-file.c46 extern int mkstemps (char *, int);
168 fd = mkstemps (temp_filename, suffix_len);
169 /* If mkstemps failed, then something bad is happening. Maybe we should
H A Dmkstemps.c58 @deftypefn Replacement int mkstemps (char *@var{pattern}, int @var{suffix_len})
78 mkstemps (char *pattern, int suffix_len) function

Completed in 184 milliseconds