Home
last modified time | relevance | path

Searched refs:p_false (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/
HDgensupport.c449 char *p_true, *p_false; in identify_predicable_attribute() local
464 p_false = xstrdup (value); in identify_predicable_attribute()
465 p_true = strchr (p_false, ','); in identify_predicable_attribute()
471 if (p_false) in identify_predicable_attribute()
472 free (p_false); in identify_predicable_attribute()
478 predicable_false = p_false; in identify_predicable_attribute()
490 if (p_false) in identify_predicable_attribute()
491 free (p_false); in identify_predicable_attribute()
498 if (p_false) in identify_predicable_attribute()
499 free (p_false); in identify_predicable_attribute()
[all …]
HDChangeLog-20069606 * gensupport.c (identify_predicable_attribute): Don't free p_false
9684 p_false pointer.