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

/sssd/src/util/
H A Dusertools.c387 char *dmatch, *nmatch; local
403 ret = sss_parse_name(tmp_ctx, dom->names, orig, &dmatch, &nmatch);
412 candidate_name = nmatch;
413 } else if (strcasecmp(candidate_name, nmatch) != 0) {
427 orig, match->name, nmatch);
434 rname = nmatch;
450 "user is %s\n", orig, nmatch);

Completed in 11 milliseconds