Home
last modified time | relevance | path

Searched refs:pass_exit_val (Results 1 – 3 of 3) sorted by relevance

/external/ltp/include/
Dtst_cmd.h38 int pass_exit_val);
53 int pass_exit_val);
59 int pass_exit_val) in tst_run_cmd_fds() argument
62 stdout_fd, stderr_fd, pass_exit_val); in tst_run_cmd_fds()
68 int pass_exit_val) in tst_run_cmd() argument
71 stdout_path, stderr_path, pass_exit_val); in tst_run_cmd()
78 int pass_exit_val) in tst_run_cmd_fds() argument
81 stdout_fd, stderr_fd, pass_exit_val); in tst_run_cmd_fds()
88 int pass_exit_val) in tst_run_cmd() argument
91 stdout_path, stderr_path, pass_exit_val); in tst_run_cmd()
/external/ltp/lib/
Dtst_run_cmd.c38 int pass_exit_val) in tst_run_cmd_fds_() argument
100 if ((!pass_exit_val) && rc) { in tst_run_cmd_fds_()
114 int pass_exit_val) in tst_run_cmd_() argument
141 pass_exit_val); in tst_run_cmd_()
/external/ltp/doc/
Dtest-writing-guidelines.txt1102 int pass_exit_val);
1111 A non-zero 'pass_exit_val' makes 'tst_run_cmd' return the program exit code to
1112 the caller. A zero for 'pass_exit_val' makes 'tst_run_cmd' exit the tests
1115 In case that 'execvp()' has failed and the 'pass_exit_val' flag was set, the