Home
last modified time | relevance | path

Searched refs:incode (Results 1 – 3 of 3) sorted by relevance

/freebsd/include/rpcsvc/
H A Dypclnt.h87 const char *yperr_string(int incode);
88 const char *ypbinderr_string(int incode);
89 int ypprot_err(unsigned int incode);
/freebsd/lib/libc/yp/
H A Dyplib.c263 ypbinderr_string(int incode) in ypbinderr_string() argument
266 switch (incode) { in ypbinderr_string()
276 sprintf(err, "Unknown ypbind error: #%d\n", incode); in ypbinderr_string()
1141 yperr_string(int incode) in yperr_string() argument
1145 switch (incode) { in yperr_string()
1181 sprintf(err, "YP unknown error %d\n", incode); in yperr_string()
1186 ypprot_err(unsigned int incode) in ypprot_err() argument
1188 switch (incode) { in ypprot_err()
/freebsd/usr.bin/compress/
H A Dzopen.c167 #define incode zs->u.r.zs_incode macro
517 incode = code; in zread()
558 oldcode = incode; in zread()