Home
last modified time | relevance | path

Searched refs:test_copy (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_cc.c449 test_copy(krb5_context context, const char *from, const char *to) in test_copy() function
698 test_copy(context, krb5_cc_type_file, krb5_cc_type_file); in main()
699 test_copy(context, krb5_cc_type_memory, krb5_cc_type_memory); in main()
700 test_copy(context, krb5_cc_type_file, krb5_cc_type_memory); in main()
701 test_copy(context, krb5_cc_type_memory, krb5_cc_type_file); in main()
702 test_copy(context, krb5_cc_type_scc, krb5_cc_type_file); in main()
703 test_copy(context, krb5_cc_type_file, krb5_cc_type_scc); in main()
704 test_copy(context, krb5_cc_type_scc, krb5_cc_type_memory); in main()
705 test_copy(context, krb5_cc_type_memory, krb5_cc_type_scc); in main()
/freebsd/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) in test_copy() function
/freebsd/contrib/libarchive/tar/test/
H A Dtest_copy.c351 DEFINE_TEST(test_copy) in DEFINE_TEST() argument
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_7zip.c40 test_copy(int use_open_fd) in test_copy() function
892 test_copy(1);/* read a 7zip file from a file descriptor. */ in DEFINE_TEST()
897 test_copy(0); in DEFINE_TEST()
/freebsd/contrib/libarchive/
H A DNEWS452 Dec 09, 2007: tar/test/test_copy.c verifies "tar -c | tar -x" copy pipeline