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

/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dstring.cpp26 static char *salloc(int len, int *sizep);
31 static char *salloc(int len, int *sizep) function
88 ptr = salloc(n, &sz);
102 ptr = salloc(len, &sz);
109 ptr = salloc(1, &sz);
115 ptr = salloc(len, &sz);
220 ptr = salloc(len, &sz);
/freebsd-11-stable/usr.bin/mail/
H A Dstrings.c60 salloc(int size) function
H A Dcmd2.c162 msgvec = (int *)salloc((msgCount + 2) * sizeof(*msgvec));
484 ring = (char **)salloc((tab->i_count + 1) * sizeof(char *));
H A Dutil.c62 if ((new = salloc(size)) != NULL)
77 if ((new = salloc(newsize + oldsize)) != NULL) {
H A Dextern.h62 char *salloc(int);
H A Dnames.c58 np = (struct name *)salloc(sizeof(*np));
140 top = salloc(s);
574 top = (char **)salloc((t + extra) * sizeof(*top));
H A Dcmd3.c273 newsubj = salloc(strlen(subj) + 5);
364 ap = (char **)salloc(s * sizeof(*ap));
449 ap = (char **)salloc(s * sizeof(*ap));
H A Dcollect.c616 msgvec = (int *)salloc((msgCount+1) * sizeof(*msgvec));
/freebsd-11-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 104 milliseconds