HomeSort by: relevance | last modified time | path
    Searched defs:test_copy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/test/
test_read_format_7zip.c 43 test_copy(int use_open_fd) function
895 test_copy(1);/* read a 7zip file from a file descriptor. */
900 test_copy(0);
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
test_cc.c 451 test_copy(krb5_context context, const char *from, const char *to) function
726 test_copy(context, krb5_cc_type_file, krb5_cc_type_file);
727 test_copy(context, krb5_cc_type_memory, krb5_cc_type_memory);
728 test_copy(context, krb5_cc_type_file, krb5_cc_type_memory);
729 test_copy(context, krb5_cc_type_memory, krb5_cc_type_file);
730 test_copy(context, krb5_cc_type_scc, krb5_cc_type_file);
731 test_copy(context, krb5_cc_type_file, krb5_cc_type_scc);
732 test_copy(context, krb5_cc_type_scc, krb5_cc_type_memory);
733 test_copy(context, krb5_cc_type_memory, krb5_cc_type_scc);
735 test_copy(context, krb5_cc_type_dcc, krb5_cc_type_memory)
    [all...]
  /src/external/public-domain/xz/dist/tests/
test_index.c 164 test_copy(const lzma_index *i) function
284 test_copy(i);
678 test_copy(i);

Completed in 30 milliseconds