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

/freebsd-current/usr.bin/last/
H A Dlast.c470 char *argdot; local
472 if (!(argdot = strchr(arg, '.')))
480 if (hostdot && !strcasecmp(hostdot, argdot))
481 *argdot = '\0';

Completed in 173 milliseconds