Home
last modified time | relevance | path

Searched refs:fp_out (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/libsodium/test/default/
H A Dcmptest.h168 FILE *fp_out; in main() local
182 if ((fp_out = fopen(TEST_NAME_OUT, "r")) == NULL) { in main()
187 if ((c = fgetc(fp_res)) != fgetc(fp_out)) { in main()
/src/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_file.c333 krb5_boolean writable, FILE **fp_out) in open_cache_file() argument
339 *fp_out = NULL; in open_cache_file()
361 *fp_out = fp; in open_cache_file()
/src/crypto/libecc/src/arithmetic_tests/
H A Darithmetic_tests.c325 #define FP_T_GENERIC_OUT(num) (&fp_out##num)
548 GENERIC_TEST_FP_DECL_INIT##fp_out_num(fp_out, fp_ctx_param);\
620 GENERIC_TEST_FP_CLEAR##fp_out_num(fp_out);\