Searched refs:salloc (Results 1 – 9 of 9) sorted by relevance
60 salloc(int size) in salloc() function
167 msgvec = (int *)salloc((msgCount + 2) * sizeof(*msgvec)); in save1()497 ring = (char **)salloc((tab->i_count + 1) * sizeof(char *)); in igshow()
60 np = (struct name *)salloc(sizeof(*np)); in nalloc()142 top = salloc(s); in detract()576 top = (char **)salloc((t + extra) * sizeof(*top)); in unpack()
278 newsubj = salloc(strlen(subj) + 5); in reedit()373 ap = (char **)salloc(s * sizeof(*ap)); in set()460 ap = (char **)salloc(s * sizeof(*ap)); in group()
64 if ((new = salloc(size)) != NULL) in savestr()79 if ((new = salloc(newsize + oldsize)) != NULL) { in save2str()
64 char *salloc(int);
618 msgvec = (int *)salloc((msgCount+1) * sizeof(*msgvec)); in forward()
334 int salloc; /* Number of states currently allocated. */ member
1509 REALLOC_IF_NECESSARY(d->states, dfa_state, d->salloc, d->sindex); in state_index()1887 d->salloc = 1; in dfaanalyze()1889 MALLOC(d->states, dfa_state, d->salloc); in dfaanalyze()