| /freebsd-12.1/tools/tools/scsi-defects/ |
| H A D | scsi-defects.pl | 65 open(PIPE, "scsi -f $dev " . 69 chop($amnt = <PIPE>); 70 close(PIPE); 81 open(PIPE, "scsi -f $dev " . 86 read(PIPE, $buf, 4); # defect list header 90 while(read(PIPE, $buf, 8)) { 94 close(PIPE);
|
| /freebsd-12.1/tools/tools/mtxstat/ |
| H A D | mtxstat.pl | 45 local *PIPE; # Pipe 75 open(PIPE, "sysctl -n debug.mutex.prof.stats|") 77 $header = <PIPE>; 83 while (<PIPE>) {
|
| /freebsd-12.1/tools/test/hwpmc/ |
| H A D | pmctest.py | 54 from subprocess import PIPE 80 p = subprocess.Popen(["pmccontrol", "-L"], stdout=PIPE) 91 stdout=PIPE)
|
| /freebsd-12.1/share/doc/psd/20.ipctut/ |
| H A D | fig2.xfig | 99 4 0 0 12 0 0 0 0.000 1 9 26 399 469 PIPE 100 4 0 0 12 0 0 0 0.000 1 9 26 434 209 PIPE
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | spu-opc.c | 34 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 36 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
|
| /freebsd-12.1/bin/sh/tests/builtins/ |
| H A D | trap4.0 | 13 trap 'trap "" PIPE; echo trapped >&3 2>/dev/null' PIPE
|
| H A D | fc1.0 | 3 trap 'echo Broken pipe -- test failed' PIPE
|
| H A D | fc2.0 | 3 trap 'echo Broken pipe -- test failed' PIPE
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | test-zstd-versions.py | 20 from subprocess import Popen, PIPE 35 popen = Popen(command, stdout=PIPE, stderr=PIPE, shell=param_shell) 52 subproc = Popen(cmd_args, stdout=PIPE, stderr=PIPE)
|
| H A D | test-zstd-speed.py | 52 …popen = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=param_shel…
|
| /freebsd-12.1/release/scripts/ |
| H A D | list-new-changesets.py | 86 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
| /freebsd-12.1/contrib/binutils/include/opcode/ |
| H A D | spu.h | 73 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 75 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | gtest_test_utils.py | 237 stderr = subprocess.PIPE 240 stdout=subprocess.PIPE, stderr=stderr,
|
| /freebsd-12.1/bin/sh/tests/execution/ |
| H A D | redir2.0 | 2 trap ': $((brokenpipe+=1))' PIPE
|
| H A D | redir1.0 | 2 trap ': $((brokenpipe+=1))' PIPE
|
| /freebsd-12.1/contrib/bmake/mk/sys/ |
| H A D | HP-UX.mk | 45 PIPE?= -pipe 46 CC?= gcc ${PIPE}
|
| /freebsd-12.1/usr.bin/gzip/ |
| H A D | znew | 60 trap 'rm -f "$tmp"; exit 1' HUP INT QUIT PIPE TERM
|
| /freebsd-12.1/lib/libnetgraph/ |
| H A D | debug.c | 166 COOKIE(PIPE),
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-spu.c | 28 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 30 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
|
| /freebsd-12.1/lib/libc/net/ |
| H A D | protocols | 142 pipe 131 PIPE # Private IP Encapsulation within IP
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | Configure | 1446 open(PIPE, "$cc -Wa,--help -c -o null.$$.o -x assembler /dev/null 2>&1 |"); 1447 while(<PIPE>) { 1453 close(PIPE);
|
| /freebsd-12.1/contrib/googletest/googletest/scripts/ |
| H A D | upload.py | 555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
|
| /freebsd-12.1/contrib/googletest/googlemock/scripts/ |
| H A D | upload.py | 555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
|
| /freebsd-12.1/contrib/sendmail/contrib/ |
| H A D | mailprio | 467 $SIG{'PIPE'} = 'handle_pipe';
|
| /freebsd-12.1/usr.sbin/bsdconfig/share/ |
| H A D | common.subr | 1019 trap 'f_die' TERM PIPE XCPU XFSZ FPE TRAP ABRT SEGV
|