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

/freebsd-12-stable/usr.bin/mail/
H A Dstrings.c62 salloc(int size) function
H A Dcmd2.c167 msgvec = (int *)salloc((msgCount + 2) * sizeof(*msgvec));
497 ring = (char **)salloc((tab->i_count + 1) * sizeof(char *));
H A Dextern.h64 char *salloc(int);
H A Dutil.c64 if ((new = salloc(size)) != NULL)
79 if ((new = salloc(newsize + oldsize)) != NULL) {
H A Dcmd3.c278 newsubj = salloc(strlen(subj) + 5);
373 ap = (char **)salloc(s * sizeof(*ap));
460 ap = (char **)salloc(s * sizeof(*ap));
H A Dnames.c60 np = (struct name *)salloc(sizeof(*np));
142 top = salloc(s);
576 top = (char **)salloc((t + extra) * sizeof(*top));
H A Dcollect.c618 msgvec = (int *)salloc((msgCount+1) * sizeof(*msgvec));
/freebsd-12-stable/gnu/usr.bin/grep/
H A Ddfa.h334 int salloc; /* Number of states currently allocated. */ member in struct:dfa
H A Ddfa.c1509 REALLOC_IF_NECESSARY(d->states, dfa_state, d->salloc, d->sindex);
1887 d->salloc = 1;
1889 MALLOC(d->states, dfa_state, d->salloc);

Completed in 170 milliseconds