Searched refs:err_realloc (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/logadm/ |
H A D | err.h | 64 #define REALLOC(ptr, nbytes) err_realloc(ptr, nbytes, __FILE__, __LINE__) 65 void *err_realloc(void *ptr, int nbytes, const char *fname, int line);
|
H A D | err.c | 272 err_realloc(void *ptr, int nbytes, const char *fname, int line) in err_realloc() function
|