Home
last modified time | relevance | path

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

/src/usr.bin/last/
H A Dlast.c478 static char *hostdot, name[MAXHOSTNAMELEN]; in hostconv() local
487 hostdot = strchr(name, '.'); in hostconv()
489 if (hostdot != NULL && strcasecmp(hostdot, argdot) == 0) in hostconv()