Lines Matching refs:nodelist
2890 char *nodelist = strchr(str, ':'); in mpol_parse_str() local
2897 if (nodelist) { in mpol_parse_str()
2899 *nodelist++ = '\0'; in mpol_parse_str()
2900 if (nodelist_parse(nodelist, nodes)) in mpol_parse_str()
2918 if (nodelist) { in mpol_parse_str()
2919 char *rest = nodelist; in mpol_parse_str()
2932 if (!nodelist) in mpol_parse_str()
2939 if (nodelist) in mpol_parse_str()
2947 if (!nodelist) in mpol_parse_str()
2954 if (!nodelist) in mpol_parse_str()
2982 else if (nodelist) in mpol_parse_str()
2997 if (nodelist) in mpol_parse_str()
2998 *--nodelist = ':'; in mpol_parse_str()