/external/toybox/toys/other/ |
dos2unix.c | 65 if (fd) replace_tempfile(-1, outfd, &TT.tempfile);
|
bzcat.c | 714 (err ? delete_tempfile : replace_tempfile)(-1, outfd, &tmp);
|
/external/toybox/lib/ |
lib.h | 194 void replace_tempfile(int fdin, int fdout, char **tempname);
|
lib.c | 658 void replace_tempfile(int fdin, int fdout, char **tempname) function
|
/external/toybox/toys/posix/ |
patch.c | 87 if (TT.tempname) replace_tempfile(TT.filein, TT.fileout, &TT.tempname);
|
sed.c | 693 replace_tempfile(-1, TT.fdout, &tmp); [all...] |
/external/toybox/www/ |
code.html | [all...] |