Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/last/
H A Dlast.c479 static char *hostdot, name[MAXHOSTNAMELEN]; in hostconv() local
488 hostdot = strchr(name, '.'); in hostconv()
490 if (hostdot && !strcasecmp(hostdot, argdot)) in hostconv()