Searched refs:rfqdn (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/gssd-64/
H A Dgssd.c1071 * and return it as well in the rfqdn parameter if it is different from the
1077 canonicalize_host(const char *host, char **rfqdn) argument
1083 if (rfqdn)
1084 *rfqdn = NULL;
1097 if (rfqdn) {
1102 *rfqdn = strdup(rhp->h_name);
1103 if (*rfqdn == NULL)
1213 char *fqdn = NULL, *rfqdn = NULL; local
1319 fqdn = canonicalize_host(host, (count == 3) ? &rfqdn : NULL);
1330 if (rfqdn) {
[all...]

Completed in 118 milliseconds