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

/xsrc/external/mit/smproxy/dist/
H A Dsmproxy.c223 char *firstDot;
226 firstDot = strchr (hostnamebuf, '.');
228 firstDot = NULL;
230 if (!firstDot)
239 if (asprintf (&newptr, "%s.%s", name, firstDot + 1) == -1) {
219 char *firstDot; local in function:CheckFullyQuantifiedName

Completed in 3 milliseconds