Home
last modified time | relevance | path

Searched refs:xtempfile (Results 1 – 4 of 4) sorted by relevance

/external/toybox/lib/
Dlib.h149 int xtempfile(char *name, char **tempname);
Dxwrap.c451 int xtempfile(char *name, char **tempname) in xtempfile() function
Dlib.c796 int fd = xtempfile(name, tempname), ignored __attribute__((__unused__)); in copy_tempfile()
/external/toybox/toys/pending/
Ddiff.c186 int tmpfd = xtempfile("stdin", &tmp_name); in read_stdin()