HomeSort by relevance Sort by last modified time
    Searched defs:fdout (Results 1 - 3 of 3) sorted by null

  /external/toybox/toys/pending/
crontab.c 231 int fdin, fdout; local
234 fdout = xcreate(toybuf, O_WRONLY|O_CREAT|O_TRUNC, 0600);
236 xsendfile(fdin, fdout);
239 fchown(fdout, getuid(), geteuid());
240 xclose(fdout);
  /external/toybox/toys/posix/
cp.c 145 int fdout = -1, cfd = try->parent ? try->parent->extra : AT_FDCWD, local
155 fdout = try->extra;
259 fdout = AT_FDCWD;
276 fdout = AT_FDCWD;
288 fdout = openat(cfd, catch, O_RDWR|O_CREAT|O_TRUNC, try->st.st_mode);
289 if (fdout >= 0) {
290 xsendfile(fdin, fdout);
309 if (fsetxattr(fdout, name, value, len, 0))
324 if (fdout != -1) {
334 if (fdout == AT_FDCWD
    [all...]
  /external/toybox/generated/
globals.h 1205 int fdout, noeol; member in struct:sed_data

Completed in 93 milliseconds