Calloc
void *Calloc(size_t, size_t, const char *, int);
#define calloc(x, y) Calloc(x, y, __FILE__, __LINE__)
#define calloc(x, y) Calloc(x, y, NULL, 0)
} else if (!(ppfs = Calloc(numTrays,sizeof(PFSTATUS)))) {
(ppfs = (PFSTATUS *) Calloc(numForms, sizeof(PFSTATUS)))) {
pcend = arena = (CANDIDATE *)Calloc(n, sizeof(CANDIDATE));
Calloc (100, sizeof (fifobuffer_t *));
Calloc (1, sizeof (fifobuffer_t));
void *Calloc(int nelements, int size);
names_ignored = Calloc(nignored+1, sizeof (char *));
newerror = Calloc(1, sizeof (Edesc));
nwordv = Calloc(4, sizeof (char *));
wordv = Calloc(wordcount + 1, sizeof (char *));
nwordv = Calloc(nwordc, sizeof (char *));
array = Calloc(listlength+1, sizeof (Eptr));
(void) strcpy(outstring = Calloc(1, strlen(instring) + 1),
(*r_argv) = Calloc(n_pissed_on + 3, sizeof (char *));
files = Calloc(nfiles + 3, sizeof (Eptr*));
touchedfiles = Calloc(nfiles+3, sizeof (boolean));