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

/netbsd-current/crypto/external/bsd/openssl/dist/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) }
/netbsd-current/external/bsd/kyua-cli/dist/utils/process/
H A Dchild.cpp68 std::unique_ptr< process::ifdstream > _output; member in struct:utils::process::child::impl
75 _pid(pid), _output(output) {}
431 PRE(_pimpl->_output.get() != NULL);
432 return *_pimpl->_output;
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A Dexploded-graph-rewriter.py410 self._output = []
416 self._output.append(s)
421 return ''.join(self._output).encode()
423 return ''.join(self._output)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dkasp.sh168 _output=$2
170 awk -v qt="$_qtype" '$4 == "RRSIG" && $5 == qt {print $11}' <"$_output"
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d11460 private R2 _output;
11488 put(_output, _input.front);
11505 put(_output, _input.front);

Completed in 121 milliseconds