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

  /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...]
sed.c 178 int fdout, noeol;
197 if (TT.noeol && !writeall(TT.fdout, "\n", 1)) return 1;
201 l = writeall(TT.fdout, line, len);
582 fd = TT.fdout;
587 memcpy(&TT.fdout, name, 4);
596 TT.fdout = fd;
637 if (TT.noeol) xwrite(TT.fdout, "\n", 1);
639 xsendfile(fd, TT.fdout);
685 TT.fdout = copy_tempfile(fd, name, &tmp);
693 replace_tempfile(-1, TT.fdout, &tmp)
    [all...]
  /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/e2fsprogs/lib/ext2fs/
qcow2.c 129 static int qcow2_copy_data(int fdin, int fdout, ext2_off64_t off_in,
136 if (ext2fs_llseek(fdout, off_out, SEEK_SET) < 0)
146 size = write(fdout, buf, count);
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
util.py 107 fdout, ccout = tempfile.mkstemp()
108 os.close(fdout)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
util.py 107 fdout, ccout = tempfile.mkstemp()
108 os.close(fdout)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 107 fdout, ccout = tempfile.mkstemp()
108 os.close(fdout)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 107 fdout, ccout = tempfile.mkstemp()
108 os.close(fdout)
  /external/toybox/lib/
lib.h 193 void delete_tempfile(int fdin, int fdout, char **tempname);
194 void replace_tempfile(int fdin, int fdout, char **tempname);
lib.c 647 void delete_tempfile(int fdin, int fdout, char **tempname)
650 close(fdout);
658 void replace_tempfile(int fdin, int fdout, char **tempname)
664 xsendfile(fdin, fdout);
667 xclose(fdout);
  /external/libedit/src/
el.c 96 int fdin, int fdout, int fderr)
110 el->el_outfd = fdout;
  /external/valgrind/coregrind/m_syswrap/
syswrap-mips64-linux.c 324 PRE_REG_READ4(long, "sys_tee", int, fdin, int, fdout, vki_size_t, len,
334 fdout, vki_loff_t, sizeout, vki_size_t, len, int, flags);
    [all...]
  /external/toybox/generated/
globals.h 1205 int fdout, noeol; member in struct:sed_data
  /external/fio/engines/
net.c 349 static int splice_io_u(int fdin, int fdout, unsigned int len)
354 int ret = splice(fdin, NULL, fdout, NULL, len, 0);
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
linux_syscall_hooks.h     [all...]

Completed in 1467 milliseconds