Searched refs:sm_realloc (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | t-heap.c | 43 p = sm_realloc(p, 30);
|
H A D | heap.c | 37 #undef sm_realloc 145 sm_realloc(ptr, size) in sm_realloc() function 525 sm_realloc(ptr, size) in sm_realloc() function
|
H A D | vasprintf.c | 90 base = (unsigned char *) sm_realloc(fake.f_bf.smb_base, ret + 1);
|
H A D | config.c | 94 newenv = (char **) sm_realloc((char *) environ,
|
H A D | fvwrite.c | 146 tbase = (unsigned char *) sm_realloc(fp->f_bf.smb_base,
|
H A D | strio.c | 71 p = sm_realloc(s->strio_base, size);
|
/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | heap.h | 59 extern void *sm_realloc __P((void *, size_t));
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | sasl.c | 104 return sm_realloc(o, (size_t) size);
|
H A D | queue.c | 3171 WORK *newlist = (WORK *) sm_realloc((char *) WorkList, 6225 qg->qg_qpaths = (QPATHS *)sm_realloc((char *)qg->qg_qpaths, 7711 WorkGrp[j].wg_qgs = (QUEUEGRP **)sm_realloc(WorkGrp[j].wg_qgs, in makeworkgroups() 8317 p = sm_realloc(lsplits, l); 8419 p = sm_realloc(lsplits, l);
|