Home
last modified time | relevance | path

Searched refs:REALLOC (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dalloc.h48 #define REALLOC(ptr, nbytes) alloc_realloc(ptr, nbytes, __FILE__, __LINE__) macro
55 #define REALLOC(ptr, nbytes) alloc_realloc(ptr, nbytes, "???", __LINE__) macro
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat_utils.h36 #define REALLOC(p, nbytes) Realloc((p), (nbytes)) macro
H A Dpoolstat.c656 line = REALLOC(line, len); in prt_stat_line()
709 line = REALLOC(line, len); in prt_stat_hd()
/illumos-gate/usr/src/cmd/audio/include/
H A Dlibaudio_impl.h66 #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.c129 Args = REALLOC(Args, sizeof (char *) * (ArgsN + CONF_ARGS_INC)); in fillargs()
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c65 #define REALLOC(pointer) \ macro
751 REALLOC (stty_opt);
/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); in extend_text()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c379 rawdata->begin = REALLOC(rawdata->begin, newlen); in cfgadjust()
904 files = (char **)REALLOC(files, in platform_get_files()
1236 *argv = (char **)REALLOC(*argv, in arglist2argv()