Home
last modified time | relevance | path

Searched refs:PIPE (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12.1/tools/tools/scsi-defects/
H A Dscsi-defects.pl65 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 Dmtxstat.pl45 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 Dpmctest.py54 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 Dfig2.xfig99 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 Dspu-opc.c34 #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 Dtrap4.013 trap 'trap "" PIPE; echo trapped >&3 2>/dev/null' PIPE
H A Dfc1.03 trap 'echo Broken pipe -- test failed' PIPE
H A Dfc2.03 trap 'echo Broken pipe -- test failed' PIPE
/freebsd-12.1/sys/contrib/zstd/tests/
H A Dtest-zstd-versions.py20 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 Dtest-zstd-speed.py52 …popen = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=param_shel…
/freebsd-12.1/release/scripts/
H A Dlist-new-changesets.py86 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/freebsd-12.1/contrib/binutils/include/opcode/
H A Dspu.h73 #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 Dgtest_test_utils.py237 stderr = subprocess.PIPE
240 stdout=subprocess.PIPE, stderr=stderr,
/freebsd-12.1/bin/sh/tests/execution/
H A Dredir2.02 trap ': $((brokenpipe+=1))' PIPE
H A Dredir1.02 trap ': $((brokenpipe+=1))' PIPE
/freebsd-12.1/contrib/bmake/mk/sys/
H A DHP-UX.mk45 PIPE?= -pipe
46 CC?= gcc ${PIPE}
/freebsd-12.1/usr.bin/gzip/
H A Dznew60 trap 'rm -f "$tmp"; exit 1' HUP INT QUIT PIPE TERM
/freebsd-12.1/lib/libnetgraph/
H A Ddebug.c166 COOKIE(PIPE),
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-spu.c28 #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 Dprotocols142 pipe 131 PIPE # Private IP Encapsulation within IP
/freebsd-12.1/crypto/openssl/
H A DConfigure1446 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 Dupload.py555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
/freebsd-12.1/contrib/googletest/googlemock/scripts/
H A Dupload.py555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
/freebsd-12.1/contrib/sendmail/contrib/
H A Dmailprio467 $SIG{'PIPE'} = 'handle_pipe';
/freebsd-12.1/usr.sbin/bsdconfig/share/
H A Dcommon.subr1019 trap 'f_die' TERM PIPE XCPU XFSZ FPE TRAP ABRT SEGV

12