Searched refs:create_tempfile (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Delfcopy.h301 void create_tempfile(const char *_src, char **_fn, int *_fd);
H A Dmain.c515 create_tempfile(const char *src, char **fn, int *fd) function
646 create_tempfile(src, &tempfile, &ofd);
679 create_tempfile(src, &elftemp, &efd);
739 create_tempfile(src, &tempfile, &ofd0);
H A Darchive.c71 create_tempfile(NULL, &tempfile, &fd);
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c123 static int create_tempfile(const char *, char *, size_t);
831 to_fd = create_tempfile(to_name, tempfile,
1122 * create_tempfile --
1126 create_tempfile(const char *path, char *temp, size_t tsize) function
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c2191 create_tempfile(HANDLE *hFile,
2287 SVN_ERR(create_tempfile(&hInstall, &tmp_path, tmp_abspath,
2181 create_tempfile(HANDLE *hFile, function

Completed in 113 milliseconds