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

123

/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dexc.c12 SM_RCSID("@(#)$Id: exc.c,v 1.49 2006/12/19 19:28:09 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.20 2001/09/11 04:04:49 gshapiro 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>
/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Dmatherr.c30 int matherr(exc)
31 struct exception *exc;
33 switch (exc->type) {
/freebsd-10.0-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); \
/freebsd-10.0-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-10.0-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-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_i386.cpp48 RegisterContextMach_i386::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) argument
51 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
67 RegisterContextMach_i386::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) argument
69 return ::thread_set_state(tid, flavor, (thread_state_t)&exc, EXCWordCount);
H A DRegisterContextMach_x86_64.cpp48 RegisterContextMach_x86_64::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) argument
51 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
67 RegisterContextMach_x86_64::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) argument
69 return ::thread_set_state(tid, flavor, (thread_state_t)&exc, EXCWordCount);
H A DRegisterContextMach_arm.h38 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
50 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
H A DRegisterContextMach_i386.h37 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
46 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
H A DRegisterContextMach_x86_64.h37 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
46 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
H A DRegisterContextMach_arm.cpp50 RegisterContextMach_arm::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) argument
53 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
76 RegisterContextMach_arm::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) argument
78 return ::thread_set_state(tid, flavor, (thread_state_t)&exc, EXCWordCount);
H A DRegisterContextDarwin_i386.h148 EXC exc; member in class:RegisterContextDarwin_i386
239 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) = 0;
248 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) = 0;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dexc_request.defs32 subsystem exc 2400;
/freebsd-10.0-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);
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py112 if not str(exc).startswith(
115 raise exc
121 except dbus.DBusException, exc:
122 if not str(exc).startswith(
125 raise exc
212 except dbus.DBusException, exc:
213 raise exc
/freebsd-10.0-release/sys/boot/powerpc/ps3/
H A Dstart.S105 #define EXCEPTION_HANDLER(exc) \
106 . = exc; \
107 li %r3, exc; \
/freebsd-10.0-release/sys/powerpc/aim/
H A Dinterrupt.c80 CTR2(KTR_INTR, "%s: EXC=%x", __func__, framep->exc);
82 switch (framep->exc) {

Completed in 130 milliseconds

123