Searched refs:_Realloc (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | Sys_malloc.c | 88 _Realloc ( in _Realloc() function 95 _Realloc (ptr, size, file, line) in _Realloc()
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | lp.h | 525 #define Realloc(ptr, size) _Realloc(ptr, size, __FILE__, __LINE__) 553 void *_Realloc(void *, size_t, const char *, int);
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | fncs.c | 946 _Realloc(void *ptr, size_t size, const char *file, int line) in _Realloc() function
|