Searched refs:create_tempfile (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/elftoolchain/elfcopy/ |
| H A D | main.c | 536 create_tempfile(const char *src, char **fn, int *fd) in create_tempfile() function 667 create_tempfile(src, &tempfile, &ofd); in create_file() 702 create_tempfile(src, &elftemp, &efd); in create_file() 779 create_tempfile(src, &tempfile, &ofd0); in create_file()
|
| H A D | elfcopy.h | 302 void create_tempfile(const char *_src, char **_fn, int *_fd);
|
| H A D | archive.c | 71 create_tempfile(NULL, &tempfile, &fd); in process_ar_obj()
|
| /src/usr.bin/xinstall/ |
| H A D | xinstall.c | 144 static int create_tempfile(const char *, char *, size_t); 869 to_fd = create_tempfile(to_name, tempfile, in install() 1158 create_tempfile(const char *path, char *temp, size_t tsize) in create_tempfile() function
|