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

  /src/usr.bin/rdist/
docmd.c 214 static char *cur_host = NULL; local in function:makeconn
223 if (cur_host != NULL && rem >= 0) {
224 if (strcmp(cur_host, rhost) == 0)
228 cur_host = rhost;

Completed in 24 milliseconds