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

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

Completed in 2912 milliseconds