Home
last modified time | relevance | path

Searched refs:orig_args (Results 1 – 3 of 3) sorted by relevance

/freebsd/share/examples/printing/
H A DpsdfX9 orig_args="$@"
31 /usr/local/bin/dvips -f ) | eval /usr/local/libexec/lprps $orig_args
/freebsd/crypto/krb5/src/util/
H A Dgen.pl23 my $orig_args = join(" ", @ARGV);
51 print OUTFILE " * args: $orig_args\n";
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1665 auto const &orig_args = template_param_infos.GetArgs(); in CreateClassTemplateSpecializationDecl() local
1666 std::copy(orig_args.begin(), orig_args.end(), args.begin()); in CreateClassTemplateSpecializationDecl()