Searched refs:incode (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/distrib/utils/libhack/ |
H A D | yplib.c | 256 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 D | yperr_string.c | 45 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 D | ypprot_err.c | 44 ypprot_err(unsigned int incode) in __weak_alias() 46 switch (incode) { in __weak_alias()
|
/netbsd-src/sys/net/ |
H A D | bsd-comp.c | 804 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 D | zopen.c | 171 #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 D | nfs_prot_aix5_1.h | 300 extern char *yperr_string (int incode);
|
H A D | nfs_prot_aix4_3.h | 317 extern char *yperr_string (int incode);
|
H A D | nfs_prot_aix5_2.h | 365 extern char *yperr_string (int incode);
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
H A D | local.c | 632 incode(NODE *p, int sz)
|