Searched refs:mkstemps (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/contrib/binutils/libiberty/
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 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)
/freebsd-10.1-release/contrib/gcclibs/libiberty/
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
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)
/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dmktemp.c127 mkstemps(char *path, int slen) function
H A Dopenbsd-compat.h97 int mkstemps(char *path, int slen);
/freebsd-10.1-release/lib/libc/stdio/
H A Dmktemp.c64 mkstemps(char *path, int slen) function
H A DSymbol.map56 mkstemps;
/freebsd-10.1-release/include/
H A Dunistd.h530 int mkstemps(char *, int);
/freebsd-10.1-release/usr.sbin/bhyve/
H A Dacpi.c791 bf->fd = mkstemps(bf->f_name, strlen(BHYVE_ASL_SUFFIX));
/freebsd-10.1-release/usr.bin/fetch/
H A Dfetch.c695 if (mkstemps(tmppath, strlen(slash) + 1) == -1) {
696 warn("%s: mkstemps()", path);

Completed in 318 milliseconds