Home
last modified time | relevance | path

Searched defs:REALLOC (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dalloc.h50 #define REALLOC(ptr, nbytes) alloc_realloc(ptr, nbytes, __FILE__, __LINE__) macro
57 #define REALLOC(ptr, nbytes) alloc_realloc(ptr, nbytes, "???", __LINE__) macro
/titanic_41/usr/src/cmd/pools/poolstat/
H A Dpoolstat_utils.h38 #define REALLOC(p, nbytes) Realloc((p), (nbytes)) macro
/titanic_41/usr/src/cmd/audio/include/
H A Dlibaudio_impl.h68 #define REALLOC(ptr, number, type) \ macro
/titanic_41/usr/src/cmd/logadm/
H A Derr.h64 #define REALLOC(ptr, nbytes) err_realloc(ptr, nbytes, __FILE__, __LINE__) macro
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dprivate.h62 #define REALLOC(x, n) safe_realloc((x), (n), __FILE__, __LINE__) macro
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c65 #define REALLOC(pointer) \ macro
/titanic_41/usr/src/cmd/gencat/
H A Dgencat.c73 #define REALLOC(x, n) realloc((char *)(x), (unsigned)(n)) macro