Searched refs:to_list (Results 1 – 1 of 1) sorted by relevance
866 char *to_list; in parse_single_rule() local919 to_list = strsep_noblanks(&rule, ","); in parse_single_rule()920 if (to_list == NULL) { in parse_single_rule()925 error = parse_target_clause(to_list, new, &uid_list, &gid_list, in parse_single_rule()928 (*parse_error)->pos += to_list - start; in parse_single_rule()932 to_list = strsep_noblanks(&rule, ","); in parse_single_rule()933 } while (to_list != NULL); in parse_single_rule()