Searched refs:do_exec (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/atf/atf-c++/
H A Dcheck_test.cpp56 do_exec(const atf::tests::tc* tc, const char* helper_name) function
69 do_exec(const atf::tests::tc* tc, const char* helper_name, const char *carg2) function
256 do_exec(this, "exit-success");
276 do_exec(this, "exit-success");
284 do_exec(this, "exit-failure");
292 do_exec(this, "exit-signal");
325 do_exec(this, "stdout-stderr", "result1");
330 do_exec(this, "stdout-stderr", "result2");
/freebsd-10-stable/contrib/atf/atf-c/
H A Dcheck_test.c48 do_exec(const atf_tc_t *tc, const char *helper_name, atf_check_result_t *r) function
342 do_exec(tc, "exit-success", &result);
367 do_exec(tc, "exit-success", &result);
376 do_exec(tc, "exit-failure", &result);
385 do_exec(tc, "exit-signal", &result);
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Dprocess.c596 do_exec(void *v) function
628 err = atf_process_fork(&c, do_exec, outsb, errsb, &ea);
H A Dprocess_test.c859 do_exec(const atf_tc_t *tc, const char *helper_name, atf_process_status_t *s, function
895 do_exec(tc, "exit-failure", &status, NULL);
960 do_exec(tc, "exit-success", &status, exit_early);
975 do_exec(tc, "exit-success", &status, NULL);
/freebsd-10-stable/crypto/openssh/
H A Dsession.c123 int do_exec(Session *, const char *);
420 if (do_exec(s, command) != 0)
425 if (do_exec(s, NULL) != 0)
803 do_exec(Session *s, const char *command) function
2194 success = do_exec(s, cmd) == 0;
2242 return do_exec(s, NULL) == 0;
2252 success = do_exec(s, command) == 0;
/freebsd-10-stable/contrib/groff/src/devices/grops/
H A Dps.cpp567 void do_exec(char *, const environment *);
1530 { "exec", &ps_printer::do_exec },
1584 void ps_printer::do_exec(char *arg, const environment *env)
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c405 boolean_t do_exec = B_FALSE; local
456 do_exec = B_TRUE;
459 do_exec = B_TRUE;
548 if (do_exec)
/freebsd-10-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp2004 void do_exec (char *, const environment *);

Completed in 201 milliseconds