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

123

/freebsd-11-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-11-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-11-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-11-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-11-stable/contrib/ofed/librdmacm/examples/
H A Dcommon.h61 #define rs_setsockopt(s,l,n,v,ol) \
62 use_rs ? rsetsockopt(s,l,n,v,ol) : setsockopt(s,l,n,v,ol)
63 #define rs_getsockopt(s,l,n,v,ol) \
64 use_rs ? rgetsockopt(s,l,n,v,ol) : getsockopt(s,l,n,v,ol)
/freebsd-11-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-11-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-11-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-11-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-11-stable/sys/amd64/vmm/io/
H A Dvatpit.c84 uint8_t ol[2]; member in struct:channel
239 c->ol[1] = lval; /* LSB */
240 c->ol[0] = lval >> 8; /* MSB */
397 *eax = c->ol[--c->olbyte];
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dip.c159 char optcpy[48], ol; local
170 ol = (IP_HL(ip) << 2) - sizeof(*ip);
171 for (i = 0, s = (char*)(ip + 1); ol > 0; )
177 ol--;
181 ol -= olen;
/freebsd-11-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-11-stable/sys/kern/
H A Dtty_ttydisc.c841 size_t ol; local
1009 ol = 2;
1013 ol = 1;
1022 ol = 3;
1026 ol = 1;
1031 if (ttyinq_write_nofrag(&tp->t_inq, ob, ol, quote) != 0) {
/freebsd-11-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-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c1459 ol = 1;
1463 ol = (int)*(s + 1);
1464 if (ol < 2 || ol > tlen)
1475 tlen -= ol;
1476 s += ol;
1684 int hlen, ol, mv, p, i; local
1816 ol = 1;
1820 ol = (int)*(s + 1);
1821 if (ol <
[all...]
H A Dip_state.c1903 int off, mlen, ol, i, len, retval; local
1932 ol = 1;
1936 ol = (int)*(s + 1);
1937 if (ol < 2 || ol > len)
1947 if (ol == TCPOLEN_WINDOW) {
1964 if (ol == TCPOLEN_MAXSEG) {
1973 if (ol == TCPOLEN_SACK_PERMITTED)
1980 len -= ol;
1981 s += ol;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h441 SwiftErrorValueTracking &swifterror, CodeGenOpt::Level ol)
440 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, SwiftErrorValueTracking &swifterror, CodeGenOpt::Level ol) argument
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_xpt.c1819 u_int8_t *ol, *nl; local
1837 ol = old->luns[idx1].lundata;
1840 if (memcmp(nl, ol, 8) == 0) {
/freebsd-11-stable/contrib/gperf/
H A Dconfigure841 | --oldin | --oldi | --old | --ol | --o)
845 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/freebsd-11-stable/contrib/gperf/doc/
H A Dconfigure844 | --oldin | --oldi | --old | --ol | --o)
848 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c2348 struct outbound_list* ol = &qstate->outlist; local
2353 if(ol->first == NULL)
2355 for(e = ol->first; e; e = e->next) {
/freebsd-11-stable/contrib/gperf/lib/
H A Dconfigure866 | --oldin | --oldi | --old | --ol | --o)
870 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/freebsd-11-stable/contrib/gperf/src/
H A Dconfigure866 | --oldin | --oldi | --old | --ol | --o)
870 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dconfigure457 | --oldin | --oldi | --old | --ol | --o)
461 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)

Completed in 389 milliseconds

123