Searched refs:test_copy (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | test_cc.c | 451 test_copy(krb5_context context, const char *from, const char *to) in test_copy() function 726 test_copy(context, krb5_cc_type_file, krb5_cc_type_file); in main() 727 test_copy(context, krb5_cc_type_memory, krb5_cc_type_memory); in main() 728 test_copy(context, krb5_cc_type_file, krb5_cc_type_memory); in main() 729 test_copy(context, krb5_cc_type_memory, krb5_cc_type_file); in main() 730 test_copy(context, krb5_cc_type_scc, krb5_cc_type_file); in main() 731 test_copy(context, krb5_cc_type_file, krb5_cc_type_scc); in main() 732 test_copy(context, krb5_cc_type_scc, krb5_cc_type_memory); in main() 733 test_copy(context, krb5_cc_type_memory, krb5_cc_type_scc); in main() 735 test_copy(context, krb5_cc_type_dcc, krb5_cc_type_memory); in main() [all …]
|
/netbsd-src/external/public-domain/xz/dist/tests/ |
H A D | test_index.c | 164 test_copy(const lzma_index *i) in test_copy() function 284 test_copy(i); in test_many() 678 test_copy(i); in main()
|
/netbsd-src/tests/usr.bin/tar/ |
H A D | Makefile | 29 test_copy.c \
|