Searched refs:SM_EXC_T (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dexc.h27 typedef struct sm_exc SM_EXC_T; typedef in typeref:struct:sm_exc
42 void (*etype_print) __P((SM_EXC_T *, SM_FILE_T *));
51 SM_EXC_T *_exc,
65 SM_EXC_T *v_exc;
84 extern SM_EXC_T *
89 extern SM_EXC_T *
91 SM_EXC_T *_exc));
95 SM_EXC_T *_exc));
99 SM_EXC_T *_exc,
104 SM_EXC_T *_ex
[all...]
H A Dheap.h111 extern SM_EXC_T SmHeapOutOfMemory;
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dexc.c55 SM_EXC_T *exc;
153 SM_EXC_T *exc,
158 SM_EXC_T *exc;
234 static SM_EXC_T *sm_exc_vnew_x __P((const SM_EXC_TYPE_T *, va_list SM_NONVOLATILE));
236 static SM_EXC_T *
247 SM_EXC_T * volatile exc = NULL;
262 exc = sm_malloc_x(sizeof(SM_EXC_T));
288 argv[i].v_exc = SM_VA_ARG(ap, SM_EXC_T*);
352 sm_exc_free(SM_VA_ARG(ap, SM_EXC_T*));
405 SM_EXC_T *
[all...]
H A Dheap.c60 SM_EXC_T SmHeapOutOfMemory = SM_EXC_INITIALIZER(&SmHeapOutOfMemoryType, NULL);
/osnet-11/usr/src/cmd/sendmail/src/
H A Derr.c52 SM_EXC_T *exc;
H A Dsendmail.h2607 extern void fatal_error __P((SM_EXC_T *));

Completed in 41 milliseconds