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

/illumos-gate/usr/src/lib/libm/common/C/
H A D_SVID_error.c124 struct exception exc; local
135 exc.arg1 = x;
136 exc.arg2 = y;
140 exc.type = DOMAIN;
141 exc.name = "acos";
143 exc.retval = 0.0;
146 } else if (!matherr(&exc)) {
155 exc.type = DOMAIN;
156 exc.name = "asin";
157 exc
[all...]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dexc.c14 SM_RCSID("@(#)$Id: exc.c,v 1.49 2006/12/19 19:28:09 ca Exp $")
18 ** For documentation, see exc.html
25 #include <sm/exc.h>
38 ** exc -- exception.
54 sm_etype_printf(exc, stream)
55 SM_EXC_T *exc;
58 size_t n = strlen(exc->exc_type->etype_argformat);
62 for (p = exc->exc_type->etype_printcontext; *p != '\0'; ++p)
97 switch (exc->exc_type->etype_argformat[i])
101 s = exc
247 SM_EXC_T * volatile exc = NULL; local
416 SM_EXC_T *exc; local
646 SM_EXC_T *exc; local
[all...]
H A Dt-exc.c13 SM_IDSTR(id, "@(#)$Id: t-exc.c,v 1.18 2001/07/05 22:46:35 gshapiro Exp $")
85 SM_EXCEPT(exc, "E:test2")
88 SM_EXCEPT(exc, "E:test1")
89 SM_TEST(x == 2 && exc->exc_argv[0].v_int == 17);
90 if (!(x == 2 && exc->exc_argv[0].v_int == 17))
94 x, exc->exc_argv[0].v_int);
96 SM_EXCEPT(exc, "*")
110 SM_EXCEPT(exc, "E:test2")
115 SM_EXCEPT(exc, "E:test1")
116 SM_TEST(x == 5 && exc
[all...]
H A Dassert.c26 #include <sm/exc.h>
176 SM_EXCEPT(exc, "*")
179 sm_exc_print(exc, smioerr);
H A Dstringf.c16 #include <sm/exc.h>
H A Dt-string.c15 #include <sm/exc.h>
H A Dt-strrevcmp.c15 #include <sm/exc.h>
H A DMakefile39 OBJS= assert.o cf.o clock.o clrerr.o config.o debug.o errstring.o exc.o \
51 TESTS= t-event t-exc t-rpool t-string t-smstdio t-match t-strio t-heap \
H A Drpool.c20 #include <sm/exc.h>
322 SM_EXCEPT(exc, "*")
324 sm_exc_raise_x(exc);
H A Dheap.c24 #include <sm/exc.h>
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dxtrap.h22 # include <sm/exc.h>
34 # define sm_xtrap_raise_x(exc) \
37 sm_exc_raise_x(exc); \
H A Dheap.h25 # include <sm/exc.h>
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py513 except IOError, exc:
514 raise IOError("cannot open proto list: %s" % str(exc))
585 except IOError, exc:
586 raise IOError("cannot read manifest: %s" % str(exc))
587 except actions.ActionError, exc:
588 raise ManifestParsingError(mfile, str(exc))
673 except IOError, exc:
674 sys.stderr.write("warning: %s\n" % str(exc))
699 except IOError, exc:
701 str(exc))
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dbindings.c181 ENTRY *exc = symtab_get_exception(); local
183 if (exc != NULL)
186 line_of(exc), symtab_get_filename());
/illumos-gate/usr/src/head/
H A Dstack_unwind.h71 struct _Unwind_Exception *exc);
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c402 goto exc;
405 goto exc;
408 goto exc;
409 exc:
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dsqrtl.c403 int ex, inexact, exc, traps; local
449 exc = __swapEX(0);
471 (void) __swapEX(exc);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Derr.c46 ** exc -- exception which is terminating this process
53 fatal_error(exc)
54 SM_EXC_T *exc;
61 ** The following code writes the message for 'exc' into our
66 sm_exc_write(exc, &f);
73 ** That's no good; we should look at the exc structure.
H A Dsrvrsmtp.c2519 SM_EXCEPT(exc, "[!F]*")
2526 sm_exc_free(exc);
2705 ** SM_EXCEPT(exc, "[!F]*")
2828 SM_EXCEPT(exc, "[!F]*")
3003 SM_EXCEPT(exc, "[!F]*")
3009 sm_exc_free(exc);
3307 SM_EXCEPT(exc, "[!F]*")
H A Dmain.c2120 SM_EXCEPT(exc, "[!F]*")
2131 sm_exc_print(exc, smioout);
H A Dsendmail.h61 #include <sm/exc.h>
H A Dparseaddr.c2856 SM_EXCEPT(exc, "E:mta.quickabort")
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.h88 volatile boolean_t exc; /* an exception has occured */ member in struct:zyd_ioread
H A Dzyd_usb.c745 if (uc->io_read.exc != B_FALSE) {
811 rdp->exc = B_FALSE;
833 rdp->exc = B_TRUE;

Completed in 219 milliseconds