Lines Matching refs:nodelist
2653 char *nodelist = strchr(str, ':'); in mpol_parse_str() local
2657 if (nodelist) { in mpol_parse_str()
2659 *nodelist++ = '\0'; in mpol_parse_str()
2660 if (nodelist_parse(nodelist, nodes)) in mpol_parse_str()
2683 if (nodelist) { in mpol_parse_str()
2684 char *rest = nodelist; in mpol_parse_str()
2695 if (!nodelist) in mpol_parse_str()
2702 if (nodelist) in mpol_parse_str()
2710 if (!nodelist) in mpol_parse_str()
2717 if (!nodelist) in mpol_parse_str()
2745 else if (nodelist) in mpol_parse_str()
2760 if (nodelist) in mpol_parse_str()
2761 *--nodelist = ':'; in mpol_parse_str()