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

  /external/ltp/testcases/kernel/syscalls/tee/
tee02.c 48 int *fdout; member in struct:tcase
67 TEST(tee(*(tc->fdin), *(tc->fdout), TEE_TEST_LEN, 0));
  /external/ltp/testcases/kernel/syscalls/splice/
splice03.c 63 int *fdout; member in struct:tcase
94 TEST(splice(*(tc->fdin), tc->offin, *(tc->fdout),
  /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 128 int fdout = -1, cfd = try->parent ? try->parent->extra : AT_FDCWD, local
138 fdout = try->extra;
242 fdout = AT_FDCWD;
259 fdout = AT_FDCWD;
271 fdout = openat(cfd, catch, O_RDWR|O_CREAT|O_TRUNC, try->st.st_mode);
272 if (fdout >= 0) {
273 xsendfile(fdin, fdout);
292 if (fsetxattr(fdout, name, value, len, 0))
307 if (fdout != -1) {
317 if (fdout == AT_FDCWD
    [all...]
  /external/kmod/testsuite/
testsuite.c 220 static inline int test_run_child(const struct test *t, int fdout[2],
230 close(fdout[0]);
231 if (dup2(fdout[1], STDOUT_FILENO) < 0) {
294 int fdout, int fderr, int fdmonitor, pid_t child)
317 ep_outpipe.data.ptr = &fdout;
318 if (epoll_ctl(fd_ep, EPOLL_CTL_ADD, fdout, &ep_outpipe) < 0) {
324 fdout = -1;
358 for (err = 0; fdmonitor >= 0 || fdout >= 0 || fderr >= 0;) {
394 if (*fd == fdout) {
741 static inline int test_run_parent(const struct test *t, int fdout[2]
875 int fdout[2]; local
    [all...]
  /external/toybox/generated/
globals.h 1314 int fdout, noeol; member in struct:sed_data

Completed in 273 milliseconds