Lines Matching refs:nodelist
2801 char *nodelist = strchr(str, ':'); in mpol_parse_str() local
2805 if (nodelist) { in mpol_parse_str()
2807 *nodelist++ = '\0'; in mpol_parse_str()
2808 if (nodelist_parse(nodelist, nodes)) in mpol_parse_str()
2827 if (nodelist) { in mpol_parse_str()
2828 char *rest = nodelist; in mpol_parse_str()
2839 if (!nodelist) in mpol_parse_str()
2846 if (nodelist) in mpol_parse_str()
2854 if (!nodelist) in mpol_parse_str()
2861 if (!nodelist) in mpol_parse_str()
2889 else if (nodelist) in mpol_parse_str()
2904 if (nodelist) in mpol_parse_str()
2905 *--nodelist = ':'; in mpol_parse_str()