Searched refs:capture_stderr (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_test_utils.py202 def __init__(self, command, working_dir=None, capture_stderr=True, env=None):
210 capture_stderr: Determines whether to capture stderr in the output member
234 if capture_stderr:
268 if capture_stderr:
H A Dgoogletest-list-tests-unittest.py118 capture_stderr=False).output
H A Dgtest_xml_output_unittest.py206 [GTEST_PROGRAM_PATH, GTEST_LIST_TESTS_FLAG], capture_stderr=False).output
H A Dgoogletest-json-output-unittest.py443 [GTEST_PROGRAM_PATH, GTEST_LIST_TESTS_FLAG], capture_stderr=False).output
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock_output_test.py139 return gmock_test_utils.Subprocess(cmd, capture_stderr=False).output
/freebsd-13-stable/lib/libpam/modules/pam_exec/
H A Dpam_exec.c111 int capture_stderr; member in struct:pe_opts
137 } else if (strcmp((*argv)[i], "capture_stderr") == 0) {
138 options->capture_stderr = 1;
292 if (options->capture_stderr) {
351 if (options->capture_stderr) {

Completed in 97 milliseconds