Searched refs:_mktemp (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dtempnam.c47 extern char *_mktemp(char *);
67 if ((f = _mktemp(name))) {
78 if ((f = _mktemp(name))) {
91 if ((f = _mktemp(name))) {
100 if ((f = _mktemp(name))) {
107 if ((f = _mktemp(name))) {
H A Dtmpnam.c49 extern char *_mktemp(char *);
74 return (_mktemp(s));
H A Dmktemp.c48 char *_mktemp(char *);
82 _mktemp(path) function
95 return (_mktemp(path));
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dmktemp.c100 char *_mktemp(char *);
103 _mktemp(char *path)
116 return(_mktemp(path));
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dntlib.h73 #define mktemp _mktemp
/macosx-10.10/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.h65 #define mktemp _mktemp
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_windows.h117 #define mktemp _mktemp
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dwin32.h150 #define mktemp(t) _mktemp(t)
/macosx-10.10/zsh-61/zsh/Src/
H A Dutils.c1863 extern char *_mktemp(char *);
1887 ret = (char *) _mktemp(ret);
/macosx-10.10/zsh-61/zsh/
H A Dconfigure8237 mkfifo _mktemp mkstemp \

Completed in 177 milliseconds