Lines Matching refs:nodelist
2656 char *nodelist = strchr(str, ':'); in mpol_parse_str() local
2660 if (nodelist) { in mpol_parse_str()
2662 *nodelist++ = '\0'; in mpol_parse_str()
2663 if (nodelist_parse(nodelist, nodes)) in mpol_parse_str()
2686 if (nodelist) { in mpol_parse_str()
2687 char *rest = nodelist; in mpol_parse_str()
2698 if (!nodelist) in mpol_parse_str()
2705 if (nodelist) in mpol_parse_str()
2713 if (!nodelist) in mpol_parse_str()
2720 if (!nodelist) in mpol_parse_str()
2748 else if (nodelist) in mpol_parse_str()
2763 if (nodelist) in mpol_parse_str()
2764 *--nodelist = ':'; in mpol_parse_str()