Home
last modified time | relevance | path

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

/dragonfly/usr.bin/last/
H A Dlast.c246 char *argdot; in hostconv() local
248 if (!(argdot = strchr(arg, '.'))) in hostconv()
257 if (hostdot && !strcasecmp(hostdot, argdot)) in hostconv()
258 *argdot = '\0'; in hostconv()