Lines Matching refs:args
299 my @args;
309 push @args, $io_spec;
424 push @args, $quoted_file;
456 foreach my $a (@args)
461 @args = @new_args;
469 my @cmd = (@prog, @args, "> $actual{OUT}", "2> $actual{ERR}");
605 my @args;
610 and push (@args, $e), next;
621 shift @args; # discard test name
622 push @new, ["$t->[0].r", @args, '<', {IN => $in[0]}, @list_of_hash];
623 push @new, ["$t->[0].p", @args, {IN_PIPE => $in[0]}, @list_of_hash];