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

  /external/strace/tests/
redirect-fds.test 43 check_fd() function
64 check_fd "$fd0" "$fd1" "$fd2"
65 check_fd '' "$fd1" "$fd2"
66 check_fd "$fd0" '' "$fd2"
67 check_fd "$fd0" "$fd1" ''
68 check_fd '' '' "$fd2"
69 check_fd '' "$fd1" ''
70 check_fd "$fd0" '' ''
71 check_fd '' '' ''
redirect-fds.c 39 check_fd(int fd, const char *fname) function
70 if ((rc = check_fd(fd - 1, av[fd])))
  /external/strace/tests-m32/
redirect-fds.test 43 check_fd() function
64 check_fd "$fd0" "$fd1" "$fd2"
65 check_fd '' "$fd1" "$fd2"
66 check_fd "$fd0" '' "$fd2"
67 check_fd "$fd0" "$fd1" ''
68 check_fd '' '' "$fd2"
69 check_fd '' "$fd1" ''
70 check_fd "$fd0" '' ''
71 check_fd '' '' ''
redirect-fds.c 39 check_fd(int fd, const char *fname) function
70 if ((rc = check_fd(fd - 1, av[fd])))
  /external/strace/tests-mx32/
redirect-fds.test 43 check_fd() function
64 check_fd "$fd0" "$fd1" "$fd2"
65 check_fd '' "$fd1" "$fd2"
66 check_fd "$fd0" '' "$fd2"
67 check_fd "$fd0" "$fd1" ''
68 check_fd '' '' "$fd2"
69 check_fd '' "$fd1" ''
70 check_fd "$fd0" '' ''
71 check_fd '' '' ''
redirect-fds.c 39 check_fd(int fd, const char *fname) function
70 if ((rc = check_fd(fd - 1, av[fd])))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 169 check_fd(int fd) function
328 if (check_fd(fd))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
fileio.c 158 check_fd(int fd) function
317 if (check_fd(fd))
  /external/mksh/src/
main.c 1487 check_fd(const char *name, int mode, const char **emsgp) function
    [all...]
exec.c     [all...]
sh.h     [all...]
funcs.c 440 else if ((po.fd = check_fd(s, W_OK, &emsg)) < 0) {
    [all...]

Completed in 1344 milliseconds