Home
last modified time | relevance | path

Searched refs:a_calloc (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/auditreduce/
H A Dmain.c118 pcb = (audit_pcb_t *)a_calloc(1, sizeof (audit_pcb_t)); in main()
230 a_calloc(tofork, sizeof (*pcb)); in mfork()
281 pcbn->pcb_rec = (char *)a_calloc(1, in mfork()
326 pcb->pcb_below = (audit_pcb_t *)a_calloc(count, size); in trim_mem()
845 f_outtemp = (char *)a_calloc(1, strlen(f_outfile) + 8); in open_outfile()
899 audit_pcbs = (audit_pcb_t *)a_calloc(pcbsize, sizeof (audit_pcb_t)); in init_options()
918 a_calloc(int nelem, size_t size) in a_calloc() function
H A Dauditr.h107 extern void *a_calloc(int, size_t);
H A Dproc.c918 fname = (char *)a_calloc(1, (size_t)pathlength);
992 *buf = (char *)a_calloc(1, (size_t)(lsize + leadin));
1011 *buf = (char *)a_calloc(1, (size_t)(ssize + leadin));
1030 *buf = (char *)a_calloc(1, (size_t)(ssize + leadin));
H A Doption.c725 fcb = (audit_fcb_t *)a_calloc(1, sizeof (*fcb) + strlen(std)); in process_fileopt()
886 fcb = (audit_fcb_t *)a_calloc(1, len); in proc_file()
996 namep = (char *)a_calloc(1, strlen(slp) + 1); in check_file()
1123 pcb->pcb_rec = (char *)a_calloc(1, AUDITBUFSIZE); in proc_pcb()
H A Dtime.c404 strs = (char *)a_calloc(1, len + 4); in derive_date()
H A Dtoken.c1775 *p = a_calloc(1, (size_t)c); in get_string()