HomeSort by: relevance | last modified time | path
    Searched defs:ol (Results 1 - 7 of 7) sorted by relevancy

  /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/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/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/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/external/bsd/ipf/netinet/
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...]
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...]

Completed in 20 milliseconds