Searched defs:ypservers (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppush.c150 "Can't build server list from map \"ypservers\". Reason: %s.\n";
152 "Can't find host %s in map \"ypservers\".\n";
428 * "ypservers" then calls add_server to make it the only entry on the
439 char *ypservers = "ypservers"; local
453 if (yp_match(domain_alias, ypservers, host, keylen,
464 * "ypservers". add_server is called for each one to add it to the list of
477 char *ypservers = "ypservers"; local
491 if (err = yp_first(domain_alias, ypservers,
[all...]

Completed in 67 milliseconds