/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | _SVID_error.c | 124 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 D | exc.c | 14 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 D | t-exc.c | 13 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 D | assert.c | 26 #include <sm/exc.h> 176 SM_EXCEPT(exc, "*") 179 sm_exc_print(exc, smioerr);
|
H A D | stringf.c | 16 #include <sm/exc.h>
|
H A D | t-string.c | 15 #include <sm/exc.h>
|
H A D | t-strrevcmp.c | 15 #include <sm/exc.h>
|
H A D | Makefile | 39 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 D | rpool.c | 20 #include <sm/exc.h> 322 SM_EXCEPT(exc, "*") 324 sm_exc_raise_x(exc);
|
H A D | heap.c | 24 #include <sm/exc.h>
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | xtrap.h | 22 # include <sm/exc.h> 34 # define sm_xtrap_raise_x(exc) \ 37 sm_exc_raise_x(exc); \
|
H A D | heap.h | 25 # include <sm/exc.h>
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 513 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 D | bindings.c | 181 ENTRY *exc = symtab_get_exception(); local 183 if (exc != NULL) 186 line_of(exc), symtab_get_filename());
|
/illumos-gate/usr/src/head/ |
H A D | stack_unwind.h | 71 struct _Unwind_Exception *exc);
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y3.c | 402 goto exc; 405 goto exc; 408 goto exc; 409 exc:
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | sqrtl.c | 403 int ex, inexact, exc, traps; local 449 exc = __swapEX(0); 471 (void) __swapEX(exc);
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | err.c | 46 ** 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 D | srvrsmtp.c | 2519 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 D | main.c | 2120 SM_EXCEPT(exc, "[!F]*") 2131 sm_exc_print(exc, smioout);
|
H A D | sendmail.h | 61 #include <sm/exc.h>
|
H A D | parseaddr.c | 2856 SM_EXCEPT(exc, "E:mta.quickabort")
|
/illumos-gate/usr/src/uts/common/io/zyd/ |
H A D | zyd.h | 88 volatile boolean_t exc; /* an exception has occured */ member in struct:zyd_ioread
|
H A D | zyd_usb.c | 745 if (uc->io_read.exc != B_FALSE) { 811 rdp->exc = B_FALSE; 833 rdp->exc = B_TRUE;
|