Home
last modified time | relevance | path

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

/dragonfly/usr.bin/last/
H A Dlast.c245 static char *hostdot, name[MAXHOSTNAMELEN + 1]; in hostconv() local
255 hostdot = strchr(name, '.'); in hostconv()
257 if (hostdot && !strcasecmp(hostdot, argdot)) in hostconv()