Searched defs:a_calloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Dmain.c37 * Main(), write_header(), audit_stats(), and a_calloc()
118 pcb = (audit_pcb_t *)a_calloc(1, sizeof (audit_pcb_t));
230 a_calloc(tofork, sizeof (*pcb));
281 pcbn->pcb_rec = (char *)a_calloc(1,
326 pcb->pcb_below = (audit_pcb_t *)a_calloc(count, size);
845 f_outtemp = (char *)a_calloc(1, strlen(f_outfile) + 8);
899 audit_pcbs = (audit_pcb_t *)a_calloc(pcbsize, sizeof (audit_pcb_t));
908 * .func a_calloc - audit calloc.
911 * .call ptr = a_calloc(nelem, size).
918 a_calloc(in function
[all...]

Completed in 56 milliseconds