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

/freebsd-current/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-current/lib/libc/yp/
H A Dyplib.c263 ypbinderr_string(int incode) argument
266 switch (incode) {
276 sprintf(err, "Unknown ypbind error: #%d\n", incode);
1141 yperr_string(int incode) argument
1145 switch (incode) {
1181 sprintf(err, "YP unknown error %d\n", incode);
1186 ypprot_err(unsigned int incode) argument
1188 switch (incode) {
/freebsd-current/usr.bin/compress/
H A Dzopen.c167 #define incode zs->u.r.zs_incode macro
517 incode = code;
558 oldcode = incode;

Completed in 68 milliseconds