Lines Matching refs:dot
213 char *dot = NULL; /* tmp pointer */
376 if ((dot = strrchr(ipuaddr, '.')) != 0) {
377 *dot = '\0';
378 if ((dot = strrchr(ipuaddr, '.')) != 0)
379 *dot = '\0';
382 if (dot == 0 ||
483 if ((dot = strrchr(ut, '.')) != 0) {
484 *dot = '\0';
485 if ((dot = strrchr(ut, '.')) != 0)
486 *dot = '\0';
489 if (dot == 0) {