Searched refs:backtick (Results 1 – 21 of 21) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | make_patchnum.pl | 91 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 D | generate_config_sh | 31 $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 D | safeops.t | 124 backtick qx/ls/
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perltrap.pod | 337 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 D | perlsec.pod | 306 backtick functions provide no such alternate calling convention, so more
|
| H A D | perlpodspec.pod | 759 turn backtick (`) into anything else but a single backtick character
|
| H A D | perlvar.pod | 2029 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 D | perlop.pod | 2468 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 D | perl589delta.pod | 88 backtick command, successful call to C<wait> or C<waitpid>, or from the
|
| H A D | perl5100delta.pod | 415 backtick command, successful call to wait() or waitpid(), or from the
|
| H A D | perlrun.pod | 1204 internally for executing "backtick" commands or system(). Default is
|
| H A D | perlipc.pod | 607 Here's a safe backtick or pipe open for read:
|
| H A D | perlunicode.pod | 1923 C<qx> (aka the backtick operator), C<system>
|
| /openbsd-src/gnu/usr.bin/perl/lib/B/ |
| H A D | Op_private.pm | 144 $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 D | opcodes | 76 backtick quoted execution (``, qx) ck_backtick tu% S?
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/corpus/ |
| H A D | perlvar-copy.pod | 740 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 D | perlpodspec-copy.pod | 731 turn backtick (`) into anything else but a single backtick character
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | perlvaro.txt | 167 The status returned by the last pipe close, backtick (``) command, successful call to wait() or wai…
|
| H A D | perlvar.pod | 519 The status returned by the last pipe close, backtick (C<``>) command,
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq8.pod | 745 backticks, not C<csh(1)>! Details on why Perl's C<system()> and backtick
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.5 | 2386 * Makefile.in (s-mlib): Make backtick-commands always succeed.
|