Searched refs:REALLOC (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | alloc.h | 50 #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 D | poolstat_utils.h | 38 #define REALLOC(p, nbytes) Realloc((p), (nbytes)) macro
|
H A D | poolstat.c | 655 line = REALLOC(line, len); in prt_stat_line() 708 line = REALLOC(line, len); in prt_stat_hd()
|
/titanic_41/usr/src/cmd/audio/include/ |
H A D | libaudio_impl.h | 68 #define REALLOC(ptr, number, type) \ macro
|
/titanic_41/usr/src/cmd/logadm/ |
H A D | err.h | 64 #define REALLOC(ptr, nbytes) err_realloc(ptr, nbytes, __FILE__, __LINE__) macro
|
H A D | conf.c | 127 Args = REALLOC(Args, sizeof (char *) * (ArgsN + CONF_ARGS_INC)); in fillargs()
|
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | options.c | 65 #define REALLOC(pointer) \ macro 751 REALLOC (stty_opt);
|
/titanic_41/usr/src/lib/efcode/include/fcode/ |
H A D | private.h | 62 #define REALLOC(x, n) safe_realloc((x), (n), __FILE__, __LINE__) macro
|
/titanic_41/usr/src/lib/efcode/fcdriver/ |
H A D | build_tree.c | 156 node_array = REALLOC(node_array, allocd*(depth+1)); in build_nodes()
|
/titanic_41/usr/src/cmd/gencat/ |
H A D | gencat.c | 73 #define REALLOC(x, n) realloc((char *)(x), (unsigned)(n)) macro 578 text = REALLOC(text, text_size); in extend_text()
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 379 rawdata->begin = REALLOC(rawdata->begin, newlen); in cfgadjust() 902 files = (char **)REALLOC(files, in platform_get_files() 1234 *argv = (char **)REALLOC(*argv, in arglist2argv()
|