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

  /src/usr.bin/ypwhich/
ypwhich.c 97 const char *targhost = "localhost"; local in function:main
117 targhost = optarg;
151 targhost = argv[0];
156 targhost, ourdomain, inhibit, saw_m, targmap, force, tcp);
170 find_mapmaster(targhost, ourdomain, targmap, inhibit, force,
173 inaddr = find_server(targhost, ourdomain, tcp);
  /src/usr.sbin/ypserv/yppush/
yppush.c 106 char *targhost = NULL; local in function:main
127 targhost = optarg;
240 (targhost) ? targhost : "<all ypservs>");
246 if (targhost) {
247 push(targhost, strlen(targhost), &ypi);

Completed in 45 milliseconds