Home
last modified time | relevance | path

Searched refs:backtick (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dmake_patchnum.pl91 sub backtick { subroutine
165 ($branch) = backtick("git symbolic-ref -q HEAD") =~ m#^refs/heads/(.+)$#;
169 $merge= backtick("git config branch.$branch.merge");
172 $remote= backtick("git config branch.$branch.remote");
175 $commit_id = backtick("git rev-parse HEAD");
176 $describe = backtick("git describe");
177 my $commit_created = backtick(qq{git log -1 --pretty="format:%ci"});
179 backtick("git diff --no-ext-diff --quiet --exit-code");
182 backtick("git diff-index --cached --quiet HEAD --");
190 grep {/\+/} backtick("git cherry $remote/$merge");
[all …]
/openbsd-src/gnu/usr.bin/perl/Cross/
H A Dgenerate_config_sh31 $callbacks->{'full_ar'} = [\&backtick, ["AR", "which $ENV{AR}", "/usr/local/arm/2.95.3/bin/arm-linu…
69 sub backtick {
/openbsd-src/gnu/usr.bin/perl/dist/Safe/t/
H A Dsafeops.t124 backtick qx/ls/
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperltrap.pod337 The backtick operator does variable interpolation without regard to
342 The backtick operator does no translation of the return value, unlike B<csh>.
H A Dperlsec.pod306 backtick functions provide no such alternate calling convention, so more
H A Dperlpodspec.pod759 turn backtick (`) into anything else but a single backtick character
H A Dperlvar.pod2029 The native status returned by the last pipe close, backtick (C<``>)
2186 The status returned by the last pipe close, backtick (C<``>) command,
H A Dperlop.pod2468 X<qx> X<`> X<``> X<backtick>
3369 backtick string, like in a shell. In scalar context, a single string
3383 X<qx> X<`> X<``> X<backtick> X<glob>
H A Dperl589delta.pod88 backtick command, successful call to C<wait> or C<waitpid>, or from the
H A Dperl5100delta.pod415 backtick command, successful call to wait() or waitpid(), or from the
H A Dperlrun.pod1204 internally for executing "backtick" commands or system(). Default is
H A Dperlipc.pod607 Here's a safe backtick or pipe open for read:
H A Dperlunicode.pod1923 C<qx> (aka the backtick operator), C<system>
/openbsd-src/gnu/usr.bin/perl/lib/B/
H A DOp_private.pm144 $bits{$_}{5} = 'OPpOPEN_IN_CRLF' for qw(backtick open);
145 $bits{$_}{4} = 'OPpOPEN_IN_RAW' for qw(backtick open);
146 $bits{$_}{7} = 'OPpOPEN_OUT_CRLF' for qw(backtick open);
147 $bits{$_}{6} = 'OPpOPEN_OUT_RAW' for qw(backtick open);
287 $bits{backtick}{0} = $bf[0];
897 OPpOPEN_IN_CRLF => [qw(backtick open)],
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dopcodes76 backtick quoted execution (``, qx) ck_backtick tu% S?
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/corpus/
H A Dperlvar-copy.pod740 The status returned by the last pipe close, backtick (C<``>) command,
772 The native status returned by the last pipe close, backtick (C<``>)
H A Dperlpodspec-copy.pod731 turn backtick (`) into anything else but a single backtick character
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dperlvaro.txt167 The status returned by the last pipe close, backtick (``) command, successful call to wait() or wai…
H A Dperlvar.pod519 The status returned by the last pipe close, backtick (C<``>) command,
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq8.pod745 backticks, not C<csh(1)>! Details on why Perl's C<system()> and backtick
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.52386 * Makefile.in (s-mlib): Make backtick-commands always succeed.