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

/openbsd-current/lib/libc/yp/
H A Dyperr_string.c36 yperr_string(int incode) argument
40 switch (incode) {
76 (void) snprintf(err, sizeof(err), "YP unknown error %d\n", incode);
H A Dypprot_err.c35 ypprot_err(unsigned int incode) argument
37 switch ((int)incode) {
/openbsd-current/sys/net/
H A Dbsd-comp.c803 u_int incode, oldcode, finchar; local
891 incode = accm >> tgtbitno;
895 if (incode == CLEAR) {
916 if (incode > max_ent + 2 || incode > db->maxmaxcode
917 || (incode > max_ent && oldcode == CLEAR)) {
921 db->unit, incode, oldcode);
929 if (incode > max_ent) {
933 finchar = incode;
996 db->unit, codelen, incode, max_en
[all...]

Completed in 178 milliseconds