Searched refs:dot (Results 1 – 1 of 1) sorted by relevance
237 char *dot = strchr (buf, '.'); in domain_from_hostname() local238 if (dot != NULL) in domain_from_hostname()240 *result = __strdup (dot + 1); in domain_from_hostname()
Completed in 5 milliseconds