Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dcrontab.c267 int srcfd, destfd, status; in do_edit() local
271 if ((destfd = mkstemp(tname)) < 0) in do_edit()
274 fchmod(destfd, 0666); in do_edit()
280 xsendfile(srcfd, destfd); in do_edit()
284 xclose(destfd); in do_edit()