Home
last modified time | relevance | path

Searched refs:Calloc (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorsubr.c49 array = Calloc(listlength+1, sizeof (Eptr)); in arrayify()
78 Calloc(int nelements, int size) in Calloc() function
92 (void) strcpy(outstring = Calloc(1, strlen(instring) + 1), in strsave()
304 wordv = Calloc(wordcount + 1, sizeof (char *)); in wordvbuild()
358 nwordv = Calloc(nwordc, sizeof (char *)); in wordvsplice()
H A Derrortouch.c80 files = Calloc(nfiles + 3, sizeof (Eptr*)); in findfiles()
81 touchedfiles = Calloc(nfiles+3, sizeof (boolean)); in findfiles()
479 (*r_argv) = Calloc(n_pissed_on + 3, sizeof (char *)); in execvarg()
H A Derrorinput.c131 newerror = Calloc(1, sizeof (Edesc)); in erroradd()
195 nwordv = Calloc(4, sizeof (char *)); in onelong()
H A Derrorfilter.c95 names_ignored = Calloc(nignored+1, sizeof (char *)); in getignored()
H A Derror.h215 void *Calloc(int nelements, int size);
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dfifo_buffs.c100 Calloc (100, sizeof (fifobuffer_t *)); in InitFifoBufferTable()
144 Calloc (1, sizeof (fifobuffer_t)); in NewFifoBuffer()
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h440 void *Calloc(size_t, size_t, const char *, int);
448 #define calloc(x, y) Calloc(x, y, __FILE__, __LINE__)
455 #define calloc(x, y) Calloc(x, y, NULL, 0)
H A Dzalloc_malloc.c147 Calloc(size_t n1, size_t n2, const char *file, int line) in Calloc() function
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h526 #define Calloc(nelem, elsize) _Calloc(nelem, elsize, __FILE__, __LINE__) macro
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp3.c273 } else if (!(ppfs = Calloc(numTrays,sizeof(PFSTATUS)))) { in s_max_trays()
H A Dstatus.c533 (ppfs = (PFSTATUS *) Calloc(numForms, sizeof(PFSTATUS)))) { in parseFormList()
H A Dvalidate.c404 pcend = arena = (CANDIDATE *)Calloc(n, sizeof(CANDIDATE)); in _validate()