Searched refs:exc (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dexc.c12 SM_RCSID("@(#)$Id: exc.c,v 1.50 2013-11-22 20:51:42 ca Exp $")
16 ** For documentation, see exc.html
23 #include <sm/exc.h>
36 ** exc -- exception.
52 sm_etype_printf(exc, stream)
53 SM_EXC_T *exc;
56 size_t n = strlen(exc->exc_type->etype_argformat);
60 for (p = exc->exc_type->etype_printcontext; *p != '\0'; ++p)
95 switch (exc->exc_type->etype_argformat[i])
99 s = exc
245 SM_EXC_T * volatile exc = NULL; local
414 SM_EXC_T *exc; local
644 SM_EXC_T *exc; local
[all...]
H A Dt-exc.c11 SM_IDSTR(id, "@(#)$Id: t-exc.c,v 1.21 2013-11-22 20:51:43 ca Exp $")
83 SM_EXCEPT(exc, "E:test2")
86 SM_EXCEPT(exc, "E:test1")
87 SM_TEST(x == 2 && exc->exc_argv[0].v_int == 17);
88 if (!(x == 2 && exc->exc_argv[0].v_int == 17))
92 x, exc->exc_argv[0].v_int);
94 SM_EXCEPT(exc, "*")
108 SM_EXCEPT(exc, "E:test2")
113 SM_EXCEPT(exc, "E:test1")
114 SM_TEST(x == 5 && exc
[all...]
H A Dassert.c24 #include <sm/exc.h>
174 SM_EXCEPT(exc, "*")
177 sm_exc_print(exc, smioerr);
H A Dstringf.c14 #include <sm/exc.h>
H A Dt-string.c13 #include <sm/exc.h>
H A Dt-strrevcmp.c13 #include <sm/exc.h>
H A Drpool.c18 #include <sm/exc.h>
320 SM_EXCEPT(exc, "*")
322 sm_exc_raise_x(exc);
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dmatherr.c30 int matherr(exc)
31 struct exception *exc;
33 switch (exc->type) {
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dxtrap.h20 # include <sm/exc.h>
32 # define sm_xtrap_raise_x(exc) \
35 sm_exc_raise_x(exc); \
H A Dheap.h23 # include <sm/exc.h>
/freebsd-9.3-release/contrib/gcc/
H A Dunwind-compat.c52 _Unwind_DeleteException (struct _Unwind_Exception *exc) argument
54 return __libunwind_Unwind_DeleteException (exc);
71 _Unwind_ForcedUnwind (struct _Unwind_Exception *exc, argument
74 return __libunwind_Unwind_ForcedUnwind (exc, stop, stop_argument);
170 _Unwind_RaiseException(struct _Unwind_Exception *exc) argument
172 return __libunwind_Unwind_RaiseException (exc);
179 _Unwind_Resume (struct _Unwind_Exception *exc) argument
181 __libunwind_Unwind_Resume (exc);
189 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exc) argument
191 return __libunwind_Unwind_Resume_or_Rethrow (exc);
[all...]
H A Dunwind.inc42 _Unwind_RaiseException_Phase2(struct _Unwind_Exception *exc,
55 match_handler = (uw_identify_context (context) == exc->private_2
67 exc->exception_class, exc, context);
86 _Unwind_RaiseException(struct _Unwind_Exception *exc)
117 code = (*fs.personality) (1, _UA_SEARCH_PHASE, exc->exception_class,
118 exc, &cur_context);
131 exc->private_1 = 0;
132 exc->private_2 = uw_identify_context (&cur_context);
135 code = _Unwind_RaiseException_Phase2 (exc,
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-test.py40 except dbus.dbus_bindings.DBusException, exc:
41 if str(exc) != "wpa_supplicant knows nothing about this interface.":
42 raise exc
45 except dbus.dbus_bindings.DBusException, exc:
46 if str(exc) != "wpa_supplicant already controls this interface.":
47 raise exc
H A Dwpas-dbus-new.py126 except dbus.DBusException, exc:
127 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceUnknown:"):
128 raise exc
133 except dbus.DBusException, exc:
134 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceExists:"):
135 raise exc
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dexc_request.defs32 subsystem exc 2400;
/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Dvterminate.cc85 catch (exception &exc)
87 char const *w = exc.what();
H A Deh_throw.cc37 __gxx_exception_cleanup (_Unwind_Reason_Code code, _Unwind_Exception *exc) argument
39 __cxa_exception *header = __get_exception_header_from_ue (exc);
H A Dunwind-cxx.h171 __get_exception_header_from_ue (_Unwind_Exception *exc) argument
173 return reinterpret_cast<__cxa_exception *>(exc + 1) - 1;
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A Dstart.S105 #define EXCEPTION_HANDLER(exc) \
106 . = exc; \
107 li %r3, exc; \
/freebsd-9.3-release/sys/powerpc/aim/
H A Dinterrupt.c80 CTR2(KTR_INTR, "%s: EXC=%x", __func__, framep->exc);
82 switch (framep->exc) {
H A Dmachdep.c742 && (frame->exc == EXC_TRC || frame->exc == EXC_RUNMODETRC
743 || (frame->exc == EXC_PGM
745 || frame->exc == EXC_BPT
746 || frame->exc == EXC_DSI)) {
747 int type = frame->exc;
/freebsd-9.3-release/sys/powerpc/include/
H A Dframe.h58 register_t exc; member in struct:trapframe
/freebsd-9.3-release/sys/powerpc/booke/
H A Dtrap.c151 type = frame->exc;
209 kdb_trap(frame->exc, 0, frame);
252 printtrap(frame->exc, frame, 1, (frame->srr1 & PSL_PR));
255 kdb_trap(frame->exc, 0, frame))
258 panic("%s trap", trapname(frame->exc));
407 if (frame->exc == EXC_ISI) {
579 return (kdb_trap(tf->exc, 0, tf));
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Ddb_trace.c219 switch (tf->exc) {
263 db_printf("trap %#zx by ", tf->exc);
281 if (tf->exc == EXC_DSI)
/freebsd-9.3-release/lib/libsm/
H A DMakefile24 SRCS+= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c \

Completed in 218 milliseconds

12