Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dexc.h27 typedef struct sm_exc SM_EXC_T; typedef
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 *_exc,
[all …]
H A Dheap.h111 extern SM_EXC_T SmHeapOutOfMemory;
/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dexc.c55 SM_EXC_T *exc; in sm_etype_printf()
153 SM_EXC_T *exc,
158 SM_EXC_T *exc; in sm_etype_os_print()
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);
/titanic_50/usr/src/cmd/sendmail/src/
H A Derr.c54 SM_EXC_T *exc; in fatal_error()
H A Dsendmail.h2539 extern void fatal_error __P((SM_EXC_T *));