Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSys_malloc.c88 _Realloc ( in _Realloc() function
95 _Realloc (ptr, size, file, line) in _Realloc()
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h525 #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 Dfncs.c946 _Realloc(void *ptr, size_t size, const char *file, int line) in _Realloc() function