Lines Matching refs:xmalloc
399 ebuf.buffer = ebuf.bufnext = ebuf.bufstart = xmalloc (ebuf.size); in eval_makefile()
504 commands = xmalloc (200); in eval()
573 collapsed = (char *) xmalloc (collapsed_length); in eval()
1326 char *definition = (char *) xmalloc (length); in do_define()
1531 conditionals->ignoring = (char *) xmalloc (conditionals->allocated); in conditional_line()
1532 conditionals->seen_else = (char *) xmalloc (conditionals->allocated); in conditional_line()
1890 cmds = (struct commands *) xmalloc (sizeof (struct commands)); in record_files()
1931 targets = (char **) xmalloc (5 * sizeof (char *)); in record_files()
1932 target_percents = (char **) xmalloc (5 * sizeof (char *)); in record_files()
2364 new1 = (struct nameseq *) xmalloc (size); in parse_file_seq()
2841 register char **dirs = (char **) xmalloc ((5 + defsize) * sizeof (char *)); in construct_include_path()
2889 char *defdir = (char *) xmalloc (strlen (djdir->value) + 8 + 1); in construct_include_path()
3080 = (struct nameseq *) xmalloc (size); in multi_glob()
3084 elt->name = (char *) xmalloc (alen + 1 + mlen + 2); in multi_glob()
3111 struct nameseq *elt = (struct nameseq *) xmalloc (size); in multi_glob()