Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/fixmount/
H A Dfixmount.c102 static char lasthost[MAXHOSTNAMELEN] = ""; in is_same_host() local
111 if (strcasecmp(name1, lasthost) == 0) { in is_same_host()
116 xstrlcpy(lasthost, name1, sizeof(lasthost)); in is_same_host()