Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dcrontab.c270 int srcfd, destfd, status; in do_edit() local
274 if ((destfd = mkstemp(tname)) < 0) in do_edit()
277 fchmod(destfd, 0666); in do_edit()
283 xsendfile(srcfd, destfd); in do_edit()
287 xclose(destfd); in do_edit()