Lines Matching refs:rest
456 local($type, $perm, $rest, $c, $len, $name);
462 ($type, $perm, $rest) =
464 $c = substr($rest, 0, 1);
465 $len = index($rest, $c, 1) - 1;
466 $name = substr($rest, 1, $len);
467 $rest = substr($rest, 2 + $len);
470 return undef if !&write_file($name, $rest);
484 local($ret) = symlink($rest, $name);
976 local($type, $perm, $rest, $c, $len, $name);
984 ($type, $perm, $rest) = ($1, $2, $3);
995 $c = substr($rest, 0, 1);
996 if (($len = index($rest, $c, 1) - 1) <= 0) {
998 "$prog:$file:$.: missing end quote for file name in file-setup: $rest\n";
1001 $name = substr($rest, 1, $len);
1013 $rest, $c, $len, $name);
1021 ($type, $perm, $uid, $gid, $matchType, $rest)
1048 $c = substr($rest, 0, 1);
1049 if (($len = index($rest, $c, 1) - 1) <= 0) {
1051 "$prog:$file:$.: missing end quote for file name in file-result: $rest\n";
1054 $name = substr($rest, 1, $len);
1217 local($type, $perm, $uid, $gid, $rest, $c, $len, $name);
1224 ($type, $perm, $uid, $gid, $matchType, $rest) =
1226 $c = substr($rest, 0, 1);
1227 $len = index($rest, $c, 1) - 1;
1228 $name = substr($rest, 1, $len);
1229 $rest = substr($rest, 2 + $len);
1259 $matchType eq 'exact' ? $rest : undef
1260 $matchType eq 'pattern' ? $rest : undef);
1265 if ($rest !~ /^\s*$/) {
1283 $matchType eq 'exact' ? $rest : undef
1284 $matchType eq 'pattern' ? $rest : undef);