Searched refs:check_fd (Results 1 – 12 of 12) sorted by relevance
/external/strace/tests-mx32/ |
D | redirect-fds.test | 44 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 '' '' ''
|
D | redirect-fds.c | 39 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/ |
D | redirect-fds.test | 44 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 '' '' ''
|
D | redirect-fds.c | 39 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/ |
D | redirect-fds.test | 44 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 '' '' ''
|
D | redirect-fds.c | 39 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/ |
D | fileio.c | 167 check_fd(int fd) in check_fd() function 356 if (check_fd(fd)) in fileio_init()
|
/external/mksh/src/ |
D | funcs.c | 429 else if ((po.fd = check_fd(s, W_OK, &emsg)) < 0) { in c_print() 1663 else if ((fd = check_fd(builtin_opt.optarg, R_OK, &ccp)) < 0) { in c_read()
|
D | exec.c | 1480 } else if ((u = check_fd(cp, in iosetup()
|
D | main.c | 1610 check_fd(const char *name, int mode, const char **emsgp) in check_fd() function
|
D | sh.h | 2620 int check_fd(const char *, int, const char **);
|
/external/strace/ |
D | ChangeLog | 18269 * tests/redirect-fds.test (check_fd): Reorder removal of work files.
|