HomeSort by: relevance | last modified time | path
    Searched defs:ol (Results 1 - 20 of 20) 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
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/external/bsd/ipf/dist/ipsend/
ip.c 164 char optcpy[48], ol; local
175 ol = (IP_HL(ip) << 2) - sizeof(*ip);
176 for (i = 0, s = (char*)(ip + 1); ol > 0; )
182 ol--;
186 ol -= olen;
  /src/external/gpl3/binutils/dist/include/opcode/
msp430.h 38 int ol; /* Operand length words. */ member in struct:msp430_operand_s
  /src/external/gpl3/binutils.old/dist/include/opcode/
msp430.h 38 int ol; /* Operand length words. */ member in struct:msp430_operand_s
  /src/external/bsd/jemalloc/dist/test/src/
SFMT.c 164 uint64_t th, tl, oh, ol; local
170 ol = tl >> (shift * 8);
171 ol |= th << (64 - shift * 8);
172 out->u[0] = (uint32_t)(ol >> 32);
173 out->u[1] = (uint32_t)ol;
179 uint64_t th, tl, oh, ol; local
185 ol = tl >> (shift * 8);
186 ol |= th << (64 - shift * 8);
187 out->u[1] = (uint32_t)(ol >> 32);
188 out->u[0] = (uint32_t)ol;
203 uint64_t th, tl, oh, ol; local
218 uint64_t th, tl, oh, ol; local
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/src/
SFMT.c 164 uint64_t th, tl, oh, ol; local
170 ol = tl >> (shift * 8);
171 ol |= th << (64 - shift * 8);
172 out->u[0] = (uint32_t)(ol >> 32);
173 out->u[1] = (uint32_t)ol;
179 uint64_t th, tl, oh, ol; local
185 ol = tl >> (shift * 8);
186 ol |= th << (64 - shift * 8);
187 out->u[1] = (uint32_t)(ol >> 32);
188 out->u[0] = (uint32_t)ol;
203 uint64_t th, tl, oh, ol; local
218 uint64_t th, tl, oh, ol; local
    [all...]
  /src/lib/libc/gen/
vis.c 113 char *ol; local
115 ol = setlocale(LC_CTYPE, "C");
117 if (ol)
118 setlocale(LC_CTYPE, ol);
  /src/usr.bin/rump_dhcpclient/
dhcp.c 214 uint8_t l, ol = 0; local
233 memcpy(bp, op, ol);
234 bp += ol;
236 ol = *p;
238 bl += ol;
275 memcpy(bp, op, ol);
  /src/sbin/gpt/
show.c 135 char *ol; local
145 ol = setlocale(LC_CTYPE, "en_GB.UTF-8");
147 if (ol)
148 setlocale(LC_CTYPE, ol);
  /src/sys/arch/vax/uba/
qv.c 690 int ol; local
704 ol = qv_rows_overlap(srcrow, dstrow, nrows);
705 if (ol == 0)
709 else if (ol < 0) {
  /src/external/gpl3/binutils/dist/bfd/doc/
chew.c 972 int ol = 0; local
989 ol = 0;
992 if (ol == 0)
1004 ol = 1;
1010 ol = 1;
1014 ol = 1;
  /src/external/gpl3/binutils.old/dist/bfd/doc/
chew.c 972 int ol = 0; local
989 ol = 0;
992 if (ol == 0)
1004 ol = 1;
1010 ol = 1;
1014 ol = 1;
  /src/sys/dev/ic/
ac97.c 1764 uint16_t l, r, ol, or; local
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
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
1819 ol = 1;
1823 ol = (int)*(s + 1);
1824 if (ol < 2 || ol > hlen
    [all...]
  /src/external/bsd/dhcpcd/dist/src/
dhcp.c 174 uint8_t l, o, ol, overl, *bp; local
191 ol = o = overl = 0;
261 memcpy(bp, op, ol);
262 bp += ol;
264 ol = l;
266 bl += ol;
275 memcpy(bp, op, ol);
1360 const uint8_t *od, size_t ol, struct dhcp_opt **oopt)
1366 if (ol < 2) {
1373 if (*len > ol - *os)
    [all...]
dhcp6.c 468 const uint8_t *od, size_t ol, struct dhcp_opt **oopt)
476 if (ol < *os) {
482 if (*len > ol - *os) {
2260 uint16_t ol; local
2267 while ((o = dhcp6_findoption(d, l, D6_OPTION_IA_ADDR, &ol))) {
2269 nd = o + ol;
2272 if (ol < sizeof(ia)) {
2337 uint16_t ol; local
2344 while ((o = dhcp6_findoption(d, l, D6_OPTION_IAPREFIX, &ol))) {
2346 nd = o + ol;
2735 uint16_t ol; local
3227 uint16_t ol; local
3420 uint16_t ol; local
3465 uint16_t ol; local
3760 uint16_t ol; local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_windows.c 189 OVERLAPPED ol; member in struct:tree::la_overlapped
196 } ol[MAX_OVERLAPPED]; member in struct:tree
721 olp = &(t->ol[t->ol_idx_doing]);
738 olp->ol.hEvent = CreateEventW(NULL, TRUE, FALSE, NULL);
739 if (olp->ol.hEvent == NULL) {
747 ResetEvent(olp->ol.hEvent);
760 olp->ol.Offset = (DWORD)(olp->offset & 0xffffffff);
761 olp->ol.OffsetHigh = (DWORD)(olp->offset >> 32);
777 if (!ReadFile(t->entry_fh, olp->buff, buffbytes, &rbytes, &(olp->ol))) {
847 olp = &(t->ol[t->ol_idx_done])
    [all...]
archive_write_disk_windows.c 1100 OVERLAPPED ol; local
1154 memset(&ol, 0, sizeof(ol));
1155 ol.Offset = (DWORD)(a->offset & 0xFFFFFFFF);
1156 ol.OffsetHigh = (DWORD)(a->offset >> 32);
1158 &bytes_written, &ol)) {
  /src/external/bsd/unbound/dist/daemon/
remote.c 3011 struct outbound_list* ol = &qstate->outlist; local
3016 if(ol->first == NULL)
3018 for(e = ol->first; e; e = e->next) {

Completed in 70 milliseconds