Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSys_malloc.c169 _Free ( in _Free() function
175 _Free (ptr, file, line) in _Free()
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h528 #define Free(ptr) _Free(ptr, __FILE__, __LINE__)
556 void _Free(void *, const char *, int);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c990 _Free(void *ptr, const char *file, int line) in _Free() function