Symbol: FUNC
crypto/heimdal/lib/krb5/warn.c
127
FUNC(1, code, 1);
crypto/heimdal/lib/krb5/warn.c
161
FUNC(0, 0, 1);
crypto/heimdal/lib/krb5/warn.c
205
FUNC(1, code, 0);
crypto/heimdal/lib/krb5/warn.c
244
FUNC(0, 0, 0);
crypto/heimdal/lib/krb5/warn.c
286
FUNC(1, code, 0);
crypto/heimdal/lib/krb5/warn.c
314
FUNC(0, 0, 0);
crypto/openssl/apps/cmp.c
793
((void)(level > opt_verbosity ? 0 : (BIO_printf(bio, "%s:%s:%d:CMP %s: " msg "\n", FUNC, OPENSSL_FILE, OPENSSL_LINE, prefix, a1, a2, a3))))
crypto/openssl/providers/defltprov.c
34
#define ALGC(NAMES, FUNC, CHECK) { { NAMES, "provider=default", FUNC }, CHECK }
crypto/openssl/providers/defltprov.c
35
#define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL)
crypto/openssl/providers/fips/fipsprov.c
47
#define ALGC(NAMES, FUNC, CHECK) \
crypto/openssl/providers/fips/fipsprov.c
48
{ { NAMES, FIPS_DEFAULT_PROPERTIES, FUNC }, CHECK }
crypto/openssl/providers/fips/fipsprov.c
49
#define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL)
crypto/openssl/providers/legacyprov.c
30
#define ALG(NAMES, FUNC) { NAMES, "provider=legacy", FUNC }
crypto/openssl/test/radix/terp.c
248
#define OP_FUNC(f) OPGEN(FUNC)(ctx, (f), #f)
crypto/openssl/test/radix/terp.c
441
PRINT_OPC(FUNC);
lib/libc/tests/stdbit/stdbit-test-kernel.c
32
has = FUNC(value);
lib/libc/tests/stdbit/stdbit-test-kernel.c
35
__XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value);
lib/libc/tests/stdbit/stdbit-test-kernel.c
42
has = FUNC(value);
lib/libc/tests/stdbit/stdbit-test-kernel.c
45
__XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value);
lib/libc/tests/stdbit/stdbit-test-kernel.c
52
has = FUNC(value);
lib/libc/tests/stdbit/stdbit-test-kernel.c
55
__XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value);
lib/libc/tests/stdbit/stdbit-test-kernel.c
58
has = FUNC(value);
lib/libc/tests/stdbit/stdbit-test-kernel.c
61
__XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value);
sys/dev/cardbus/cardbus_cis.c
109
#define MAKETUPLE(NAME,FUNC) { CISTPL_ ## NAME, #NAME, decode_tuple_ ## FUNC }
sys/sys/kobj.h
100
{ &NAME##_desc, (kobjop_t) (1 ? FUNC : (NAME##_t *)NULL) }
sys/sys/kobj.h
99
#define KOBJMETHOD(NAME, FUNC) \