Searched refs:test_copy (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtest_cc.c449 test_copy(krb5_context context, const char *from, const char *to) function
698 test_copy(context, krb5_cc_type_file, krb5_cc_type_file);
699 test_copy(context, krb5_cc_type_memory, krb5_cc_type_memory);
700 test_copy(context, krb5_cc_type_file, krb5_cc_type_memory);
701 test_copy(context, krb5_cc_type_memory, krb5_cc_type_file);
702 test_copy(context, krb5_cc_type_scc, krb5_cc_type_file);
703 test_copy(context, krb5_cc_type_file, krb5_cc_type_scc);
704 test_copy(context, krb5_cc_type_scc, krb5_cc_type_memory);
705 test_copy(context, krb5_cc_type_memory, krb5_cc_type_scc);
/freebsd-11-stable/sys/teken/demo/
H A Dteken_demo.c54 static tf_copy_t test_copy; variable
63 .tf_copy = test_copy,
164 test_copy(void *s __unused, const teken_rect_t *r, const teken_pos_t *p) function
/freebsd-11-stable/contrib/libarchive/tar/test/
H A Dtest_copy.c26 __FBSDID("$FreeBSD: stable/11/contrib/libarchive/tar/test/test_copy.c 358088 2020-02-19 01:50:47Z mm $");
365 DEFINE_TEST(test_copy)
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_7zip.c38 test_copy(int use_open_fd) function
755 test_copy(1);/* read a 7zip file from a file descriptor. */
760 test_copy(0);

Completed in 85 milliseconds