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

/macosx-10.10/cxxfilt-11/cxxfilt/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);
122 out = mkstemps (name, 0);
130 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)
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dmktemp.c127 mkstemps(char *path, int slen) function
H A Dopenbsd-compat.h96 int mkstemps(char *path, int slen);
/macosx-10.10/sudo-73/src/
H A Dmkstemps.c52 mkstemps(path, slen) function
H A Dmissing.h388 int mkstemps __P((char *, int));
H A Dsudo_edit.c153 tfd = mkstemps(tf[j].tfile, suff ? strlen(suff) : 0);
156 warning("mkstemps");
H A DMakefile.in129 logwrap.c match.c mksiglist.c mkstemps.c memrchr.c nanosleep.c parse.c \
383 mkstemps.o: $(srcdir)/mkstemps.c $(SUDODEP)
384 $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/mkstemps.c
H A Dconfigure17121 for ac_func in mkstemps
17123 ac_fn_c_check_func "$LINENO" "mkstemps" "ac_cv_func_mkstemps"
17130 SUDO_OBJS="${SUDO_OBJS} mkstemps.o"
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dmktemp.c56 mkstemps(path, slen) function
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSImageExtras.m99 int fd = mkstemps(path, 5);
/macosx-10.10/Libc-1044.1.2/include/
H A Dunistd.h824 int mkstemps(char *, int);
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A Dcloud_keychain_diagnose.c215 log_fd = mkstemps(log_path, SUFFIX_LENGTH);
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A Dcloud_keychain_diagnose.c215 log_fd = mkstemps(log_path, SUFFIX_LENGTH);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DStorageManager.cpp1177 ::mkstemps(pathbuf, 9); // 9 == strlen(".keychain")
1232 ::mkstemps(pathbuf, 9); // 9 == strlen(".keychain")
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DStorageManager.cpp1177 ::mkstemps(pathbuf, 9); // 9 == strlen(".keychain")
1232 ::mkstemps(pathbuf, 9); // 9 == strlen(".keychain")
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DStorageManager.cpp1177 ::mkstemps(pathbuf, 9); // 9 == strlen(".keychain")
1232 ::mkstemps(pathbuf, 9); // 9 == strlen(".keychain")
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebPageProxyMac.mm568 int fd = mkstemps(pathTemplateRepresentation.mutableData(), pathTemplateRepresentation.length() - strlen([pathTemplatePrefix fileSystemRepresentation]) + 1);
/macosx-10.10/libmalloc-53.1.1/src/
H A Dstack_logging_disk.c536 if ((index_file_descriptor = mkstemps(__stack_log_file_path__, (int)strlen(stack_log_file_suffix))) != -1) {
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPDFView.mm1320 int fd = mkstemps(cPath, strlen(cPath) - strlen([pathTemplatePrefix fileSystemRepresentation]) + 1);

Completed in 350 milliseconds