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

/freebsd-13-stable/include/rpcsvc/
H A Dypclnt.h89 const char *yperr_string(int incode);
90 const char *ypbinderr_string(int incode);
91 int ypprot_err(unsigned int incode);
/freebsd-13-stable/lib/libc/yp/
H A Dyplib.c270 ypbinderr_string(int incode) argument
273 switch (incode) {
283 sprintf(err, "Unknown ypbind error: #%d\n", incode);
1148 yperr_string(int incode) argument
1152 switch (incode) {
1188 sprintf(err, "YP unknown error %d\n", incode);
1193 ypprot_err(unsigned int incode) argument
1195 switch (incode) {
/freebsd-13-stable/usr.bin/compress/
H A Dzopen.c172 #define incode zs->u.r.zs_incode macro
522 incode = code;
563 oldcode = incode;

Completed in 120 milliseconds