Lines Matching refs:rest
505 local($type, $perm, $rest, $c, $len, $name);
511 ($type, $perm, $rest) =
513 $c = substr($rest, 0, 1);
514 $len = index($rest, $c, 1) - 1;
515 $name = substr($rest, 1, $len);
516 $rest = substr($rest, 2 + $len);
519 return undef if !&write_file($name, $rest);
533 local($ret) = symlink($rest, $name);
1038 local($type, $perm, $rest, $c, $len, $name);
1046 ($type, $perm, $rest) = ($1, $2, $3);
1057 $c = substr($rest, 0, 1);
1058 if (($len = index($rest, $c, 1) - 1) <= 0) {
1060 "$prog:$file:$.: missing end quote for file name in file-setup: $rest\n";
1063 $name = substr($rest, 1, $len);
1075 $rest, $c, $len, $name);
1083 ($type, $perm, $uid, $gid, $matchType, $rest)
1110 $c = substr($rest, 0, 1);
1111 if (($len = index($rest, $c, 1) - 1) <= 0) {
1113 "$prog:$file:$.: missing end quote for file name in file-result: $rest\n";
1116 $name = substr($rest, 1, $len);
1281 local($type, $perm, $uid, $gid, $rest, $c, $len, $name);
1288 ($type, $perm, $uid, $gid, $matchType, $rest) =
1290 $c = substr($rest, 0, 1);
1291 $len = index($rest, $c, 1) - 1;
1292 $name = substr($rest, 1, $len);
1293 $rest = substr($rest, 2 + $len);
1323 $matchType eq 'exact' ? $rest : undef
1324 $matchType eq 'pattern' ? $rest : undef);
1329 if ($rest !~ /^\s*$/) {
1347 $matchType eq 'exact' ? $rest : undef
1348 $matchType eq 'pattern' ? $rest : undef);