Lines Matching refs:wmemcmp
48 #define wmemcmp(a,b,i) memcmp((a), (b), (i) * sizeof(wchar_t)) macro
1218 && wmemcmp((s + 1), L"efault", 6) == 0))) { in archive_acl_from_text_w()
1242 && wmemcmp(st, L"ser", 3) == 0)) in archive_acl_from_text_w()
1247 && wmemcmp(st, L"roup", 4) == 0)) in archive_acl_from_text_w()
1252 && wmemcmp(st, L"ther", 4) == 0)) in archive_acl_from_text_w()
1257 && wmemcmp(st, L"ask", 3) == 0)) in archive_acl_from_text_w()
1315 if (wmemcmp(s, L"user", 4) == 0) in archive_acl_from_text_w()
1319 if (wmemcmp(s, L"group", 5) == 0) in archive_acl_from_text_w()
1323 if (wmemcmp(s, L"owner@", 6) == 0) in archive_acl_from_text_w()
1325 else if (wmemcmp(s, L"group@", len) == 0) in archive_acl_from_text_w()
1329 if (wmemcmp(s, L"everyone@", 9) == 0) in archive_acl_from_text_w()
1363 if (wmemcmp(s, L"deny", 4) == 0) in archive_acl_from_text_w()
1366 if (wmemcmp(s, L"allow", 5) == 0) in archive_acl_from_text_w()
1368 else if (wmemcmp(s, L"audit", 5) == 0) in archive_acl_from_text_w()
1370 else if (wmemcmp(s, L"alarm", 5) == 0) in archive_acl_from_text_w()