Searched refs:prefix_w (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry.c128 static int prefix_w(const wchar_t *start, const wchar_t *end,
1681 if (prefix_w(field[0].start, field[0].end, L"user")) {
1689 } else if (prefix_w(field[0].start, field[0].end, L"group")) {
1697 } else if (prefix_w(field[0].start, field[0].end, L"other")) {
1710 } else if (prefix_w(field[0].start, field[0].end, L"mask")) {
1835 prefix_w(const wchar_t *start, const wchar_t *end, const wchar_t *test) function

Completed in 47 milliseconds