Home
last modified time | relevance | path

Searched defs:Calloc (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/sgs/error/common/
H A Derrorsubr.c78 Calloc(int nelements, int size) in Calloc() function
/titanic_50/usr/src/cmd/lp/include/
H A Dlp.h524 #define Calloc(nelem,elsize) _Calloc(nelem, elsize, __FILE__, __LINE__) macro