Home
last modified time | relevance | path

Searched refs:eo (Results 1 – 21 of 21) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
Deh_tm.cc33 free_any_cxa_exception (_Unwind_Exception *eo) in free_any_cxa_exception() argument
36 = __get_refcounted_exception_header_from_ue (eo); in free_any_cxa_exception()
38 if (__is_dependent_exception (eo->exception_class)) in free_any_cxa_exception()
41 = __get_dependent_exception_from_ue (eo); in free_any_cxa_exception()
84 _Unwind_Exception *eo in __cxa_tm_cleanup() local
86 if (__is_gxx_exception_class (eo->exception_class)) in __cxa_tm_cleanup()
87 free_any_cxa_exception (eo); in __cxa_tm_cleanup()
89 _Unwind_DeleteException (eo); in __cxa_tm_cleanup()
107 _Unwind_Exception *eo = &h->unwindHeader; in __cxa_tm_cleanup() local
109 if (__is_gxx_exception_class (eo->exception_class)) in __cxa_tm_cleanup()
[all …]
Dunwind-cxx.h297 __gxx_caught_object(_Unwind_Exception* eo) in __gxx_caught_object() argument
299 return (void*)eo->barrier_cache.bitpattern[0]; in __gxx_caught_object()
355 __gxx_caught_object(_Unwind_Exception* eo) in __gxx_caught_object() argument
358 __cxa_exception* header = __get_exception_header_from_ue (eo); in __gxx_caught_object()
364 __get_object_from_ue(_Unwind_Exception* eo) throw() in __get_object_from_ue() argument
366 return __is_dependent_exception (eo->exception_class) ? in __get_object_from_ue()
367 __get_dependent_exception_from_ue (eo)->primaryException : in __get_object_from_ue()
368 eo + 1; in __get_object_from_ue()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
Deh_tm.cc34 free_any_cxa_exception (_Unwind_Exception *eo) in free_any_cxa_exception() argument
37 = __get_refcounted_exception_header_from_ue (eo); in free_any_cxa_exception()
39 if (__is_dependent_exception (eo->exception_class)) in free_any_cxa_exception()
42 = __get_dependent_exception_from_ue (eo); in free_any_cxa_exception()
83 _Unwind_Exception *eo in __cxa_tm_cleanup() local
85 if (__is_gxx_exception_class (eo->exception_class)) in __cxa_tm_cleanup()
86 free_any_cxa_exception (eo); in __cxa_tm_cleanup()
88 _Unwind_DeleteException (eo); in __cxa_tm_cleanup()
106 _Unwind_Exception *eo = &h->unwindHeader; in __cxa_tm_cleanup() local
108 if (__is_gxx_exception_class (eo->exception_class)) in __cxa_tm_cleanup()
[all …]
Dunwind-cxx.h314 __gxx_caught_object(_Unwind_Exception* eo) in __gxx_caught_object() argument
316 return (void*)eo->barrier_cache.bitpattern[0]; in __gxx_caught_object()
372 __gxx_caught_object(_Unwind_Exception* eo) in __gxx_caught_object() argument
375 __cxa_exception* header = __get_exception_header_from_ue (eo); in __gxx_caught_object()
381 __get_object_from_ue(_Unwind_Exception* eo) throw() in __get_object_from_ue() argument
383 return __is_dependent_exception (eo->exception_class) ? in __get_object_from_ue()
384 __get_dependent_exception_from_ue (eo)->primaryException : in __get_object_from_ue()
385 eo + 1; in __get_object_from_ue()
/dragonfly/contrib/tre/lib/
HDregexec.c246 int eo; in tre_match() local
279 tags, eflags, &eo); in tre_match()
291 &match, params, eflags, &eo); in tre_match()
298 tags, eflags, &eo); in tre_match()
304 status = tre_fill_pmatch(nmatch, pmatch, tnfa->cflags, tnfa, tags, eo); in tre_match()
386 int eo; in tre_match_approx() local
429 match, params, eflags, &eo); in tre_match_approx()
433 tnfa, tags, eo); in tre_match_approx()
HDtre-match-backtrack.c504 int so, eo, bt = trans_i->u.backref; in tre_tnfa_run_backtrack() local
515 eo = pmatch[bt].rm_eo; in tre_tnfa_run_backtrack()
516 bt_len = eo - so; in tre_tnfa_run_backtrack()
529 bt_len, so, eo, bt_len, (char*)string + so)); in tre_tnfa_run_backtrack()
536 bt_len, so, eo, bt_len, (wchar_t*)string + so)); in tre_tnfa_run_backtrack()
HDtre-compile.c1385 int eo = tnfa->submatch_data[i].eo_tag; in tre_add_tags() local
1393 DPRINT(("pmatch[%d]: {%d, %d}->{%d, %d}\n", i, so, eo, in tre_add_tags()
/dragonfly/contrib/dhcpcd/src/
HDdhcp-common.c878 ssize_t eo; in dhcp_envoption() local
911 eo = dhcp_optlen(eopt, ol); in dhcp_envoption()
912 if (eo == -1) { in dhcp_envoption()
919 if (eo == 0) { in dhcp_envoption()
937 if (print_option(fp, pfx, eopt, ov, od, (size_t)eo, in dhcp_envoption()
943 od += (size_t)eo; in dhcp_envoption()
944 ol -= (size_t)eo; in dhcp_envoption()
/dragonfly/initrd/etc/
HDtermcap4 :am:bs:NP:ms:pt:AX:eo:bw:ut:km:\
/dragonfly/etc/
HDtermcap.small35 :am:bs:NP:ms:pt:AX:eo:bw:ut:km:\
176 :li#24:co#80:am:bs:bw:eo:\
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDoperators.def117 DEF_SIMPLE_OPERATOR ("^", BIT_XOR_EXPR, "eo", 2)
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDoperators.def104 DEF_OPERATOR ("^", BIT_XOR_EXPR, "eo", OVL_OP_FLAG_BINARY)
/dragonfly/contrib/cryptsetup/
HDABOUT-NLS187 Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo
362 af am ar az be bg bs ca cs cy da de el en en_GB eo
/dragonfly/share/termcap/
HDtermcap.src322 :am:bw:eo:xo:Co#8:NC#3:co#80:li#25:pa#64:kn#6:\
393 :kh=\EH:ku=\EA:kr=\EC:li#24:nd=\EC:pc=\177:pt:eo:ul:up=\EA:xn:
615 :am:bs:eo:xo:\
807 :up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:am:ul:pt:eo:
814 :up=\EA:vb=\E^G:am:ul:pt:eo:
1982 :le=^H:do=^J:eo:da:bs:am:li#5:co#80:is=\EKA1\ELL5\ELV0\ELV1:\
1993 :eo:bs:am:li#34:co#80:is=\ELZ\EKA0\ELF7l\177 @:vs=\ELZ\EKA0:\
2014 :ei=\E[4l:eo:ho=\E[;H:im=\E[4h:if=/usr/share/tabset/vt100:\
2232 :dc=\E^Q:dl=\E^B:ei=\E\200:eo:im=\E^P:li#24:mi:nd=\E=:\
2274 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E1:eo:ho=\E[H:im=\E1:kb=^H:kd=\E[B:\
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDgengtype.c2111 int eo = pmatch[dolnum].rm_eo; in matching_file_name_substitute() local
2112 DBGPRINTF ("so=%d eo=%d dolnum=%d", so, eo, dolnum); in matching_file_name_substitute()
2113 if (so>=0 && eo>=so) in matching_file_name_substitute()
2114 obstack_grow (&str_obstack, filnam + so, eo - so); in matching_file_name_substitute()
/dragonfly/contrib/gcc-4.7/gcc/
HDgengtype.c1938 int eo = pmatch[dolnum].rm_eo; in matching_file_name_substitute() local
1939 DBGPRINTF ("so=%d eo=%d dolnum=%d", so, eo, dolnum); in matching_file_name_substitute()
1940 if (so>=0 && eo>=so) in matching_file_name_substitute()
1941 obstack_grow (&str_obstack, filnam + so, eo - so); in matching_file_name_substitute()
/dragonfly/share/misc/
HDiso639161 eo epo epo Esperanto
/dragonfly/contrib/ncurses/include/
HDCaps218 erase_overstrike eo bool eo - - YBCG- can erase…
/dragonfly/contrib/ncurses/misc/
HDterminfo.src787 am, eo, mir, npc,
801 eo, mir, msgr, xon,
904 am, eo, mir, msgr, xenl, xon,
954 am, bce, eo, mir, msgr, xenl, xon,
1240 am, bce, bw, eo, km, mir, msgr, xenl, xon,
1468 OTbs, am, bce, eo, xon,
1888 OTbs, OTpt, am, bce, bw, eo, km, msgr, npc,
1937 am, bce, bw, eo, msgr, npc,
2086 OTbs, am, bw, eo, xon,
2123 OTbs, am, eo, km, xon,
[all …]
/dragonfly/contrib/dialog/
HDCHANGES97 + updated eo.po, fi.po, pt.po, sq.po, sv.po, ru.po, uk.po, zh_CN.po
1133 + add eo.po from
/dragonfly/sys/contrib/dev/acpica/
HDchanges.txt1374 AcpiExec: Implemented a new command-line option (-eo) to support the new