| /netbsd-src/external/bsd/atf/dist/atf-c++/ |
| H A D | check_test.cpp | 61 do_exec(const atf::tests::tc* tc, const char* helper_name) in do_exec() function 74 do_exec(const atf::tests::tc* tc, const char* helper_name, const char *carg2) in do_exec() function 261 do_exec(this, "exit-success"); in ATF_TEST_CASE_BODY() 281 do_exec(this, "exit-success"); in ATF_TEST_CASE_BODY() 289 do_exec(this, "exit-failure"); in ATF_TEST_CASE_BODY() 297 do_exec(this, "exit-signal"); in ATF_TEST_CASE_BODY() 330 do_exec(this, "stdout-stderr", "result1"); in ATF_TEST_CASE_BODY() 335 do_exec(this, "stdout-stderr", "result2"); in ATF_TEST_CASE_BODY()
|
| /netbsd-src/external/bsd/atf/dist/atf-c/ |
| H A D | check_test.c | 53 do_exec(const atf_tc_t *tc, const char *helper_name, atf_check_result_t *r) in do_exec() function 347 do_exec(tc, "exit-success", &result); in ATF_TC_BODY() 372 do_exec(tc, "exit-success", &result); in ATF_TC_BODY() 381 do_exec(tc, "exit-failure", &result); in ATF_TC_BODY() 390 do_exec(tc, "exit-signal", &result); in ATF_TC_BODY()
|
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | process.hpp | 260 void do_exec(void *); 302 child c = fork(detail::do_exec, outsb, errsb, &ea); in exec()
|
| H A D | process.cpp | 110 detail::do_exec(void *v) in do_exec() function in detail
|
| /netbsd-src/external/bsd/atf/dist/atf-c/detail/ |
| H A D | process_test.c | 863 do_exec(const atf_tc_t *tc, const char *helper_name, atf_process_status_t *s, in do_exec() function 899 do_exec(tc, "exit-failure", &status, NULL); in ATF_TC_BODY() 964 do_exec(tc, "exit-success", &status, exit_early); in ATF_TC_BODY() 979 do_exec(tc, "exit-success", &status, NULL); in ATF_TC_BODY()
|
| H A D | process.c | 600 do_exec(void *v) in do_exec() function 632 err = atf_process_fork(&c, do_exec, outsb, errsb, &ea); in atf_process_exec_array()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | session.c | 114 int do_exec(struct ssh *, Session *, const char *); 633 do_exec(struct ssh *ssh, Session *s, const char *command) in do_exec() function 1794 success = do_exec(ssh, s, cmd) == 0; in session_subsystem_req() 1852 return do_exec(ssh, s, NULL) == 0; in session_shell_req() 1868 success = do_exec(ssh, s, command) == 0; in session_exec_req()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grops/ |
| H A D | ps.cpp | 569 void do_exec(char *, const environment *); 1531 { "exec", &ps_printer::do_exec }, in special() 1585 void ps_printer::do_exec(char *arg, const environment *env) in do_exec() function in ps_printer
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | zfs_vfsops.c | 711 boolean_t do_exec = B_FALSE; in zfs_register_callbacks() local 762 do_exec = B_TRUE; in zfs_register_callbacks() 765 do_exec = B_TRUE; in zfs_register_callbacks() 854 if (do_exec) in zfs_register_callbacks()
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.115 | 2336 * ps/ps.c (ps_printer::do_exec, ps_printer::do_file): Force ndefs 3342 (ps_printer::do_exec, ps_printer::do_file, ps_printer::do_def, 4080 (ps_printer::do_exec): Set ndefined_styles to 0. 5109 * ps/ps.c (ps_printer::do_exec): Allow newlines within PostScript 5144 ps_printer::do_def, ps_printer::do_exec): Cope with newlines in
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/ |
| H A D | post-html.cpp | 2006 void do_exec (char *, const environment *);
|