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

1 2

  /src/external/gpl3/gdb/dist/readline/readline/
nls.c 228 char *t, *ol; local
230 ol = _rl_current_locale;
232 xfree (ol);
337 char *ol, *nl; local
341 ol = _rl_current_locale;
344 if ((ol == 0 && nl) || (ol && nl && (STREQ (ol, nl) == 0)))
347 xfree (ol);
  /src/external/gpl3/gdb.old/dist/readline/readline/
nls.c 228 char *t, *ol; local
230 ol = _rl_current_locale;
232 xfree (ol);
337 char *ol, *nl; local
341 ol = _rl_current_locale;
344 if ((ol == 0 && nl) || (ol && nl && (STREQ (ol, nl) == 0)))
347 xfree (ol);
  /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/gpl3/gdb.old/dist/include/opcode/
msp430.h 38 int ol; /* Operand length words. */ member in struct:msp430_operand_s
  /src/external/gpl3/gdb/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/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/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/external/gpl3/gdb.old/dist/sim/common/
sim-options.c 47 struct option_list *ol = ((struct option_list *) local
56 ol->next = CPU_OPTIONS (cpu);
57 ol->options = table;
58 CPU_OPTIONS (cpu) = ol;
62 ol->next = STATE_OPTIONS (sd);
63 ol->options = table;
64 STATE_OPTIONS (sd) = ol;
588 const struct option_list *ol; local
599 for (ol = STATE_OPTIONS (sd); ol != NULL; ol = ol->next
1025 const struct option_list *ol; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
sim-options.c 47 struct option_list *ol = ((struct option_list *) local
56 ol->next = CPU_OPTIONS (cpu);
57 ol->options = table;
58 CPU_OPTIONS (cpu) = ol;
62 ol->next = STATE_OPTIONS (sd);
63 ol->options = table;
64 STATE_OPTIONS (sd) = ol;
588 const struct option_list *ol; local
599 for (ol = STATE_OPTIONS (sd); ol != NULL; ol = ol->next
1025 const struct option_list *ol; local
    [all...]
  /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/external/gpl3/gdb/dist/sim/mips/
interp.c 607 struct option_list * ol; local
615 for (ol = STATE_OPTIONS (sd), prev = NULL;
616 ol != NULL;
617 prev = ol, ol = ol->next)
618 if (ol->options == mips_options)
621 SIM_ASSERT (ol != NULL);
624 STATE_OPTIONS (sd) = ol->next;
626 prev->next = ol->next
    [all...]
  /src/external/gpl3/gdb.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/external/gpl3/gdb.old/dist/sim/mips/
interp.c 607 struct option_list * ol; local
615 for (ol = STATE_OPTIONS (sd), prev = NULL;
616 ol != NULL;
617 prev = ol, ol = ol->next)
618 if (ol->options == mips_options)
621 SIM_ASSERT (ol != NULL);
624 STATE_OPTIONS (sd) = ol->next;
626 prev->next = ol->next
    [all...]
  /src/external/gpl3/gdb/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...]
  /src/crypto/external/bsd/openssh/dist/
monitor.c 1287 char *s, *l, *ol = xstrdup(list); local
1290 l = ol;
1302 free(ol);

Completed in 72 milliseconds

1 2