Lines Matching refs:xmalloc
127 name = (char *) xmalloc (namelen + 1); in count_implicit_rule_limits()
183 targname = xmalloc (1 + len + 1); in convert_suffix_rule()
189 names = (char **) xmalloc (2 * sizeof (char *)); in convert_suffix_rule()
201 depname = xmalloc (1 + len + 1); in convert_suffix_rule()
365 r = (struct rule *) xmalloc (sizeof (struct rule)); in install_pattern_rule()
367 r->targets = (char **) xmalloc (2 * sizeof (char *)); in install_pattern_rule()
368 r->suffixes = (char **) xmalloc (2 * sizeof (char *)); in install_pattern_rule()
369 r->lens = (unsigned int *) xmalloc (2 * sizeof (unsigned int)); in install_pattern_rule()
394 r->cmds = (struct commands *) xmalloc (sizeof (struct commands)); in install_pattern_rule()
477 struct rule *r = (struct rule *) xmalloc (sizeof (struct rule)); in create_pattern_rule()
484 r->lens = (unsigned int *) xmalloc (2 * sizeof (unsigned int)); in create_pattern_rule()
485 r->suffixes = (char **) xmalloc (2 * sizeof (char *)); in create_pattern_rule()