Home
last modified time | relevance | path

Searched refs:exc (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/lib/libm/common/C/
H A D_SVID_error.c124 struct exception exc; in _SVID_libm_err() local
135 exc.arg1 = x; in _SVID_libm_err()
136 exc.arg2 = y; in _SVID_libm_err()
140 exc.type = DOMAIN; in _SVID_libm_err()
141 exc.name = "acos"; in _SVID_libm_err()
143 exc.retval = 0.0; in _SVID_libm_err()
146 } else if (!matherr(&exc)) { in _SVID_libm_err()
155 exc.type = DOMAIN; in _SVID_libm_err()
156 exc.name = "asin"; in _SVID_libm_err()
157 exc.retval = 0.0; in _SVID_libm_err()
[all …]
/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dexc.c54 sm_etype_printf(exc, stream) in sm_etype_printf() argument
55 SM_EXC_T *exc; in sm_etype_printf()
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->exc_argv[i].v_str;
112 exc->exc_argv[i].v_int);
120 exc->exc_argv[i].v_long);
123 sm_exc_write(exc->exc_argv[i].v_exc,
153 SM_EXC_T *exc,
[all …]
H A Dt-exc.c85 SM_EXCEPT(exc, "E:test2") local
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->exc_argv[0].v_int == 94);
117 if (!(x == 5 && exc->exc_argv[0].v_int == 94))
[all …]
H A Dassert.c176 SM_EXCEPT(exc, "*")
179 sm_exc_print(exc, smioerr);
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.c322 SM_EXCEPT(exc, "*")
324 sm_exc_raise_x(exc);
/titanic_50/usr/src/tools/scripts/
H A Dvalidate_pkg.py515 except IOError as exc:
516 raise IOError("cannot open proto list: %s" % str(exc))
587 except IOError as exc:
588 raise IOError("cannot read manifest: %s" % str(exc))
589 except actions.ActionError as exc:
590 raise ManifestParsingError(mfile, str(exc))
675 except IOError as exc:
676 sys.stderr.write("warning: %s\n" % str(exc))
701 except IOError as exc:
703 str(exc))
[all …]
/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dxtrap.h34 # define sm_xtrap_raise_x(exc) \ argument
37 sm_exc_raise_x(exc); \
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/
H A Dbindings.c181 ENTRY *exc = symtab_get_exception(); in generate_a_binding() local
183 if (exc != NULL) in generate_a_binding()
186 line_of(exc), symtab_get_filename()); in generate_a_binding()
/titanic_50/usr/src/cmd/sgs/yacc/common/
H A Dy3.c402 goto exc; in wract()
405 goto exc; in wract()
408 goto exc; in wract()
409 exc: in wract()
/titanic_50/usr/src/lib/libm/common/Q/
H A Dsqrtl.c403 int ex, inexact, exc, traps; in sqrtl() local
449 exc = __swapEX(0); in sqrtl()
471 (void) __swapEX(exc); in sqrtl()
/titanic_50/usr/src/head/
H A Dstack_unwind.h71 struct _Unwind_Exception *exc);
/titanic_50/usr/src/cmd/sendmail/src/
H A Derr.c53 fatal_error(exc) in fatal_error() argument
54 SM_EXC_T *exc; in fatal_error()
66 sm_exc_write(exc, &f);
H A Dsrvrsmtp.c2519 SM_EXCEPT(exc, "[!F]*")
2526 sm_exc_free(exc);
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 Dparseaddr.c2856 SM_EXCEPT(exc, "E:mta.quickabort")
/titanic_50/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c745 if (uc->io_read.exc != B_FALSE) { in zyd_usb_ioread_req()
811 rdp->exc = B_FALSE; in zyd_cmd_in_cb()
833 rdp->exc = B_TRUE; in zyd_cmd_in_exc_cb()
H A Dzyd.h88 volatile boolean_t exc; /* an exception has occured */ member