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

  /src/external/bsd/libarchive/dist/libarchive/
archive_pathmatch.h 48 #define archive_pathmatch_w(p, s, f) __archive_pathmatch_w(p, s, f) macro
archive_match.c 799 return (archive_pathmatch_w(p, (const wchar_t *)pn,
830 return (archive_pathmatch_w(p, (const wchar_t *)pn,
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_pathmatch.c 56 assertEqualInt(0, archive_pathmatch_w(L"a/b/c", NULL, 0));

Completed in 19 milliseconds