Searched refs:test_copy (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | test_cc.c | 449 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 D | teken_demo.c | 54 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 D | test_copy.c | 351 DEFINE_TEST(test_copy) in DEFINE_TEST() argument
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_format_7zip.c | 40 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 D | NEWS | 452 Dec 09, 2007: tar/test/test_copy.c verifies "tar -c | tar -x" copy pipeline
|