Searched refs:copy_tempfile (Results 1 – 6 of 6) sorted by relevance
/external/toybox/toys/other/ |
D | dos2unix.c | 39 if (fd) outfd = copy_tempfile(fd, name, &TT.tempfile);
|
D | bzcat.c | 696 outfd = copy_tempfile(fd, name, &tmp); in do_bunzip2()
|
/external/toybox/toys/posix/ |
D | patch.c | 449 else TT.fileout = copy_tempfile(TT.filein, name, &TT.tempname); in patch_main()
|
D | sed.c | 606 TT.fdout = copy_tempfile(fd, name, &tmp); in do_sed_file()
|
/external/toybox/lib/ |
D | lib.h | 253 int copy_tempfile(int fdin, char *name, char **tempname);
|
D | lib.c | 793 int copy_tempfile(int fdin, char *name, char **tempname) in copy_tempfile() function
|