Home
last modified time | relevance | path

Searched refs:argdot (Results 1 – 1 of 1) sorted by relevance

/src/usr.bin/last/
H A Dlast.c479 char *argdot; in hostconv() local
481 if ((argdot = strchr(arg, '.')) == NULL) in hostconv()
489 if (hostdot != NULL && strcasecmp(hostdot, argdot) == 0) in hostconv()
490 *argdot = '\0'; in hostconv()