Searched refs:_Realloc (Results 1 – 4 of 4) sorted by relevance
| /titanic_44/usr/src/cmd/lp/lib/lp/ |
| H A D | Sys_malloc.c | 90 _Realloc ( in _Realloc() function 97 _Realloc (ptr, size, file, line) in _Realloc()
|
| H A D | llib-llp | 153 void * _Realloc ( void * , size_t , const char * , int );
|
| /titanic_44/usr/src/cmd/lp/include/ |
| H A D | lp.h | 523 #define Realloc(ptr,size) _Realloc(ptr, size, __FILE__, __LINE__) 551 void * _Realloc ( void * , size_t , const char * , int );
|
| /titanic_44/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
|