Home
last modified time | relevance | path

Searched refs:_output (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/kyua/cli/
H A Dcmd_report.cpp79 std::ostream& _output; member in __anona78b41d90111::report_console_hooks
191 _output << F("===> %s:%s\n") % in print_test_case_and_result()
194 _output << F("Result: %s\n") % in print_test_case_and_result()
196 _output << F("Start time: %s\n") % in print_test_case_and_result()
198 _output << F("End time: %s\n") % in print_test_case_and_result()
204 _output << "\n"; in print_test_case_and_result()
205 _output << "Metadata:\n"; in print_test_case_and_result()
217 _output << "\n" in print_test_case_and_result()
224 _output << "\n" in print_test_case_and_result()
283 _output(output_), in report_console_hooks()
[all …]
/freebsd/contrib/kyua/drivers/
H A Dreport_junit.cpp151 _output(output_) in report_junit_hooks()
163 _output << "<testsuite>\n"; in got_context()
165 _output << "<properties>\n"; in got_context()
166 _output << F("<property name=\"cwd\" value=\"%s\"/>\n") in got_context()
174 _output << "</properties>\n"; in got_context()
195 _output << F("<failure message=\"%s\"/>\n") in got_result()
212 _output << "<skipped/>\n"; in got_result()
221 _output << F("<error message=\"%s\"/>\n") in got_result()
227 _output << F("<system-out>%s</system-out>\n") in got_result()
249 _output << "</testcase>\n"; in got_result()
[all …]
H A Dreport_junit.hpp61 std::ostream& _output; member in drivers::report_junit_hooks
/freebsd/contrib/kyua/utils/process/
H A Dchild.cpp68 std::auto_ptr< process::ifdstream > _output; member
75 _pid(pid), _output(output) {} in impl()
371 PRE(_pimpl->_output.get() != NULL); in output()
372 return *_pimpl->_output; in output()
/freebsd/crypto/openssl/providers/
H A Ddecoders.inc28 #define DECODER(_name, _input, _output, _fips) \
31 (ossl_##_input##_to_##_output##_decoder_functions) }
32 #define DECODER_w_structure(_name, _input, _structure, _output, _fips) \
36 (ossl_##_structure##_##_input##_to_##_output##_decoder_functions) }
H A Dencoders.inc36 #define ENCODER(_name, _sym, _fips, _output) \
38 "provider=" ENCODER_PROVIDER ",fips=" #_fips ",output=" #_output, \
39 (ossl_##_sym##_to_##_output##_encoder_functions) }
40 #define ENCODER_w_structure(_name, _sym, _fips, _output, _structure) \
42 "provider=" ENCODER_PROVIDER ",fips=" #_fips ",output=" #_output \
44 (ossl_##_sym##_to_##_structure##_##_output##_encoder_functions) }
/freebsd/sys/net/route/
H A Droute_debug.h84 #define _output printf macro
95_output("[" DEBUG_PREFIX_NAME "] %s.%u %s: " _fmt "\n", rib_print_family(_fam), _fib, __func__, ##…
112 _output("[" DEBUG_PREFIX_NAME "] %s: " _fmt "\n", \
/freebsd/sys/netlink/
H A Dnetlink_debug.h51 _output("[" DEBUG_PREFIX_NAME "] PID %u %s: " _fmt "\n", _pid, __func__, ##__VA_ARGS__); \
/freebsd/usr.sbin/adduser/
H A Dadduser.sh276 if ! _output=$(eval $_pwcmd) ; then
282 randompass="$_output"
/freebsd/contrib/libxo/doc/
H A Dapi.rst151 .. _output-styles:
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION1830 processing. When sending a packet, ip{,6}_output() checks if ESP/AH
1833 {esp,ah}{4,6}_output() will be called and mbuf will be updated
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5646 def _output : Separate<["--"], "output">, Alias<o>;