Home
last modified time | relevance | path

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

/netbsd-src/distrib/utils/libhack/
H A Dyplib.c256 yperr_string(incode) in yperr_string() argument
257 int incode; in yperr_string()
261 if (incode == 0)
264 snprintf(err, sizeof(err), "YP FAKE error %d\n", incode);
269 ypprot_err(incode) in ypprot_err() argument
270 unsigned int incode; in ypprot_err()
272 switch (incode) {
/netbsd-src/lib/libc/yp/
H A Dyperr_string.c45 yperr_string(int incode) in __weak_alias()
49 switch (incode) { in __weak_alias()
88 (void) snprintf(err, sizeof(err), "YP unknown error %d", incode); in __weak_alias()
H A Dypprot_err.c44 ypprot_err(unsigned int incode) in __weak_alias()
46 switch (incode) { in __weak_alias()
/netbsd-src/sys/net/
H A Dbsd-comp.c804 u_int incode, oldcode, finchar; in bsd_decompress() local
892 incode = accm >> tgtbitno; in bsd_decompress()
896 if (incode == CLEAR) { in bsd_decompress()
917 if (incode > max_ent + 2 || incode > db->maxmaxcode in bsd_decompress()
918 || (incode > max_ent && oldcode == CLEAR)) { in bsd_decompress()
922 db->unit, incode, oldcode); in bsd_decompress()
930 if (incode > max_ent) { in bsd_decompress()
934 finchar = incode; in bsd_decompress()
997 db->unit, codelen, incode, max_ent); in bsd_decompress()
1051 oldcode = incode; in bsd_decompress()
[all …]
/netbsd-src/usr.bin/compress/
H A Dzopen.c171 #define incode zs->u.r.zs_incode macro
513 incode = code; in zread()
554 oldcode = incode; in zread()
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_aix5_1.h300 extern char *yperr_string (int incode);
H A Dnfs_prot_aix4_3.h317 extern char *yperr_string (int incode);
H A Dnfs_prot_aix5_2.h365 extern char *yperr_string (int incode);
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dlocal.c632 incode(NODE *p, int sz)