OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targhost
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/ypwhich/
ypwhich.c
97
const char *
targhost
= "localhost";
local
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
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
127
targhost
= optarg;
240
(
targhost
) ?
targhost
: "<all ypservs>");
246
if (
targhost
) {
247
push(
targhost
, strlen(
targhost
), &ypi);
yppush.c
106
char *
targhost
= NULL;
local
127
targhost
= optarg;
240
(
targhost
) ?
targhost
: "<all ypservs>");
246
if (
targhost
) {
247
push(
targhost
, strlen(
targhost
), &ypi);
Completed in 107 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026