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

123

/freebsd-12-stable/usr.sbin/config/
H A Dmkoptions.c69 struct opt_list *ol; local
103 SLIST_FOREACH(ol, &otab, o_next) {
104 if (strcasecmp(ol->o_name, machinearch) != 0)
110 op->op_name = ns(ol->o_name);
116 SLIST_FOREACH(ol, &otab, o_next) {
117 if (eq(op->op_name, ol->o_name) &&
118 (ol->o_flags & OL_ALIAS)) {
120 op->op_name, ol->o_file);
121 op->op_name = ol->o_file;
126 SLIST_FOREACH(ol,
146 struct opt_list *ol; local
[all...]
/freebsd-12-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-12-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-12-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-12-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-12-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-12-stable/contrib/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-12-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-12-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-12-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-12-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-12-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-12-stable/sys/kern/
H A Dtty_ttydisc.c843 size_t ol; local
1011 ol = 2;
1015 ol = 1;
1024 ol = 3;
1028 ol = 1;
1033 if (ttyinq_write_nofrag(&tp->t_inq, ob, ol, quote) != 0) {
/freebsd-12-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-12-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-12-stable/sys/cam/scsi/
H A Dscsi_xpt.c1822 u_int8_t *ol, *nl; local
1840 ol = old->luns[idx1].lundata;
1843 if (memcmp(nl, ol, 8) == 0) {
/freebsd-12-stable/contrib/gperf/
H A Dconfigure841 | --oldin | --oldi | --old | --ol | --o)
845 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/freebsd-12-stable/contrib/gperf/doc/
H A Dconfigure844 | --oldin | --oldi | --old | --ol | --o)
848 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/freebsd-12-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-12-stable/contrib/gperf/lib/
H A Dconfigure866 | --oldin | --oldi | --old | --ol | --o)
870 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/freebsd-12-stable/contrib/gperf/src/
H A Dconfigure866 | --oldin | --oldi | --old | --ol | --o)
870 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/freebsd-12-stable/contrib/gcclibs/libssp/
H A Dconfigure494 | --oldin | --oldi | --old | --ol | --o)
498 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)

Completed in 210 milliseconds

123