| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 80-test_ca.t | 61 open(PIPE, "|-", join(" ",@_)); 62 local $SIG{PIPE} = "IGNORE"; 63 1 while $cntr-- > 0 && print PIPE "y\n"; 64 close PIPE;
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| spu-opc.c | 36 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 38 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| spu-opc.c | 36 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 38 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| spu-opc.c | 36 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 38 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| spu-opc.c | 36 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 38 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| indirect_calls.py | 27 p = subprocess.Popen(args=args, stdin=None, stderr=subprocess.PIPE, stdout=subprocess.PIPE)
|
| extract_vplan.py | 37 stdin=subprocess.PIPE, 38 stdout=subprocess.PIPE, 39 stderr=subprocess.PIPE)
|
| extract_symbols.py | 34 stdout=subprocess.PIPE, stdin=subprocess.PIPE, 47 stdout=subprocess.PIPE, stdin=subprocess.PIPE, 51 stdout=subprocess.PIPE, stdin=subprocess.PIPE, 63 stdout=subprocess.PIPE, stdin=subprocess.PIPE, 93 stdout=subprocess.PIPE, stdin=subprocess.PIPE, [all...] |
| /src/external/apache2/llvm/dist/clang/tools/clang-format/ |
| clang-format-sublime.py | 47 p = subprocess.Popen(command, stdout=subprocess.PIPE, 48 stderr=subprocess.PIPE, stdin=subprocess.PIPE)
|
| git-clang-format | 266 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 297 p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE) 378 git_metadata = subprocess.Popen(git_metadata_cmd, stdin=subprocess.PIPE, 379 stdout=subprocess.PIPE) 405 p = subprocess.Popen(cmd, stdin=subprocess.PIPE) 432 git_show = subprocess.Popen(git_show_cmd, stdin=subprocess.PIPE, 433 stdout=subprocess.PIPE) 439 clang_format_stdin = subprocess.PIPE [all...] |
| /src/external/apache2/llvm/dist/clang/utils/check_cfc/ |
| obj_diff.py | 22 stdout=subprocess.PIPE, 23 stderr=subprocess.PIPE) 32 p = subprocess.Popen([disassembler, '-WliaprmfsoRt', objfile], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
| /src/external/bsd/zstd/dist/build/meson/tests/ |
| valgrindTest.py | 26 with subprocess.Popen([datagen, '-g80'], stdout=subprocess.PIPE) as p1, \ 35 with subprocess.Popen([datagen, '-g16KB'], stdout=subprocess.PIPE) as p1, \ 45 with subprocess.Popen([datagen, '-g2930KB'], stdout=subprocess.PIPE) as p1, \ 56 with subprocess.Popen([datagen, '-g64MB'], stdout=subprocess.PIPE) as p1, \
|
| /src/external/mpl/bind/dist/bin/tests/system/dnstap/ |
| ydump.py | 27 with subprocess.Popen(ARGS, stdout=subprocess.PIPE) as f:
|
| /src/etc/ |
| monthly | 24 trap "/bin/rm -rf $MONTHLYDIR ; exit 0" EXIT INT QUIT PIPE
|
| /src/external/gpl3/gcc/dist/contrib/ |
| unused_functions.py | 22 from subprocess import Popen, PIPE 55 p0 = Popen((a for a in rargs.split(' ') if a.strip() != ''), stdout=PIPE) 56 p1 = Popen(["c++filt"], stdin=p0.stdout, stdout=PIPE, 104 stderr=PIPE, universal_newlines=True) 118 p0 = Popen(["ar", "t", "%s" % archive], stdout=PIPE, 166 p0 = Popen(["rm", "-r", "-f", "%s" % (tmpd)], stderr=PIPE, stdout=PIPE)
|
| git-fix-changelog.py | 58 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| unused_functions.py | 22 from subprocess import Popen, PIPE 55 p0 = Popen((a for a in rargs.split(' ') if a.strip() != ''), stdout=PIPE) 56 p1 = Popen(["c++filt"], stdin=p0.stdout, stdout=PIPE, 104 stderr=PIPE, universal_newlines=True) 118 p0 = Popen(["ar", "t", "%s" % archive], stdout=PIPE, 166 p0 = Popen(["rm", "-r", "-f", "%s" % (tmpd)], stderr=PIPE, stdout=PIPE)
|
| git-fix-changelog.py | 58 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/ |
| __init__.py | 31 kwargs.update({'stdout': subprocess.PIPE, 'stderr': subprocess.STDOUT}) 36 kwargs.update({'stdout': subprocess.PIPE, 'stderr': subprocess.STDOUT}) 43 stdout=subprocess.PIPE,
|
| /src/external/bsd/openldap/dist/tests/scripts/ |
| grandchild_wrapper.py | 42 stdout=asyncio.subprocess.PIPE)
|
| /src/external/bsd/libpcap/dist/ |
| mkdep | 78 trap 'rm -f "$TMP" ; exit 1' HUP INT QUIT PIPE TERM
|
| /src/external/bsd/tcpdump/dist/ |
| mkdep | 73 trap 'rm -f "$TMP" ; exit 1' HUP INT QUIT PIPE TERM
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| spu.h | 72 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 74 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| spu.h | 72 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 74 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| spu.h | 72 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 74 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
|