Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/last/
Dlast.c311 static char *hostdot, name[MAXHOSTNAMELEN + 1]; in hostconv() local
321 hostdot = strchr(name, '.'); in hostconv()
323 if (hostdot && !strcasecmp(hostdot, argdot)) in hostconv()