Searched refs:sm_exc_raisenew_x (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | t-exc.c | 80 sm_exc_raisenew_x(&EtypeTest1, 17); 83 sm_exc_raisenew_x(&EtypeTest2, 42); 106 sm_exc_raisenew_x(&EtypeTest1, 94); 109 sm_exc_raisenew_x(&EtypeTest2, 95); 131 sm_exc_raisenew_x(&SmEtypeErr, "test %d", 0);
|
H A D | stringf.c | 85 sm_exc_raisenew_x(&SmEtypeOs, errno, "sm_vasprintf", NULL);
|
H A D | exc.c | 217 ** This is an auxiliary function called by sm_exc_new_x and sm_exc_raisenew_x. 226 ** sm_exc_raisenew_x(&MyEtype, exc); 228 ** In the normal case, sm_exc_raisenew_x will allocate and raise a new 230 ** In the exceptional case, sm_exc_raisenew_x must free exc before raising 637 sm_exc_raisenew_x( function 641 sm_exc_raisenew_x(etype, va_alist)
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | exc.h | 117 sm_exc_raisenew_x __P((
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | err.c | 258 sm_exc_raisenew_x(&EtypeQuickAbort, 2); 343 sm_exc_raisenew_x(&EtypeQuickAbort, 1); 430 sm_exc_raisenew_x(&EtypeQuickAbort, 1);
|
H A D | srvrsmtp.c | 2378 sm_exc_raisenew_x(&EtypeQuickAbort, 1); 2406 sm_exc_raisenew_x(&EtypeQuickAbort, 1); 2428 sm_exc_raisenew_x(&EtypeQuickAbort, 1); 2462 sm_exc_raisenew_x(&EtypeQuickAbort, 1); 2472 sm_exc_raisenew_x(&EtypeQuickAbort, 1); 2496 sm_exc_raisenew_x(&EtypeQuickAbort, 1); 2499 sm_exc_raisenew_x(&EtypeQuickAbort, 1); 2514 sm_exc_raisenew_x(&EtypeQuickAbort, 1); 2969 sm_exc_raisenew_x(&EtypeQuickAbort, 1); 2981 sm_exc_raisenew_x( [all...] |
H A D | parseaddr.c | 2864 sm_exc_raisenew_x(&EtypeQuickAbort, 2); 3263 sm_exc_raisenew_x(&EtypeQuickAbort, 2);
|
H A D | main.c | 3098 sm_exc_raisenew_x(&EtypeInterrupt);
|
Completed in 80 milliseconds