Home
last modified time | relevance | path

Searched refs:_Calloc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSys_malloc.c114 _Calloc ( in _Calloc() function
121 _Calloc (nelem, elsize, file, line) in _Calloc()
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h526 #define Calloc(nelem, elsize) _Calloc(nelem, elsize, __FILE__, __LINE__)
554 void *_Calloc(size_t, size_t, const char *, int);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c959 _Calloc(size_t nelem, size_t elsize, const char *file, int line) in _Calloc() function