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 __anon4c1718110111::report_console_hooks
148 _output << F("%s%s=\n") % indent % name;; in print_env_var()
150 _output << F("%s%s=%s\n") % indent % name % lines[0]; in print_env_var()
153 _output << F("%s%s%s\n") % indent % indent % lines[i]; in print_env_var()
164 _output << "===> Execution context\n"; in print_context()
166 _output << F("Current directory: %s\n") % context.cwd(); in print_context()
169 _output << "No environment variables recorded\n"; in print_context()
171 _output << "Environment variables:\n"; in print_context()
191 _output << F("===> %s:%s\n") % in print_test_case_and_result()
194 _output << F("Result: %s\n") % in print_test_case_and_result()
[all …]
/freebsd/contrib/kyua/drivers/
H A Dreport_junit.cpp151 _output(output_) in report_junit_hooks()
162 _output << "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n"; in got_context()
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()
170 _output << F("<property name=\"env.%s\" value=\"%s\"/>\n") in got_context()
174 _output << "</properties>\n"; in got_context()
186 _output << F("<testcase classname=\"%s\" name=\"%s\" time=\"%s\">\n") in got_result()
195 _output << F("<failure message=\"%s\"/>\n") in got_result()
212 _output << "<skipped/>\n"; in got_result()
[all …]
H A Dreport_junit.hpp61 std::ostream& _output; member in drivers::report_junit_hooks
/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/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/sys/net/route/
H A Droute_debug.h83 #define _output printf macro
97 _output("[" DEBUG_PREFIX_NAME "] %s.%u %s: " _fmt "\n", \
121 _output("[" DEBUG_PREFIX_NAME "] %s: " _fmt "\n", \
/freebsd/sys/netlink/
H A Dnetlink_debug.h53 _output("[" DEBUG_PREFIX_NAME "] PID %u %s: " _fmt "\n", _pid, \
/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.td5947 def _output : Separate<["--"], "output">, Alias<o>;