HomeSort by: relevance | last modified time | path
    Searched defs:hostdot (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 25 milliseconds