Symbol: _output
crypto/openssl/test/fake_rsaprov.c
1185
#define DECODER(_name, _input, _output) \
crypto/openssl/test/fake_rsaprov.c
1188
(fake_rsa_##_input##_to_##_output##_decoder_functions) }
crypto/openssl/test/fake_rsaprov.c
1189
#define DECODER_w_structure(_name, _input, _structure, _output) \
crypto/openssl/test/fake_rsaprov.c
1193
(fake_rsa_##_structure##_##_input##_to_##_output##_decoder_functions) }
crypto/openssl/test/tls-provider.c
2052
#define ENCODER(_name, _sym, _fips, _output) \
crypto/openssl/test/tls-provider.c
2054
"provider=" ENCODER_PROVIDER ",fips=yes,output=" #_output, \
crypto/openssl/test/tls-provider.c
2055
(xor_##_sym##_to_##_output##_encoder_functions) }
crypto/openssl/test/tls-provider.c
2057
#define ENCODER_w_structure(_name, _sym, _output, _structure) \
crypto/openssl/test/tls-provider.c
2059
"provider=" ENCODER_PROVIDER ",fips=yes,output=" #_output \
crypto/openssl/test/tls-provider.c
2061
(xor_##_sym##_to_##_structure##_##_output##_encoder_functions) }
crypto/openssl/test/tls-provider.c
2549
#define DECODER(_name, _input, _output) \
crypto/openssl/test/tls-provider.c
2552
(xor_##_input##_to_##_output##_decoder_functions) }
crypto/openssl/test/tls-provider.c
2553
#define DECODER_w_structure(_name, _input, _structure, _output) \
crypto/openssl/test/tls-provider.c
2557
(xor_##_structure##_##_input##_to_##_output##_decoder_functions) }
sys/net/route/route_debug.h
121
_output("[" DEBUG_PREFIX_NAME "] %s: " _fmt "\n", \
sys/net/route/route_debug.h
97
_output("[" DEBUG_PREFIX_NAME "] %s.%u %s: " _fmt "\n", \
sys/netlink/netlink_debug.h
53
_output("[" DEBUG_PREFIX_NAME "] PID %u %s: " _fmt "\n", _pid, \