Searched refs:REALLOC (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat_utils.h38 #define REALLOC(p, nbytes) Realloc((p), (nbytes)) macro
H A Dpoolstat.c654 line = REALLOC(line, len);
707 line = REALLOC(line, len);
/illumos-gate/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
/illumos-gate/usr/src/cmd/audio/include/
H A Dlibaudio_impl.h52 * REALLOC - re-allocate a larger amount of memory
53 * foo = REALLOC(foo, 10, struct foo); -- extend to 10 foos
68 #define REALLOC(ptr, number, type) \ macro
/illumos-gate/usr/src/cmd/logadm/
H A Derr.h64 #define REALLOC(ptr, nbytes) err_realloc(ptr, nbytes, __FILE__, __LINE__) macro
H A Dconf.c127 Args = REALLOC(Args, sizeof (char *) * (ArgsN + CONF_ARGS_INC));
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dprivate.h62 #define REALLOC(x, n) safe_realloc((x), (n), __FILE__, __LINE__) macro
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c65 #define REALLOC(pointer) \ macro
751 REALLOC (stty_opt);
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dbuild_tree.c156 node_array = REALLOC(node_array, allocd*(depth+1));
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c73 #define REALLOC(x, n) realloc((char *)(x), (unsigned)(n)) macro
578 text = REALLOC(text, text_size);
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c379 rawdata->begin = REALLOC(rawdata->begin, newlen);
902 files = (char **)REALLOC(files,
1234 *argv = (char **)REALLOC(*argv,

Completed in 89 milliseconds