HomeSort by: relevance | last modified time | path
    Searched refs:match_domain (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgcmp.c 286 match_domain (const char *fn1, const char *fn2, function
409 match_domain (fn1, fn2, defmlp, refmlp, &nerrors);
423 match_domain (fn1, fn2, defmlp, refmlp, &nerrors);
msgmerge.c 1105 match_domain (const char *fn1, const char *fn2, function
1597 match_domain (fn1, fn2, &definitions, refmlp, resultmlp,
1619 match_domain (fn1, fn2, &definitions, refmlp, resultmlp,
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
principal.c 1335 char *match_domain; /* match this stem */ member in struct:krb5_name_canon_rule_data
1527 } else if (strncmp(tok, "match_domain=", strlen("match_domain=")) == 0) {
1528 free(rule->match_domain);
1529 rule->match_domain = strdup(tok + strlen("match_domain="));
1530 if (rule->match_domain == NULL)
1532 tolower_str(rule->match_domain);
1606 r[k].match_domain = NULL;
1643 free(r[k].match_domain);
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-replication.c 1984 srpl_domain_t **dp, *match_domain = NULL; local
1987 match_domain = *dp;
1988 if (!strcasecmp(match_domain->name, dname_buf)) {
1992 if (match_domain == NULL) {
1997 srpl_connection->instance->domain = match_domain;
1998 RETAIN_HERE(match_domain, srpl_domain);

Completed in 36 milliseconds