| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| H A D | koenig.cc | 52 int foo ( O fo, ::E::O eo){ return 4;} in foo() argument 53 int foo (int i, O fo, ::E::O eo){ return 5;} in foo() argument 59 int foo (O go, ::F::O fo, ::E::O eo){ return 6; } in foo() argument 256 E::O eo; in main() local 260 foo (eo); in main() 261 foo (eo, eo); in main() 262 foo (eo, eo, 1); in main() 263 foo (fo, eo); in main() 264 foo (1 ,fo, eo); in main() 265 foo (go, fo, eo); in main() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| H A D | eh_tm.cc | 34 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 …]
|
| H A D | unwind-cxx.h | 314 __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()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| H A D | eh_tm.cc | 34 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 …]
|
| H A D | unwind-cxx.h | 314 __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()
|
| /netbsd-src/external/bsd/ntp/dist/sntp/libevent/test/ |
| H A D | regress_iocp.c | 116 struct event_overlapped eo; member 127 EVUTIL_UPCAST(o, struct dummy_overlapped, eo); in dummy_cb() 172 event_overlapped_init_(&o1.eo, dummy_cb); in test_iocp_port() 173 event_overlapped_init_(&o2.eo, dummy_cb); in test_iocp_port() 178 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 10, 100)); in test_iocp_port() 179 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 20, 200)); in test_iocp_port() 181 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 11, 101)); in test_iocp_port() 182 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 21, 201)); in test_iocp_port() 184 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 12, 102)); in test_iocp_port() 185 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 22, 202)); in test_iocp_port() [all …]
|
| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | regress_iocp.c | 115 struct event_overlapped eo; member 126 EVUTIL_UPCAST(o, struct dummy_overlapped, eo); in dummy_cb() 171 event_overlapped_init_(&o1.eo, dummy_cb); in test_iocp_port() 172 event_overlapped_init_(&o2.eo, dummy_cb); in test_iocp_port() 177 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 10, 100)); in test_iocp_port() 178 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 20, 200)); in test_iocp_port() 180 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 11, 101)); in test_iocp_port() 181 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 21, 201)); in test_iocp_port() 183 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 12, 102)); in test_iocp_port() 184 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 22, 202)); in test_iocp_port() [all …]
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | bufferevent_async.c | 139 upcast_connect(struct event_overlapped *eo) in upcast_connect() argument 142 bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, connect_overlapped); in upcast_connect() 148 upcast_read(struct event_overlapped *eo) in upcast_read() argument 151 bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, read_overlapped); in upcast_read() 157 upcast_write(struct event_overlapped *eo) in upcast_write() argument 160 bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, write_overlapped); in upcast_write() 419 bev_async_set_wsa_error(struct bufferevent *bev, struct event_overlapped *eo) in bev_async_set_wsa_error() argument 425 WSAGetOverlappedResult(fd, &eo->overlapped, &bytes, FALSE, &flags); in bev_async_set_wsa_error() 436 connect_complete(struct event_overlapped *eo, ev_uintptr_t key, in connect_complete() argument 439 struct bufferevent_async *bev_a = upcast_connect(eo); in connect_complete() [all …]
|
| H A D | event_iocp.c | 59 struct event_overlapped *eo = in handle_entry() local 61 eo->cb(eo, completion_key, nBytes, ok); in handle_entry()
|
| H A D | buffer_iocp.c | 87 pin_release(struct evbuffer_overlapped *eo, unsigned flag) in pin_release() argument 90 struct evbuffer_chain *next, *chain = eo->first_pinned; in pin_release() 92 for (i = 0; i < eo->n_buffers; ++i) { in pin_release()
|
| /netbsd-src/external/bsd/tre/dist/lib/ |
| H A D | regexec.c | 132 int *tags = NULL, eo; in tre_match() local 158 tags, eflags, &eo); in tre_match() 170 &match, params, eflags, &eo); in tre_match() 177 tags, eflags, &eo); in tre_match() 182 tre_fill_pmatch(nmatch, pmatch, tnfa->cflags, tnfa, tags, eo); in tre_match() 321 int *tags = NULL, eo; in tre_match_approx() local 352 match, params, eflags, &eo); in tre_match_approx() 354 tre_fill_pmatch(nmatch, match->pmatch, tnfa->cflags, tnfa, tags, eo); in tre_match_approx()
|
| H A D | tre-match-backtrack.c | 405 regoff_t so, eo, bt = trans_i->u.backref; in tre_tnfa_run_backtrack() local 415 /* LINTED */eo = pmatch[bt].rm_eo; in tre_tnfa_run_backtrack() 416 bt_len = eo - so; in tre_tnfa_run_backtrack() 429 bt_len, so, eo, bt_len, (char*)string + so)); in tre_tnfa_run_backtrack() 436 bt_len, so, eo, bt_len, (wchar_t*)string + so)); in tre_tnfa_run_backtrack()
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | zlexer.lex | 233 int eo = at_eof(); 236 if(eo == NL) 237 return eo; 242 if(eo == NL) 243 return eo;
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/ |
| H A D | 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 …]
|
| H A D | Makefile.in | 193 hello-c/po/eo.po \ 234 hello-c-gnome/po/eo.po \ 272 hello-c++/po/eo.po \ 311 hello-c++-qt/po/eo.po \ 376 hello-c++-kde/po/eo.po \ 419 hello-c++-gnome/po/eo.po \ 457 hello-c++-wxwidgets/po/eo.po \ 495 hello-objc/po/eo.po \ 536 hello-objc-gnustep/po/eo.po \ 577 hello-objc-gnome/po/eo.po \ [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | ChangeLog-2011 | 45 * po/eo.po: Updated Esperanto translation. 50 * po/eo.po: New Esperanto translation. 51 * configure.in (ALL_LINGUAS): Add eo.
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | ChangeLog-2011 | 45 * po/eo.po: Updated Esperanto translation. 50 * po/eo.po: New Esperanto translation. 51 * configure.in (ALL_LINGUAS): Add eo.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | canthrow.c | 305 Expression *eo = (Expression *)o; in Dsymbol_canThrow() local 306 if (eo->op == TOKdsymbol) in Dsymbol_canThrow() 308 DsymbolExp *se = (DsymbolExp *)eo; in Dsymbol_canThrow()
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Notes/ |
| H A D | dtruss_notes.txt | 14 # dtruss -eo -n bash 37 # dtruss -eo date 70 # dtruss -eo date
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/ |
| H A D | dtruss_notes.txt | 14 # dtruss -eo -n bash 37 # dtruss -eo date 70 # dtruss -eo date
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | dhcp-common.c | 878 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()
|
| /netbsd-src/distrib/syspkg/sets/base/base-locale-eo/ |
| H A D | Makefile | 3 PKGBASE=base-locale-eo
|
| /netbsd-src/external/gpl2/diffutils/dist/po/ |
| H A D | LINGUAS | 1 cs da de en_GB eo es fr gl he id ja pl ru sv tr zh_TW
|
| /netbsd-src/external/gpl2/texinfo/dist/po/ |
| H A D | LINGUAS | 5 eo
|
| /netbsd-src/external/bsd/flex/dist/po/ |
| H A D | LINGUAS | 6 eo
|