/src/usr.bin/colcrt/ |
colcrt.c | 203 pflush(int ol) 210 l = ol; 229 memmove(page, page[ol], (267 - ol) * 132); 230 memset(page[267- ol], 0, ol * 132); 231 outline -= ol;
|
/src/sys/crypto/skipjack/ |
skipjack.c | 86 #define g(k0, k1, k2, k3, ih, il, oh, ol) \ 89 ol = k##k1 [oh] ^ il; \ 90 oh = k##k2 [ol] ^ oh; \ 91 ol = k##k3 [oh] ^ ol; \ 94 #define g0(ih, il, oh, ol) g(0, 1, 2, 3, ih, il, oh, ol) 95 #define g4(ih, il, oh, ol) g(4, 5, 6, 7, ih, il, oh, ol) 96 #define g8(ih, il, oh, ol) g(8, 9, 0, 1, ih, il, oh, ol [all...] |
/src/lib/libc/gen/ |
vis.c | 113 char *ol; local in function:iscgraph 115 ol = setlocale(LC_CTYPE, "C"); 117 if (ol) 118 setlocale(LC_CTYPE, ol);
|
/src/tests/lib/libc/gen/ |
t_vis.c | 173 char s[256], cd[sizeof(s) * 4 + 1], jd[sizeof(cd)], *ol; local in function:ATF_TC_BODY 180 ol = setlocale(LC_CTYPE, "ja_JP.UTF-8"); 181 ATF_REQUIRE(ol != NULL); 184 ol = strdup(ol); 185 ATF_REQUIRE(ol != NULL); 190 setlocale(LC_CTYPE, ol); 191 free(ol);
|
/src/usr.bin/rump_dhcpclient/ |
dhcp.c | 214 uint8_t l, ol = 0; local in function:get_option 233 memcpy(bp, op, ol); 234 bp += ol; 236 ol = *p; 238 bl += ol; 275 memcpy(bp, op, ol);
|
/src/sys/arch/vax/uba/ |
qv.c | 690 int ol; local in function:qv_copyrows 704 ol = qv_rows_overlap(srcrow, dstrow, nrows); 705 if (ol == 0) 709 else if (ol < 0) {
|
/src/sys/external/bsd/ipf/netinet/ |
fil.c | 1469 ol = 1; 1473 ol = (int)*(s + 1); 1474 if (ol < 2 || ol > tlen) 1485 tlen -= ol; 1486 s += ol; 1687 int hlen, ol, mv, p, i; local in function:ipf_pr_ipv4hdr 1819 ol = 1; 1823 ol = (int)*(s + 1); 1824 if (ol < 2 || ol > hlen [all...] |
ip_state.c | 1870 int off, mlen, ol, i, len, retval; local in function:ipf_tcpoptions 1899 ol = 1; 1903 ol = (int)*(s + 1); 1904 if (ol < 2 || ol > len) 1914 if (ol == TCPOLEN_WINDOW) { 1931 if (ol == TCPOLEN_MAXSEG) { 1940 if (ol == TCPOLEN_SACK_PERMITTED) 1947 len -= ol; 1948 s += ol; [all...] |
/src/sys/dev/ic/ |
ac97.c | 1764 uint16_t l, r, ol, or; local in function:ac97_mixer_set_port 1789 ol = (val >> (8+si->ofs)) & mask; 1792 deltal = (ol << (8 - si->bits)) - l; 1798 if (deltal && ol == l)
|
/src/sys/sys/ |
gcq.h | 396 #define _GCQ_FOREACH_NVAR(var, nvar, h, tnull, item, ptr, ol, rem, ro) \ 398 (ol, (nvar)=(nvar)->ptr, rem, item, true)) || (tnull, false); ro)
|
/src/tools/host-mkdep/ |
configure | 295 | --oldin | --oldi | --old | --ol | --o) 299 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
|
/src/tools/make/ |
configure | 922 | --oldin | --oldi | --old | --ol | --o) 926 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
|
/src/lib/librumpuser/ |
configure | 933 | --oldin | --oldi | --old | --ol | --o) 937 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
|
/src/tools/compat/ |
configure | 953 | --oldin | --oldi | --old | --ol | --o) 957 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
|
/src/sys/external/isc/libsodium/dist/ |
configure | 1096 | --oldin | --oldi | --old | --ol | --o) 1100 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
|