Searched defs:has_all (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/tests/
H A Dutil-tests.c401 const char has_all[] = "\\(user)*name"; local
403 ret = sss_filter_sanitize(test_ctx, has_all, &sanitized);
404 fail_unless(ret == EOK, "has_all error [%d][%s]",
412 ret = sss_filter_sanitize_ex(test_ctx, has_all, &sanitized, "*");
413 fail_unless(ret == EOK, "has_all error [%d][%s]",

Completed in 13 milliseconds