Searched defs:exc (Results 1 - 5 of 5) sorted by relevance

/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/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...]
/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/uts/common/io/zyd/
H A Dzyd.h88 volatile boolean_t exc; /* an exception has occured */ member in struct:zyd_ioread

Completed in 63 milliseconds