Searched refs:sm_realloc_x (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/sendmail/libsm/ |
H A D | lowercase.c | 164 out = sm_realloc_x(out, outlen); 176 out = sm_realloc_x(out, outlen); 184 out = sm_realloc_x(out, outlen);
|
H A D | t-heap.c | 39 p = sm_realloc_x(p, 20);
|
H A D | ungetc.c | 69 p = sm_realloc_x(fp->f_ub.smb_base, i << 1);
|
H A D | heap.c | 177 sm_realloc_x(ptr, size) in sm_realloc_x() function 598 sm_realloc_x(ptr, size) in sm_realloc_x() function
|
H A D | vfprintf.c | 1113 *typetable = (unsigned char *) sm_realloc_x(typetable,
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | heap.h | 38 extern void *sm_realloc_x __P((void *, size_t)); 53 extern void *sm_realloc_x __P((void *, size_t));
|