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