Lines Matching refs:to_id
522 char *to_type, *to_id; in parse_target_clause() local
548 to_id = strsep_noblanks(&to, ""); in parse_target_clause()
551 if (to_id == NULL) { in parse_target_clause()
569 if (parse_any(to_id)) { in parse_target_clause()
578 to_id - start, in parse_target_clause()
591 to_id - start, in parse_target_clause()
598 to_id - start, in parse_target_clause()
614 to_id - start, in parse_target_clause()
622 to_id - start, in parse_target_clause()
632 if (to_id == NULL) { in parse_target_clause()
644 if (parse_any(to_id)) { in parse_target_clause()
647 make_parse_error(parse_error, to_id - start, in parse_target_clause()
659 make_parse_error(parse_error, to_id - start, in parse_target_clause()
668 if (to_id != NULL) { in parse_target_clause()
695 MPASS((type == IT_UID || type == IT_GID) && !parse_any(to_id)); in parse_target_clause()
698 if (strcmp(to_id, ".") == 0) { in parse_target_clause()
703 make_parse_error(parse_error, to_id - start, in parse_target_clause()
714 error = strtoui_strict(to_id, &p, 10, &is.id); in parse_target_clause()
716 make_parse_error(parse_error, to_id - start, in parse_target_clause()