Home
last modified time | relevance | path

Searched refs:cfn (Results 1 – 7 of 7) sorted by relevance

/freebsd/include/
H A Dtgmath.h65 #define __tg_generic(x, cfnl, cfn, cfnf, fnl, fn, fnf) \ argument
68 double _Complex: cfn, \
81 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ argument
84 cfnl, cfn, cfnf, fnl, fn, fnf)(__VA_ARGS__)
106 #define __tg_generic_full(x, cfnl, cfn, cfnf, fnl, fn, fnf) \ argument
108 __generic(x, double _Complex, cfn, \
112 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ argument
115 __tg_generic_full(y, cfnl, cfn , cfn , cfnl, cfn , cfn ), \
116 __tg_generic_full(y, cfnl, cfn , cfnf, cfnl, cfn , cfnf), \
118 __tg_generic_full(y, cfnl, cfn , cfn , fnl , fn , fn ), \
[all …]
/freebsd/contrib/com_err/
H A Dcompile_et.c64 char cfn[128]; variable
74 FILE *c_file = fopen(cfn, "w"); in generate_c()
235 snprintf(cfn, sizeof(cfn), "%s.c", Basename); in main()
/freebsd/crypto/heimdal/lib/com_err/
H A Dcompile_et.c64 char cfn[128]; variable
74 FILE *c_file = fopen(cfn, "w"); in generate_c()
235 snprintf(cfn, sizeof(cfn), "%s.c", Basename); in main()
/freebsd/crypto/openssl/include/openssl/
H A Dlhash.h39 typedef int (*OPENSSL_LH_COMPFUNCTHUNK)(const void *, const void *, OPENSSL_LH_COMPFUNC cfn);
176 …sl_inline int lh_##type##_comp_thunk(const void *da, const void *db, OPENSSL_LH_COMPFUNC cfn) \
178 …int (*cfn_conv)(const type *, const type *) = (int (*)(const type *, const type *))cfn; …
264 …static int lh_##type##_cfn_thunk(const void *da, const void *db, OPENSSL_LH_COMPFUNC cfn) …
266 …int (*cfn_conv)(const type *, const type *) = (int (*)(const type *, const type *))cfn; …
333 …int (*cfn)(const type *, const type *)) …
335 …type) *)OPENSSL_LH_set_thunks(OPENSSL_LH_new((OPENSSL_LH_HASHFUNC)hfn, (OPENSSL_LH_COMPFUNC)cfn), \
H A Dlhash.h.in41 typedef int (*OPENSSL_LH_COMPFUNCTHUNK)(const void *, const void *, OPENSSL_LH_COMPFUNC cfn);
178 …sl_inline int lh_##type##_comp_thunk(const void *da, const void *db, OPENSSL_LH_COMPFUNC cfn) \
180 …int (*cfn_conv)(const type *, const type *) = (int (*)(const type *, const type *))cfn; …
266 …static int lh_##type##_cfn_thunk(const void *da, const void *db, OPENSSL_LH_COMPFUNC cfn) …
268 …int (*cfn_conv)(const type *, const type *) = (int (*)(const type *, const type *))cfn; …
335 …int (*cfn)(const type *, const type *)) …
337 …type) *)OPENSSL_LH_set_thunks(OPENSSL_LH_new((OPENSSL_LH_HASHFUNC)hfn, (OPENSSL_LH_COMPFUNC)cfn), \
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DParseC.pm305 int (*cfn)(const $1 *, const $1 *));
/freebsd/crypto/openssh/
H A Dchannels.c1279 channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx) in channel_register_filter() argument
1290 c->filter_cleanup = cfn; in channel_register_filter()