/src/usr.sbin/mopd/mopprobe/ |
mopprobe.c | 96 u_char *dst, *src, *p, mopcode, tmpc, ilen; local in function:mopProcess 149 ilen = mopGetChar(pkt,&idx); 200 idx = idx + ilen; 203 idx = idx + ilen; 211 for (i = 0; i < ilen; i++) { 214 idx = idx + ilen; 218 idx = idx + ilen; 222 idx = idx + ilen;
|
/src/usr.sbin/mopd/common/ |
print.c | 439 u_char ilen ,tmpc,device; local in function:mopPrintInfo 458 ilen = mopGetChar(pkt,idx); 608 *idx = *idx + ilen; 611 ilen); 612 for (i = 0; i < ilen; i++) { 619 *idx = *idx + ilen; 622 ilen); 623 for (i = 0; i < ilen; i++) { 638 *idx = *idx + ilen; 641 ilen); [all...] |
/src/usr.bin/base64/ |
base64.c | 105 size_t ilen; local in function:b64_encode 109 while ((ilen = getinput(fin, in)) > 2) { 111 if ((e = putoutput(fout, out, ilen, wrap, &pos)) != 0) 115 if (ilen != 0) { 117 if ((e = putoutput(fout, out, ilen, wrap, &pos)) != 0)
|
/src/usr.sbin/mopd/mopd/ |
process.c | 65 u_char ilen ,tmpc,device; local in function:mopProcessInfo 82 ilen = mopGetChar(pkt,idx); 141 *idx = *idx + ilen; 145 *idx = *idx + ilen; 152 *idx = *idx + ilen; 156 *idx = *idx + ilen; 160 ucp = pkt + *idx; *idx = *idx + ilen;
|
/src/sys/net/ |
ppp_tty.c | 818 int ilen, s; local in function:pppinput 861 ilen = sc->sc_ilen; 872 || (ilen > 0 && sc->sc_fcs != PPP_GOODFCS)) { 887 if (ilen < PPP_HDRLEN + PPP_FCSLEN) { 888 if (ilen) { 890 printf("%s: too short (%d)\n", sc->sc_if.if_xname, ilen); 903 ilen -= 2;
|
bsd-comp.c | 466 int hval, disp, ent, ilen; local in function:bsd_compress 549 ilen = slen + 1; 559 ilen += slen; 616 db->in_count += ilen; 642 db->uncomp_bytes += ilen; 649 db->incomp_bytes += ilen; 676 int slen, ilen; local in function:bsd_incomp 692 ilen = 1; /* count the protocol as 1 byte */ 704 ilen += slen; 761 db->in_count += ilen; 807 int adrs, ctrl, ilen; local in function:bsd_decompress [all...] |
if_ppp.c | 1447 int s, ilen, proto, rv; local in function:ppp_inproc 1459 ilen = 0; 1461 ilen += mp->m_len; 1462 printf("%s: got %d bytes\n", ifp->if_xname, ilen); 1529 ilen = 0; 1531 ilen += mp->m_len; 1554 m->m_len - PPP_HDRLEN, ilen - PPP_HDRLEN, 1602 ilen += hlen - xlen; 1609 m->m_len - PPP_HDRLEN, ilen - PPP_HDRLEN, 1629 if (ilen <= MHLEN && (m->m_flags & M_EXT)) [all...] |
/src/sys/arch/macppc/pci/ |
pci_machdep.c | 160 int len, i, ilen; local in function:fixpci 215 len = OF_getprop(parent, "#interrupt-cells", &ilen, sizeof(ilen)); 217 ilen = 0; 253 if (ilen == 0) { 268 4*ilen); 269 if (len != 4*ilen)
|
/src/bin/ksh/ |
c_ksh.c | 74 int ilen, olen, nlen, elen; local in function:c_cd 90 ilen = cp - current_wd; 93 elen = strlen(current_wd + ilen + olen) + 1; 94 fdir = dir = alloc(ilen + nlen + elen, ATEMP); 95 memcpy(dir, current_wd, ilen); 96 memcpy(dir + ilen, wp[1], nlen); 97 memcpy(dir + ilen + nlen, current_wd + ilen + olen, elen);
|
/src/lib/libc/gen/ |
getcap.c | 518 size_t ilen, newilen; local in function:getent 553 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1, 556 newilen = ilen;
|
/src/usr.sbin/envstat/ |
envstat.c | 900 size_t maxlen = 0, ilen; local in function:print_sensors 1033 (void)printf("%*.3f", (int)ilen, temp); \ 1034 ilen = 9; \ 1036 ilen += 9; \ 1042 ilen = nflag ? 1 : 10; 1053 ilen += 2; 1061 (void)printf("%*s", (int)ilen - 3, stype); 1070 ilen = 8; 1075 ilen += 2; 1078 (void)printf(" %*u", (int)ilen, [all...] |
/src/sys/dev/usb/ |
if_axereg.h | 314 uint16_t ilen; member in struct:axe_sframe_hdr 339 uint16_t ilen; member in struct:axe_csum_hdr
|