Home
last modified time | relevance | path

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

/external/strace/tests-m32/
Dredirect-fds.test44 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-mx32/
Dredirect-fds.test44 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.test44 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/python/cpython2/Modules/_io/
Dfileio.c167 check_fd(int fd) in check_fd() function
356 if (check_fd(fd)) in fileio_init()
/external/mksh/src/
Dfuncs.c432 else if ((po.fd = check_fd(s, W_OK, &emsg)) < 0) { in c_print()
1672 else if ((fd = check_fd(builtin_opt.optarg, R_OK, &ccp)) < 0) { in c_read()
Dexec.c1486 } else if ((u = check_fd(cp, in iosetup()
Dmain.c1540 check_fd(const char *name, int mode, const char **emsgp) in check_fd() function
Dsh.h2535 int check_fd(const char *, int, const char **);
/external/strace/
DChangeLog18269 * tests/redirect-fds.test (check_fd): Reorder removal of work files.