| /src/distrib/syspkg/sets/base/base-locale-eo/ |
| Makefile | 3 PKGBASE=base-locale-eo
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| eh_tm.cc | 34 free_any_cxa_exception (_Unwind_Exception *eo) 37 = __get_refcounted_exception_header_from_ue (eo); 39 if (__is_dependent_exception (eo->exception_class)) 42 = __get_dependent_exception_from_ue (eo); 83 _Unwind_Exception *eo local 85 if (__is_gxx_exception_class (eo->exception_class)) 86 free_any_cxa_exception (eo); 88 _Unwind_DeleteException (eo); 106 _Unwind_Exception *eo = &h->unwindHeader; local 108 if (__is_gxx_exception_class (eo->exception_class) [all...] |
| unwind-cxx.h | 314 __gxx_caught_object(_Unwind_Exception* eo) 316 return (void*)eo->barrier_cache.bitpattern[0]; 372 __gxx_caught_object(_Unwind_Exception* eo) 375 __cxa_exception* header = __get_exception_header_from_ue (eo); 381 __get_object_from_ue(_Unwind_Exception* eo) throw() 383 return __is_dependent_exception (eo->exception_class) ? 384 __get_dependent_exception_from_ue (eo)->primaryException : 385 eo + 1;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| eh_tm.cc | 34 free_any_cxa_exception (_Unwind_Exception *eo) 37 = __get_refcounted_exception_header_from_ue (eo); 39 if (__is_dependent_exception (eo->exception_class)) 42 = __get_dependent_exception_from_ue (eo); 83 _Unwind_Exception *eo local 85 if (__is_gxx_exception_class (eo->exception_class)) 86 free_any_cxa_exception (eo); 88 _Unwind_DeleteException (eo); 106 _Unwind_Exception *eo = &h->unwindHeader; local 108 if (__is_gxx_exception_class (eo->exception_class) [all...] |
| unwind-cxx.h | 314 __gxx_caught_object(_Unwind_Exception* eo) 316 return (void*)eo->barrier_cache.bitpattern[0]; 372 __gxx_caught_object(_Unwind_Exception* eo) 375 __cxa_exception* header = __get_exception_header_from_ue (eo); 381 __get_object_from_ue(_Unwind_Exception* eo) throw() 383 return __is_dependent_exception (eo->exception_class) ? 384 __get_dependent_exception_from_ue (eo)->primaryException : 385 eo + 1;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| koenig.cc | 52 int foo ( O fo, ::E::O eo){ return 4;} 53 int foo (int i, O fo, ::E::O eo){ return 5;} 59 int foo (O go, ::F::O fo, ::E::O eo){ return 6; } 256 E::O eo; local 260 foo (eo); 261 foo (eo, eo); 262 foo (eo, eo, 1); 263 foo (fo, eo); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| koenig.cc | 52 int foo ( O fo, ::E::O eo){ return 4;} 53 int foo (int i, O fo, ::E::O eo){ return 5;} 59 int foo (O go, ::F::O fo, ::E::O eo){ return 6; } 256 E::O eo; local 260 foo (eo); 261 foo (eo, eo); 262 foo (eo, eo, 1); 263 foo (fo, eo); [all...] |
| /src/external/bsd/libevent/dist/test/ |
| regress_iocp.c | 115 struct event_overlapped eo; member in struct:dummy_overlapped 126 EVUTIL_UPCAST(o, struct dummy_overlapped, eo); 171 event_overlapped_init_(&o1.eo, dummy_cb); 172 event_overlapped_init_(&o2.eo, dummy_cb); 177 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 10, 100)); 178 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 20, 200)); 180 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 11, 101)); 181 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 21, 201)); 183 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 12, 102)); 184 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 22, 202)) [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_iocp.c | 116 struct event_overlapped eo; member in struct:dummy_overlapped 127 EVUTIL_UPCAST(o, struct dummy_overlapped, eo); 172 event_overlapped_init_(&o1.eo, dummy_cb); 173 event_overlapped_init_(&o2.eo, dummy_cb); 178 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 10, 100)); 179 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 20, 200)); 181 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 11, 101)); 182 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 21, 201)); 184 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 12, 102)); 185 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 22, 202)) [all...] |
| /src/external/bsd/libevent/dist/ |
| bufferevent_async.c | 139 upcast_connect(struct event_overlapped *eo) 142 bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, connect_overlapped); 148 upcast_read(struct event_overlapped *eo) 151 bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, read_overlapped); 157 upcast_write(struct event_overlapped *eo) 160 bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, write_overlapped); 419 bev_async_set_wsa_error(struct bufferevent *bev, struct event_overlapped *eo) 425 WSAGetOverlappedResult(fd, &eo->overlapped, &bytes, FALSE, &flags); 436 connect_complete(struct event_overlapped *eo, ev_uintptr_t key, 439 struct bufferevent_async *bev_a = upcast_connect(eo); [all...] |
| buffer_iocp.c | 85 /** Unpin all the chains noted as pinned in 'eo'. */ 87 pin_release(struct evbuffer_overlapped *eo, unsigned flag) 90 struct evbuffer_chain *next, *chain = eo->first_pinned; 92 for (i = 0; i < eo->n_buffers; ++i) {
|
| event_iocp.c | 59 struct event_overlapped *eo = local 61 eo->cb(eo, completion_key, nBytes, ok);
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| bufferevent_async.c | 138 upcast_connect(struct event_overlapped *eo) 141 bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, connect_overlapped); 147 upcast_read(struct event_overlapped *eo) 150 bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, read_overlapped); 156 upcast_write(struct event_overlapped *eo) 159 bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, write_overlapped); 418 bev_async_set_wsa_error(struct bufferevent *bev, struct event_overlapped *eo) 424 WSAGetOverlappedResult(fd, &eo->overlapped, &bytes, FALSE, &flags); 435 connect_complete(struct event_overlapped *eo, ev_uintptr_t key, 438 struct bufferevent_async *bev_a = upcast_connect(eo); [all...] |
| buffer_iocp.c | 84 /** Unpin all the chains noted as pinned in 'eo'. */ 86 pin_release(struct evbuffer_overlapped *eo, unsigned flag) 89 struct evbuffer_chain *next, *chain = eo->first_pinned; 91 for (i = 0; i < eo->n_buffers; ++i) {
|
| event_iocp.c | 60 struct event_overlapped *eo = local 62 eo->cb(eo, completion_key, nBytes, ok);
|
| /src/external/bsd/tre/dist/lib/ |
| regexec.c | 132 int *tags = NULL, eo; local 158 tags, eflags, &eo); 170 &match, params, eflags, &eo); 177 tags, eflags, &eo); 182 tre_fill_pmatch(nmatch, pmatch, tnfa->cflags, tnfa, tags, eo); 321 int *tags = NULL, eo; local 352 match, params, eflags, &eo); 354 tre_fill_pmatch(nmatch, match->pmatch, tnfa->cflags, tnfa, tags, eo);
|
| tre-match-backtrack.c | 405 regoff_t so, eo, bt = trans_i->u.backref; local 415 /* LINTED */eo = pmatch[bt].rm_eo; 416 bt_len = eo - so; 429 bt_len, so, eo, bt_len, (char*)string + so)); 436 bt_len, so, eo, bt_len, (wchar_t*)string + so));
|
| /src/external/gpl2/grep/bin/ |
| Makefile | 32 .for F in cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo \
|
| /src/external/gpl2/texinfo/ |
| Makefile | 23 .for F in cs.gmo da.gmo de.gmo de_AT.gmo eo.gmo fr.gmo he.gmo hr.gmo ja.gmo \
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/ |
| Makefile.am | 45 hello-c/po/eo.po \ 86 hello-c-gnome/po/eo.po \ 124 hello-c++/po/eo.po \ 163 hello-c++-qt/po/eo.po \ 228 hello-c++-kde/po/eo.po \ 271 hello-c++-gnome/po/eo.po \ 309 hello-c++-wxwidgets/po/eo.po \ 347 hello-objc/po/eo.po \ 388 hello-objc-gnustep/po/eo.po \ 429 hello-objc-gnome/po/eo.po [all...] |
| /src/external/bsd/dhcpcd/dist/src/ |
| dhcp-common.c | 893 ssize_t eo; local 926 eo = dhcp_optlen(eopt, ol); 927 if (eo == -1) { 934 if (eo == 0) { 952 if (print_option(fp, pfx, eopt, ov, od, (size_t)eo, 958 od += (size_t)eo; 959 ol -= (size_t)eo;
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| lang.h | 37 el, en, eo, es, et, eu, enumerator in enum:__anon9561
|
| /src/external/gpl2/gettext/dist/gettext-tools/projects/KDE/ |
| team-address | 30 eo) english=Esperanto;;
|
| /src/external/gpl2/gmake/dist/ |
| configure.bat | 39 redir -o junk.$$$ -eo make -n -f NUL
|
| /src/external/gpl2/gettext/dist/gettext-tools/projects/GNOME/ |
| team-address | 40 eo) english=Esperanto;;
|