Home
last modified time | relevance | path

Searched refs:ol (Results 1 – 25 of 43) sorted by relevance

12

/minix/tests/lib/libc/gen/
H A Dt_vis.c155 char s[256], cd[sizeof(s) * 4 + 1], jd[sizeof(cd)], *ol; in ATF_TC_BODY() local
162 ol = setlocale(LC_CTYPE, "ja_JP.UTF-8"); in ATF_TC_BODY()
163 ATF_REQUIRE(ol != NULL); in ATF_TC_BODY()
166 ol = strdup(ol); in ATF_TC_BODY()
167 ATF_REQUIRE(ol != NULL); in ATF_TC_BODY()
172 setlocale(LC_CTYPE, ol); in ATF_TC_BODY()
173 free(ol); in ATF_TC_BODY()
/minix/usr.bin/colcrt/
H A Dcolcrt.c202 pflush(int ol) in pflush() argument
209 l = ol; in pflush()
228 memmove(page, page[ol], (267 - ol) * 132); in pflush()
229 memset(page[267- ol], 0, ol * 132); in pflush()
230 outline -= ol; in pflush()
/minix/external/bsd/dhcpcd/dist/
H A Ddhcp-common.c824 if (opt->len && opt->len < ol) in dhcp_envoption1()
825 ol = opt->len; in dhcp_envoption1()
826 len = print_option(NULL, 0, opt, od, ol, ifname); in dhcp_envoption1()
848 print_option(v, (size_t)len + 1, opt, od, ol, ifname); in dhcp_envoption1()
858 const uint8_t *od, size_t ol) in dhcp_envoption() argument
872 prefix, opt, 1, od, ol, ifname)) in dhcp_envoption()
905 eo = dhcp_optlen(eopt, ol); in dhcp_envoption()
923 (ol != 0 || i + 1 < opt->embopts_len)) in dhcp_envoption()
940 ol -= (size_t)eo; in dhcp_envoption()
944 if (opt->encopts_len && ol > 0) { in dhcp_envoption()
[all …]
H A Ddhcp6.c227 size_t ol; in dhcp6_findoption() local
235 if (ol > len) { in dhcp6_findoption()
241 len -= ol; in dhcp6_findoption()
1847 uint16_t ol; in dhcp6_findpd() local
1909 ol = (uint16_t)(ol - sizeof(pdp)); in dhcp6_findpd()
1936 ol--; in dhcp6_findpd()
1938 != ol) in dhcp6_findpd()
1949 ol--; in dhcp6_findpd()
2022 ol = (uint16_t)(ol - sizeof(iaid)); in dhcp6_findia()
2049 ol = (uint16_t)(ol - sizeof(u32)); in dhcp6_findia()
[all …]
H A Ddhcp-common.h118 const uint8_t *od, size_t ol);
H A Ddhcp.c159 uint8_t l, ol = 0; in get_option() local
222 memcpy(bp, op, ol); in get_option()
223 bp += ol; in get_option()
225 ol = l; in get_option()
226 if (p + ol >= e) { in get_option()
231 bl += ol; in get_option()
240 memcpy(bp, op, ol); in get_option()
1278 const uint8_t *od, size_t ol, struct dhcp_opt **oopt) in dhcp_getoption() argument
1284 if (ol < 2) { in dhcp_getoption()
1291 if (*len > ol) { in dhcp_getoption()
H A Dif-options.c2122 size_t ol; local
2208 ol = strlen(*e) + 1;
2209 if (ol > buflen) {
2210 buflen = ol;
2218 memcpy(buf, *e, ol);
H A Dipv6nd.c1218 const uint8_t *od, size_t ol, struct dhcp_opt **oopt) in ipv6nd_getoption() argument
1226 if (ol < *os) { in ipv6nd_getoption()
1231 if (o->nd_opt_len > ol) { in ipv6nd_getoption()
/minix/external/bsd/libevent/dist/
H A Dbuffer_iocp.c174 struct event_overlapped *ol) in evbuffer_launch_write() argument
228 &ol->overlapped, NULL)) { in evbuffer_launch_write()
248 struct event_overlapped *ol) in evbuffer_launch_read() argument
294 &ol->overlapped, NULL)) { in evbuffer_launch_read()
H A Diocp-internal.h135 int evbuffer_launch_read(struct evbuffer *buf, size_t n, struct event_overlapped *ol);
149 int evbuffer_launch_write(struct evbuffer *buf, ev_ssize_t n, struct event_overlapped *ol);
/minix/lib/libc/gen/
H A Dvis.c111 char *ol; in iscgraph() local
113 ol = setlocale(LC_CTYPE, "C"); in iscgraph()
115 if (ol) in iscgraph()
116 setlocale(LC_CTYPE, ol); in iscgraph()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentHTMLTags.td39 def Ol : Tag<"ol">;
/minix/external/bsd/nvi/dist/common/
H A Dconv.c72 #define HANDLE_ICONV_ERROR(o, i, ol, il) do { \ argument
74 ol--; il--; \
/minix/external/bsd/llvm/dist/llvm/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css347 div.admonition ul, div.admonition ol,
348 div.warning ul, div.warning ol {
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h554 CodeGenOpt::Level ol) in SelectionDAGBuilder() argument
556 DAG(dag), FuncInfo(funcinfo), OptLevel(ol), in SelectionDAGBuilder()
/minix/external/bsd/flex/dist/po/
H A Deo.po607 " -f, --full generi rapidan, grandan skanilon. Same ol -Cfr\n"
608 " -F, --fast uzi alternativan tabel-reprezenton. Same ol -CFr\n"
609 " -Cem apriora densigo (same ol --ecs --meta-ecs)\n"
633 " -B, --batch generi aŭtomatan skanilon (male ol -I)\n"
637 " -I, --interactive generi interagan skanilon (male ol -B)\n"
/minix/sys/sys/
H A Dgcq.h396 #define _GCQ_FOREACH_NVAR(var, nvar, h, tnull, item, ptr, ol, rem, ro) \ argument
398 (ol, (nvar)=(nvar)->ptr, rem, item, true)) || (tnull, false); ro)
/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DREADME_ALTIVEC.txt184 1. store element to any ol' slot
/minix/external/bsd/mdocml/dist/
H A Dexample.style.css107 div.mandoc ol.list-enum { padding-left: 2em; }
/minix/tools/host-mkdep/
H A Dconfigure295 | --oldin | --oldi | --old | --ol | --o)
299 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/minix/tools/make/
H A Dconfigure295 | --oldin | --oldi | --old | --ol | --o)
299 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/minix/games/fortune/datfiles/
H A Dfortunes.sp.ok1717 ol;lkld;f;g;dd;po
/minix/external/bsd/bind/dist/contrib/zkt-1.1.3/
H A Dconfigure935 | --oldin | --oldi | --old | --ol | --o)
939 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/minix/external/bsd/less/dist/
H A Dconfigure907 | --oldin | --oldi | --old | --ol | --o)
911 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/minix/external/bsd/byacc/dist/
H A Dconfigure340 | --oldin | --oldi | --old | --ol | --o)
344 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)

12