Home
last modified time | relevance | path

Searched refs:salloc (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/usr.bin/mail/
H A Dstrings.c60 salloc(int size) in salloc() function
H A Dcmd2.c167 msgvec = (int *)salloc((msgCount + 2) * sizeof(*msgvec)); in save1()
497 ring = (char **)salloc((tab->i_count + 1) * sizeof(char *)); in igshow()
H A Dnames.c60 np = (struct name *)salloc(sizeof(*np)); in nalloc()
142 top = salloc(s); in detract()
576 top = (char **)salloc((t + extra) * sizeof(*top)); in unpack()
H A Dcmd3.c278 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()
H A Dutil.c64 if ((new = salloc(size)) != NULL) in savestr()
79 if ((new = salloc(newsize + oldsize)) != NULL) { in save2str()
H A Dextern.h64 char *salloc(int);
H A Dcollect.c618 msgvec = (int *)salloc((msgCount+1) * sizeof(*msgvec)); in forward()
/freebsd-12.1/gnu/usr.bin/grep/
H A Ddfa.h334 int salloc; /* Number of states currently allocated. */ member
H A Ddfa.c1509 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()