Home
last modified time | relevance | path

Searched refs:xrealloc (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dcommands.c160 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()
Drule.c492 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()
Dexpand.c68 variable_buffer = (char *) xrealloc (variable_buffer, in variable_buffer_output()
552 value = xrealloc (value, strlen (value)) in allocated_variable_expand_for_file()
Dread.c554 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()
Dmisc.c335 #undef xrealloc
350 xrealloc (char *ptr, unsigned int size) in xrealloc() function
Dhash.c24 #define REALLOC(o, t, n) ((t *) xrealloc ((o), sizeof (t) * (n)))
Dvpath.c287 vpath = (char **) xrealloc ((char *) vpath, in construct_vpath_list()
Dfunction.c380 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()
Dmake.h420 extern char *xrealloc PARAMS ((char *, unsigned int));
Dfile.c1013 value = xrealloc (value, max); in build_target_list()
1029 value = xrealloc (value, max); in build_target_list()
Dvariable.c296 var->value = xrealloc (var->value, max); in handle_special_var()
313 var->value = xrealloc (var->value, max); in handle_special_var()
Dmain.c1864 xrealloc ((char *) makefile_mtimes, in main()
2485 xrealloc ((char *) sl->list, in decode_switches()
Dremake.c1558 buf = xrealloc (buf, libdir_maxlen + buflen + 2); in library_search()
DChangeLog1550 * misc.c (xmalloc, xrealloc): Add one to 0 sizes, to cater to