Home
last modified time | relevance | path

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

/external/strace/tests-mx32/
Dredirect-fds.test43 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 '' '' ''
Dredirect-fds.c39 check_fd(int fd, const char *fname) in check_fd() function
70 if ((rc = check_fd(fd - 1, av[fd]))) in main()
/external/strace/tests-m32/
Dredirect-fds.test43 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 '' '' ''
Dredirect-fds.c39 check_fd(int fd, const char *fname) in check_fd() function
70 if ((rc = check_fd(fd - 1, av[fd]))) in main()
/external/strace/tests/
Dredirect-fds.test43 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 '' '' ''
Dredirect-fds.c39 check_fd(int fd, const char *fname) in check_fd() function
70 if ((rc = check_fd(fd - 1, av[fd]))) in main()
/external/mksh/src/
Dmain.c1487 check_fd(const char *name, int mode, const char **emsgp) in check_fd() function
Dfuncs.c440 else if ((po.fd = check_fd(s, W_OK, &emsg)) < 0) { in c_print()
2033 else if ((fd = check_fd(builtin_opt.optarg, R_OK, &ccp)) < 0) { in c_read()
Dexec.c1416 } else if ((u = check_fd(cp, in iosetup()
Dsh.h2210 int check_fd(const char *, int, const char **);