Searched refs:_Calloc (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | Sys_malloc.c | 114 _Calloc ( in _Calloc() function 121 _Calloc (nelem, elsize, file, line) in _Calloc()
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | lp.h | 526 #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 D | fncs.c | 959 _Calloc(size_t nelem, size_t elsize, const char *file, int line) in _Calloc() function
|