Searched refs:xrealloc (Results 1 – 14 of 14) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | commands.c | 160 plus_value = xrealloc (plus_value, plus_max = plus_len); in set_file_variables() 209 qmark_value = xrealloc (qmark_value, qmark_max = qmark_len); in set_file_variables() 213 bar_value = xrealloc (bar_value, bar_max = bar_len); in set_file_variables() 312 lines = (char **) xrealloc ((char *) lines, in chop_commands() 324 lines = (char **) xrealloc ((char *) lines, in chop_commands()
|
D | rule.c | 492 xrealloc ((char *) r->lens, max_targets * sizeof (unsigned int)); in create_pattern_rule() 494 xrealloc ((char *) r->suffixes, max_targets * sizeof (char *)); in create_pattern_rule() 505 r->lens = (unsigned int *) xrealloc ((char *) r->lens, in create_pattern_rule() 507 r->suffixes = (char **) xrealloc ((char *) r->suffixes, in create_pattern_rule()
|
D | expand.c | 68 variable_buffer = (char *) xrealloc (variable_buffer, in variable_buffer_output() 552 value = xrealloc (value, strlen (value)) in allocated_variable_expand_for_file()
|
D | read.c | 554 commands = xrealloc (commands, commands_len); in eval() 1190 commands = (char *) xrealloc (commands, commands_len); in eval() 1401 definition = (char *) xrealloc (definition, length + 1); in do_define() 1540 xrealloc (conditionals->ignoring, conditionals->allocated); in conditional_line() 1542 xrealloc (conditionals->seen_else, conditionals->allocated); in conditional_line() 1938 targets = (char **) xrealloc ((char *) targets, in record_files() 1941 = (char **) xrealloc ((char *) target_percents, in record_files() 2626 start = ebuf->buffer = ebuf->bufstart = (char *) xrealloc (start, in readline() 2871 xrealloc ((char *) dirs, (max + defsize) * sizeof (char *)); in construct_include_path()
|
D | misc.c | 335 #undef xrealloc 350 xrealloc (char *ptr, unsigned int size) in xrealloc() function
|
D | hash.c | 24 #define REALLOC(o, t, n) ((t *) xrealloc ((o), sizeof (t) * (n)))
|
D | vpath.c | 287 vpath = (char **) xrealloc ((char *) vpath, in construct_vpath_list()
|
D | function.c | 380 result = (char *) xrealloc (result, length); in string_glob() 1148 words = (char **) xrealloc ((char *) words, in func_sort() 1702 buffer = (char *) xrealloc (buffer, maxlen + 1); in func_shell() 1829 buffer = (char *) xrealloc (buffer, maxlen + 1); in func_shell()
|
D | make.h | 420 extern char *xrealloc PARAMS ((char *, unsigned int));
|
D | file.c | 1013 value = xrealloc (value, max); in build_target_list() 1029 value = xrealloc (value, max); in build_target_list()
|
D | variable.c | 296 var->value = xrealloc (var->value, max); in handle_special_var() 313 var->value = xrealloc (var->value, max); in handle_special_var()
|
D | main.c | 1864 xrealloc ((char *) makefile_mtimes, in main() 2485 xrealloc ((char *) sl->list, in decode_switches()
|
D | remake.c | 1558 buf = xrealloc (buf, libdir_maxlen + buflen + 2); in library_search()
|
D | ChangeLog | 1550 * misc.c (xmalloc, xrealloc): Add one to 0 sizes, to cater to
|