Lines Matching refs:rest
477 local($type, $perm, $rest, $c, $len, $name);
483 ($type, $perm, $rest) =
485 $c = substr($rest, 0, 1);
486 $len = index($rest, $c, 1) - 1;
487 $name = substr($rest, 1, $len);
488 $rest = substr($rest, 2 + $len);
491 return undef if !&write_file($name, $rest);
505 local($ret) = symlink($rest, $name);
998 local($type, $perm, $rest, $c, $len, $name);
1006 ($type, $perm, $rest) = ($1, $2, $3);
1017 $c = substr($rest, 0, 1);
1018 if (($len = index($rest, $c, 1) - 1) <= 0) {
1020 "$prog:$file:$.: missing end quote for file name in file-setup: $rest\n";
1023 $name = substr($rest, 1, $len);
1035 $rest, $c, $len, $name);
1043 ($type, $perm, $uid, $gid, $matchType, $rest)
1070 $c = substr($rest, 0, 1);
1071 if (($len = index($rest, $c, 1) - 1) <= 0) {
1073 "$prog:$file:$.: missing end quote for file name in file-result: $rest\n";
1076 $name = substr($rest, 1, $len);
1239 local($type, $perm, $uid, $gid, $rest, $c, $len, $name);
1246 ($type, $perm, $uid, $gid, $matchType, $rest) =
1248 $c = substr($rest, 0, 1);
1249 $len = index($rest, $c, 1) - 1;
1250 $name = substr($rest, 1, $len);
1251 $rest = substr($rest, 2 + $len);
1281 $matchType eq 'exact' ? $rest : undef
1282 $matchType eq 'pattern' ? $rest : undef);
1287 if ($rest !~ /^\s*$/) {
1305 $matchType eq 'exact' ? $rest : undef
1306 $matchType eq 'pattern' ? $rest : undef);