OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yperr
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/ypwhich/
ypwhich.c
279
int
yperr
;
local
351
yperr
= ypprot_err(yprespmlist.status);
352
if (
yperr
) {
353
warnx("clnt_call: %s: %s", host, yperr_string(
yperr
));
386
yperr
= ypprot_err(yprespmaster.status);
387
if (
yperr
) {
389
yperr_string(
yperr
));
ypwhich.c
279
int
yperr
;
local
351
yperr
= ypprot_err(yprespmlist.status);
352
if (
yperr
) {
353
warnx("clnt_call: %s: %s", host, yperr_string(
yperr
));
386
yperr
= ypprot_err(yprespmaster.status);
387
if (
yperr
) {
389
yperr_string(
yperr
));
Completed in 27 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026