Searched refs:ol (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-10-stable/usr.sbin/config/
H A Dmkoptions.c67 struct opt_list *ol; local
101 SLIST_FOREACH(ol, &otab, o_next) {
102 if (strcasecmp(ol->o_name, machinearch) != 0)
108 op->op_name = ns(ol->o_name);
114 SLIST_FOREACH(ol, &otab, o_next) {
115 if (eq(op->op_name, ol->o_name) &&
116 (ol->o_flags & OL_ALIAS)) {
118 op->op_name, ol->o_file);
119 op->op_name = ol->o_file;
124 SLIST_FOREACH(ol,
144 struct opt_list *ol; local
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c156 char s[256], cd[sizeof(s) * 4 + 1], jd[sizeof(cd)], *ol; local
163 ol = setlocale(LC_CTYPE, "ja_JP.UTF-8");
164 ATF_REQUIRE(ol != NULL);
167 ol = strdup(ol);
168 ATF_REQUIRE(ol != NULL);
173 setlocale(LC_CTYPE, ol);
174 free(ol);
/freebsd-10-stable/sys/opencrypto/
H A Dskipjack.c81 #define g(k0, k1, k2, k3, ih, il, oh, ol) \
84 ol = k##k1 [oh] ^ il; \
85 oh = k##k2 [ol] ^ oh; \
86 ol = k##k3 [oh] ^ ol; \
89 #define g0(ih, il, oh, ol) g(0, 1, 2, 3, ih, il, oh, ol)
90 #define g4(ih, il, oh, ol) g(4, 5, 6, 7, ih, il, oh, ol)
91 #define g8(ih, il, oh, ol)
[all...]
/freebsd-10-stable/usr.bin/colcrt/
H A Dcolcrt.c217 pflush(int ol) argument
225 l = ol;
251 wmemcpy(page[0], page[ol], (267 - ol) * 132);
252 wmemset(page[267- ol], L'\0', ol * 132);
253 outline -= ol;
/freebsd-10-stable/contrib/libc-vis/
H A Dvis.c111 char *ol; local
113 ol = setlocale(LC_CTYPE, "C");
115 if (ol)
116 setlocale(LC_CTYPE, ol);
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Diocp-internal.h131 @param ol Overlapped object with associated completion callback.
134 int evbuffer_launch_read_(struct evbuffer *buf, size_t n, struct event_overlapped *ol);
145 @param ol Overlapped object with associated completion callback.
148 int evbuffer_launch_write_(struct evbuffer *buf, ev_ssize_t n, struct event_overlapped *ol);
H A Dbuffer_iocp.c172 struct event_overlapped *ol)
226 &ol->overlapped, NULL)) {
246 struct event_overlapped *ol)
292 &ol->overlapped, NULL)) {
171 evbuffer_launch_write_(struct evbuffer *buf, ev_ssize_t at_most, struct event_overlapped *ol) argument
245 evbuffer_launch_read_(struct evbuffer *buf, size_t at_most, struct event_overlapped *ol) argument
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java193 int ol; // opt length
199 ol = opt.length();
214 op < ol) {
220 if (match && ip < il && ic == ')' && (op >= ol ||
222 if (op < ol && opt.charAt(op) == '=') {
/freebsd-10-stable/sys/net/
H A Dmppcd.c57 uint32_t res, ol; local
59 ol = *l;
62 res = (buf[*i] & m[ol]) >> (*l);
69 res = (buf[(*i)++] & m[ol]) << 8;
/freebsd-10-stable/sys/amd64/vmm/io/
H A Dvatpit.c83 uint8_t ol[2]; member in struct:channel
220 c->ol[1] = lval; /* LSB */
221 c->ol[0] = lval >> 8; /* MSB */
378 *eax = c->ol[--c->olbyte];
/freebsd-10-stable/contrib/ipfilter/ipsend/
H A Dip.c164 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;
/freebsd-10-stable/contrib/binutils/bfd/doc/
H A Dchew.c983 int ol = 0; local
996 ol = 0;
1000 if (ol == 0)
1004 ol = 1;
1010 ol = 1;
1015 ol = 1;
/freebsd-10-stable/sys/kern/
H A Dtty_ttydisc.c844 size_t ol; local
1012 ol = 2;
1016 ol = 1;
1025 ol = 3;
1029 ol = 1;
1034 if (ttyinq_write_nofrag(&tp->t_inq, ob, ol, quote) != 0) {
/freebsd-10-stable/contrib/groff/src/preproc/pic/
H A Dobject.cpp513 void object_list::wrap_up_block(object_list *ol) argument
519 ol->head = p->next;
520 if (ol->head) {
521 ol->tail = tail;
522 ol->head->prev = 0;
525 ol->tail = 0;
880 block_object(const position &, const object_list &ol, PTABLE(place) *t);
888 block_object::block_object(const position &d, const object_list &ol, argument
890 : rectangle_object(d), oblist(ol), tbl(t)
/freebsd-10-stable/contrib/mdocml/
H A Dstyle.css135 ol.list-enum { padding-left: 2em; }
H A Dexample.style.css107 div.mandoc ol.list-enum { padding-left: 2em; }
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h536 CodeGenOpt::Level ol)
538 DAG(dag), FuncInfo(funcinfo), OptLevel(ol),
535 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, CodeGenOpt::Level ol) argument
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c1477 ol = 1;
1481 ol = (int)*(s + 1);
1482 if (ol < 2 || ol > tlen)
1493 tlen -= ol;
1494 s += ol;
1702 int hlen, ol, mv, p, i; local
1829 ol = 1;
1833 ol = (int)*(s + 1);
1834 if (ol <
[all...]
H A Dip_state.c1908 int off, mlen, ol, i, len, retval; local
1937 ol = 1;
1941 ol = (int)*(s + 1);
1942 if (ol < 2 || ol > len)
1952 if (ol == TCPOLEN_WINDOW) {
1969 if (ol == TCPOLEN_MAXSEG) {
1978 if (ol == TCPOLEN_SACK_PERMITTED)
1985 len -= ol;
1986 s += ol;
[all...]
/freebsd-10-stable/contrib/unbound/daemon/
H A Dremote.c1999 struct outbound_list* ol = &qstate->outlist; local
2004 if(ol->first == NULL)
2006 for(e = ol->first; e; e = e->next) {
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_xpt.c1782 u_int8_t *ol, *nl; local
1800 ol = old->luns[idx1].lundata;
1803 if (memcmp(nl, ol, 8) == 0) {
/freebsd-10-stable/contrib/gperf/
H A Dconfigure841 | --oldin | --oldi | --old | --ol | --o)
845 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/freebsd-10-stable/contrib/gperf/doc/
H A Dconfigure844 | --oldin | --oldi | --old | --ol | --o)
848 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/freebsd-10-stable/contrib/gperf/lib/
H A Dconfigure866 | --oldin | --oldi | --old | --ol | --o)
870 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/freebsd-10-stable/contrib/gperf/src/
H A Dconfigure866 | --oldin | --oldi | --old | --ol | --o)
870 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)

Completed in 398 milliseconds

123