/freebsd/contrib/kyua/cli/ |
H A D | cmd_report.cpp | 79 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 D | report_junit.cpp | 151 _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 D | report_junit.hpp | 61 std::ostream& _output; member in drivers::report_junit_hooks
|
/freebsd/crypto/openssl/providers/ |
H A D | decoders.inc | 28 #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 D | encoders.inc | 36 #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 D | child.cpp | 68 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 D | route_debug.h | 83 #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 D | netlink_debug.h | 53 _output("[" DEBUG_PREFIX_NAME "] PID %u %s: " _fmt "\n", _pid, \
|
/freebsd/usr.sbin/adduser/ |
H A D | adduser.sh | 276 if ! _output=$(eval $_pwcmd) ; then 282 randompass="$_output"
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 151 .. _output-styles:
|
/freebsd/share/doc/IPv6/ |
H A D | IMPLEMENTATION | 1830 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 D | Options.td | 5947 def _output : Separate<["--"], "output">, Alias<o>;
|