HomeSort by: relevance | last modified time | path
    Searched refs:incode (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/yp/
yperr_string.c 45 yperr_string(int incode)
49 switch (incode) {
88 (void) snprintf(err, sizeof(err), "YP unknown error %d", incode);
ypprot_err.c 44 ypprot_err(unsigned int incode)
46 switch (incode) {
  /src/distrib/utils/libhack/
yplib.c 256 yperr_string(incode)
257 int incode;
261 if (incode == 0)
264 snprintf(err, sizeof(err), "YP FAKE error %d\n", incode);
269 ypprot_err(incode)
270 unsigned int incode;
272 switch (incode) {
  /src/sys/net/
bsd-comp.c 804 u_int incode, oldcode, finchar; local in function:bsd_decompress
892 incode = accm >> tgtbitno;
896 if (incode == CLEAR) {
917 if (incode > max_ent + 2 || incode > db->maxmaxcode
918 || (incode > max_ent && oldcode == CLEAR)) {
922 db->unit, incode, oldcode);
930 if (incode > max_ent) {
934 finchar = incode;
997 db->unit, codelen, incode, max_ent)
    [all...]
  /src/usr.bin/compress/
zopen.c 171 #define incode zs->u.r.zs_incode macro
513 incode = code;
554 oldcode = incode;

Completed in 14 milliseconds