Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/include/sm/
H A Dexc.h25 typedef struct sm_exc SM_EXC_T; typedef
40 void (*etype_print) __P((SM_EXC_T *, SM_FILE_T *));
49 SM_EXC_T *_exc,
63 SM_EXC_T *v_exc;
82 extern SM_EXC_T *
87 extern SM_EXC_T *
89 SM_EXC_T *_exc));
93 SM_EXC_T *_exc));
97 SM_EXC_T *_exc,
102 SM_EXC_T *_exc,
[all …]
H A Dheap.h109 extern SM_EXC_T SmHeapOutOfMemory;
/freebsd/contrib/sendmail/libsm/
H A Dexc.c53 SM_EXC_T *exc; in sm_etype_printf()
151 SM_EXC_T *exc,
156 SM_EXC_T *exc; in sm_etype_os_print()
232 static SM_EXC_T *sm_exc_vnew_x __P((const SM_EXC_TYPE_T *, va_list));
234 static SM_EXC_T *
245 SM_EXC_T * volatile exc = NULL;
260 exc = sm_malloc_x(sizeof(SM_EXC_T));
286 argv[i].v_exc = SM_VA_ARG(ap, SM_EXC_T*);
350 sm_exc_free(SM_VA_ARG(ap, SM_EXC_T*));
403 SM_EXC_T *
[all …]
H A Dheap.c65 SM_EXC_T SmHeapOutOfMemory = SM_EXC_INITIALIZER(&SmHeapOutOfMemoryType, NULL);
/freebsd/contrib/sendmail/src/
H A Derr.c55 SM_EXC_T *exc; in fatal_error()
H A Dsendmail.h2900 extern void fatal_error __P((SM_EXC_T *));