Home
last modified time | relevance | path

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

/dragonfly/lib/libc/yp/
HDyplib.c266 ypbinderr_string(int incode) in ypbinderr_string() argument
270 switch (incode) { in ypbinderr_string()
290 snprintf(err, sizeof(err), "Unknown ypbind error: #%d\n", incode); in ypbinderr_string()
1087 yperr_string(int incode) in yperr_string() argument
1092 switch (incode) { in yperr_string()
1151 snprintf(err, sizeof(err), "YP unknown error %d\n", incode); in yperr_string()
1156 ypprot_err(unsigned int incode) in ypprot_err() argument
1158 switch (incode) { in ypprot_err()
/dragonfly/usr.bin/compress/
HDzopen.c167 #define incode zs->u.r.zs_incode macro
517 incode = code; in zread()
547 oldcode = incode; in zread()