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.h169 … int (*cfn)(const type *, const type *)) \
172 OPENSSL_LH_new((OPENSSL_LH_HASHFUNC)hfn, (OPENSSL_LH_COMPFUNC)cfn); \
H A Dlhash.h.in171 … int (*cfn)(const type *, const type *)) \
174 OPENSSL_LH_new((OPENSSL_LH_HASHFUNC)hfn, (OPENSSL_LH_COMPFUNC)cfn); \
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DParseC.pm299 int (*cfn)(const $1 *, const $1 *));
/freebsd/crypto/openssh/
H A Dchannels.c1209 channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx) in channel_register_filter() argument
1220 c->filter_cleanup = cfn; in channel_register_filter()