/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);
|
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);
|
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);
|