Home
last modified time | relevance | path

Searched refs:len1 (Results 51 – 56 of 56) sorted by path

123

/dragonfly/sys/netgraph7/
H A Dng_pred1.c460 uint16_t len, len1, cf, lenn; in ng_pred1_decompress() local
491 len1 = Pred1Decompress(node, priv->inbuf + 2, priv->outbuf, in ng_pred1_decompress()
493 if (len != len1) { in ng_pred1_decompress()
497 "--> len (%d)\n", len, len1); in ng_pred1_decompress()
/dragonfly/usr.bin/cmp/
H A Dlink.c46 int dfound, len1, len2; in c_link() local
50 if ((len1 = readlink(file1, buf1, sizeof(buf1) - 1)) < 0) { in c_link()
64 if (skip1 > len1) in c_link()
65 skip1 = len1; in c_link()
66 buf1[len1] = '\0'; in c_link()
H A Dregular.c56 c_regular(int fd1, const char *file1, off_t skip1, off_t len1, in c_regular() argument
66 if (skip1 > len1) in c_regular()
68 len1 -= skip1; in c_regular()
73 if (sflag && len1 != len2) in c_regular()
81 length = MIN(len1, len2); in c_regular()
145 if (len1 != len2) in c_regular()
146 eofmsg (len1 > len2 ? file2 : file1); in c_regular()
/dragonfly/usr.bin/sort/
H A Dbwstring.c585 len1 = bws1->len; in bwsncmp()
594 len1 -= offset; in bwsncmp()
597 cmp_len = len1; in bwsncmp()
625 if (len1 < cmp_len && len1 < len2) in bwsncmp()
640 len1 = bws1->len; in bwscmp()
643 len1 -= offset; in bwscmp()
646 cmp_len = len1; in bwscmp()
654 if( len1 < len2) in bwscmp()
686 len1 = bws1->len; in bwscoll()
695 len1 -= offset; in bwscoll()
[all …]
H A Dvsort.c205 size_t len1, len2, slen1, slen2; in vcmp() local
215 len1 = slen1 = BWSLEN(s1); in vcmp()
252 find_suffix(si1, bws_end(s1), &len1); in vcmp()
255 if ((len1 == len2) && (bws_iterator_cmp(si1, si2, len1) == 0)) in vcmp()
258 cmp_res = cmpversions(si1, bws_iterator_inc(si1, len1), si2, in vcmp()
/dragonfly/usr.sbin/ppp/
H A Dpred.c223 int len, olen, len1; in Pred1Input() local
238 len1 = decompress(state, cp, pp, olen - 4); in Pred1Input()
241 if (len != len1) { /* Error is detected. Send reset request */ in Pred1Input()
242 log_Printf(LogCCP, "Pred1: Length error (got %d, not %d)\n", len1, len); in Pred1Input()
249 pp += len1; in Pred1Input()

123