| /src/external/bsd/atf/dist/atf-c++/ |
| check_test.cpp | 61 do_exec(const atf::tests::tc* tc, const char* helper_name) function 74 do_exec(const atf::tests::tc* tc, const char* helper_name, const char *carg2) function 261 do_exec(this, "exit-success"); 281 do_exec(this, "exit-success"); 289 do_exec(this, "exit-failure"); 297 do_exec(this, "exit-signal"); 330 do_exec(this, "stdout-stderr", "result1"); 335 do_exec(this, "stdout-stderr", "result2");
|
| /src/external/bsd/atf/dist/atf-c/ |
| check_test.c | 53 do_exec(const atf_tc_t *tc, const char *helper_name, atf_check_result_t *r) function 347 do_exec(tc, "exit-success", &result); 372 do_exec(tc, "exit-success", &result); 381 do_exec(tc, "exit-failure", &result); 390 do_exec(tc, "exit-signal", &result);
|
| /src/external/bsd/atf/dist/tools/ |
| process.cpp | 110 detail::do_exec(void *v) function in class:detail
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| process.c | 600 do_exec(void *v) function 632 err = atf_process_fork(&c, do_exec, outsb, errsb, &ea);
|
| process_test.c | 863 do_exec(const atf_tc_t *tc, const char *helper_name, atf_process_status_t *s, function 899 do_exec(tc, "exit-failure", &status, NULL); 964 do_exec(tc, "exit-success", &status, exit_early); 979 do_exec(tc, "exit-success", &status, NULL);
|
| /src/crypto/external/bsd/openssh/dist/ |
| session.c | 114 int do_exec(struct ssh *, Session *, const char *); 600 do_exec(struct ssh *ssh, Session *s, const char *command) function 1764 success = do_exec(ssh, s, cmd) == 0; 1822 return do_exec(ssh, s, NULL) == 0; 1838 success = do_exec(ssh, s, command) == 0;
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_vfsops.c | 654 boolean_t do_exec = B_FALSE; local 705 do_exec = B_TRUE; 708 do_exec = B_TRUE; 797 if (do_exec)
|