Lines Matching refs:nodelist
3007 char *nodelist = strchr(str, ':'); in mpol_parse_str() local
3014 if (nodelist) { in mpol_parse_str()
3016 *nodelist++ = '\0'; in mpol_parse_str()
3017 if (nodelist_parse(nodelist, nodes)) in mpol_parse_str()
3035 if (nodelist) { in mpol_parse_str()
3036 char *rest = nodelist; in mpol_parse_str()
3049 if (!nodelist) in mpol_parse_str()
3056 if (nodelist) in mpol_parse_str()
3063 if (!nodelist) in mpol_parse_str()
3071 if (!nodelist) in mpol_parse_str()
3099 } else if (nodelist) { in mpol_parse_str()
3116 if (nodelist) in mpol_parse_str()
3117 *--nodelist = ':'; in mpol_parse_str()