Home
last modified time | relevance | path

Searched full:tee (Results 1 – 25 of 208) sorted by relevance

123456789

/freebsd/usr.bin/tee/tests/
H A Dtee_test.sh10 atf_check -o inline:"text\n" -x "echo text | tee file"
18 "echo text | tee /dev/stderr"
24 atf_check -o inline:"text\n" -x "echo text | tee file1 file2"
32 atf_check -o ignore -x "echo text | tee file"
36 atf_check -o ignore -x "echo text | tee file"
40 atf_check -o ignore -x "echo text | tee -a file"
57 # being ignored by porch(1), then another to confirm that tee(1) will
60 porch -f $(atf_get_srcdir)/sigint.orch tee file
63 atf_check porch -f $(atf_get_srcdir)/sigint.orch tee -i file
85 'echo "text over socket" | tee logger.sock'
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_acs.c115 real_map['u'] = '+'; /* should be tee pointing left */ in NCURSES_SP_NAME()
116 real_map['t'] = '+'; /* should be tee pointing right */ in NCURSES_SP_NAME()
117 real_map['v'] = '+'; /* should be tee pointing up */ in NCURSES_SP_NAME()
118 real_map['w'] = '+'; /* should be tee pointing down */ in NCURSES_SP_NAME()
149 real_map['T'] = '+'; /* tee pointing left */ in NCURSES_SP_NAME()
150 real_map['U'] = '+'; /* tee pointing right */ in NCURSES_SP_NAME()
151 real_map['V'] = '+'; /* tee pointing up */ in NCURSES_SP_NAME()
152 real_map['W'] = '+'; /* tee pointing down */ in NCURSES_SP_NAME()
161 real_map['G'] = '+'; /* tee pointing left */ in NCURSES_SP_NAME()
162 real_map['F'] = '+'; /* tee pointing right */ in NCURSES_SP_NAME()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/firmware/
H A Dlinaro,optee-tz.txt1 OP-TEE Device Tree Bindings
3 OP-TEE is a piece of software using hardware features to provide a Trusted
10 * OP-TEE based on ARM TrustZone required properties:
14 - method : The method of calling the OP-TEE Trusted OS. Permitted
18 in drivers/tee/optee/optee_smc.h
21 in drivers/tee/optee/optee_smc.h
H A Dlinaro,optee-tz.yaml7 title: OP-TEE
13 OP-TEE is a piece of software using hardware features to provide a Trusted
37 The method of calling the OP-TEE Trusted OS depending on smc or hvc
42 register assignments are specified in drivers/tee/optee/optee_smc.h
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c53 { 't', { '+', 0x251c }}, /* tee pointing left */ in _nc_init_wacs()
54 { 'u', { '+', 0x2524 }}, /* tee pointing right */ in _nc_init_wacs()
55 { 'v', { '+', 0x2534 }}, /* tee pointing up */ in _nc_init_wacs()
56 { 'w', { '+', 0x252c }}, /* tee pointing down */ in _nc_init_wacs()
88 { 'T', { '+', 0x2523 }}, /* tee pointing left */ in _nc_init_wacs()
89 { 'U', { '+', 0x252b }}, /* tee pointing right */ in _nc_init_wacs()
90 { 'V', { '+', 0x253b }}, /* tee pointing up */ in _nc_init_wacs()
91 { 'W', { '+', 0x2533 }}, /* tee pointing down */ in _nc_init_wacs()
100 { 'G', { '+', 0x2563 }}, /* tee pointing left */ in _nc_init_wacs()
101 { 'F', { '+', 0x2560 }}, /* tee pointing right */ in _nc_init_wacs()
[all …]
/freebsd/contrib/ncurses/man/
H A Dcaptoinfo.1m147 GR tee pointing right
148 GL tee pointing left
149 GU tee pointing up
150 GD tee pointing down
158 Gr double tee pointing right
159 Gr double tee pointing left
160 Gu double tee pointing up
161 Gd double tee pointing down
H A Dcurs_add_wch.3x138 WACS_BTEE 0x2534 + v bottom tee
165 WACS_LTEE 0x2524 + t left tee
173 WACS_RTEE 0x251c + u right tee
181 WACS_TTEE 0x252c + w top tee
205 thick tee pointing up
217 thick tee pointing right
223 thick tee pointing left
226 thick tee pointing down
249 double tee pointing up
261 double tee pointing right
[all …]
H A Dcurs_addch.3x195 ACS_BTEE + v bottom tee
208 ACS_LTEE + t left tee
214 ACS_RTEE + u right tee
220 ACS_TTEE + w top tee
/freebsd/share/man/man4/
H A Dng_tee.441 .Nd netgraph ``tee'' node type
47 .Nm tee
49 .Xr tee 1
51 .Nm Tee
56 .Nm Tee
123 .Xr tee 1 ,
/freebsd/libexec/rc/rc.d/
H A Dnuageinit_user_data_script19 echo "Executing 'runcmd'" | tee -a /var/log/nuageinit.log
20 /var/cache/nuageinit/runcmds 2>&1 | tee -a /var/log/nuageinit.log
23 echo "Executing user_data script" | tee -a /var/log/nuageinit.log
24 /var/cache/nuageinit/user_data 2>&1 | tee -a /var/log/nuageinit.log
H A Dnuageinit78 /usr/libexec/nuageinit $dir $citype 2>&1 | tee -a /var/log/nuageinit.log
84 /usr/libexec/nuageinit /media/nuageinit $citype 2>&1 | tee -a /var/log/nuageinit.log
/freebsd/crypto/libecc/scripts/
H A Dcrossbuild.sh97 echo "======== COMPILING RELEASE FOR $triplet / $wordsize" 2>&1 | tee -a $COMPILATION_LOG_FILE
99 …IN_CFLAGS="$extra_bin_cflags" multiarch/crossbuild make "$wordsize" 2>&1 | tee -a $COMPILATION_LOG…
104 …IN_CFLAGS="$extra_bin_cflags" multiarch/crossbuild make "$wordsize" 2>&1 | tee -a $COMPILATION_LOG…
110 echo "======== COMPILING DEBUG FOR $triplet / $wordsize" 2>&1 | tee -a $COMPILATION_LOG_FILE
113 …LAGS="$extra_bin_cflags" multiarch/crossbuild make debug"$wordsize" 2>&1 | tee -a $COMPILATION_LOG…
118 …LAGS="$extra_bin_cflags" multiarch/crossbuild make debug"$wordsize" 2>&1 | tee -a $COMPILATION_LOG…
123 echo "===========================================" 2>&1 | tee -a $COMPILATION_LOG_FILE
127 …echo "======== COMPILING STATIC RELEASE FOR $triplet / $wordsize" 2>&1 | tee -a $COMPILATION_LOG_F…
129 …ags" -e BIN_LDFLAGS="-static" multiarch/crossbuild make "$wordsize" 2>&1 | tee -a $COMPILATION_LOG…
134 …ags" -e BIN_LDFLAGS="-static" multiarch/crossbuild make "$wordsize" 2>&1 | tee -a $COMPILATION_LOG…
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps-vm.sh70 echo "max_parallel_downloads=10" | sudo -E tee -a /etc/dnf/dnf.conf
193 echo 'virtio_load="YES"' | sudo -E tee -a /boot/loader.conf
195 echo "virtio_${i}_load=\"YES\"" | sudo -E tee -a /boot/loader.conf
197 echo "fdescfs /dev/fd fdescfs rw 0 0" | sudo -E tee -a /etc/fstab
201 echo '[global]' | sudo -E tee /usr/local/etc/smb4.conf >/dev/null
231 | sudo tee -a /etc/default/grub >/dev/null
237 | sudo tee -a /etc/default/grub >/dev/null
253 | sudo tee -a /etc/default/grub >/dev/null
H A Dqemu-1-setup.sh64 echo $ARC_MIN | sudo tee /sys/module/zfs/parameters/zfs_arc_min
65 echo $ARC_MAX | sudo tee /sys/module/zfs/parameters/zfs_arc_max
66 echo 1 | sudo tee /sys/module/zfs/parameters/zvol_use_blk_mq
73 echo "none" | sudo tee $i
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c283 /* continue processing for the original packet (tee). */ in ipfw_check_packet()
481 ipfw_divert(struct mbuf **m0, struct ip_fw_args *args, bool tee) in ipfw_divert() argument
485 * If tee is set, copy packet and return original. in ipfw_divert()
486 * If not tee, consume packet and send it to divert socket. in ipfw_divert()
492 /* Cloning needed for tee? */ in ipfw_divert()
493 if (tee == false) { in ipfw_divert()
499 * chain and continue with the tee-ed packet. in ipfw_divert()
507 * but we can only reass in the non-tee case. in ipfw_divert()
508 * This means that listeners on a tee rule may get fragments, in ipfw_divert()
511 * we can do it before a 'tee'. in ipfw_divert()
[all …]
/freebsd/contrib/capsicum-test/
H A Dcapability-fd-pair.cc51 TEST(CapabilityPair, tee) { in TEST() argument
68 // Various attempts to tee into pipe2. in TEST()
82 EXPECT_NOTCAPABLE(tee(cap_in_wo, cap_out_rw, 4, SPLICE_F_NONBLOCK)); in TEST()
83 EXPECT_NOTCAPABLE(tee(cap_in_rw, cap_out_ro, 4, SPLICE_F_NONBLOCK)); in TEST()
84 EXPECT_OK(tee(cap_in_rw, cap_out_rw, 4, SPLICE_F_NONBLOCK)); in TEST()
/freebsd/crypto/openssh/.github/
H A Drun_test.sh13 hostname | $SUDO tee $sshconf/shosts.equiv >/dev/null
14 echo "EnableSSHKeysign yes" | $SUDO tee $sshconf/ssh_config >/dev/null
20 $SUDO tee -a $sshconf/ssh_known_hosts >/dev/null
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.3333 The function skips intermediate tee nodes (see
346 The function skips intermediate tee nodes (see
400 except, that it puts an unnamed tee node between the two nodes.
416 additionally shuts down all tee nodes between the node and the first non-tee
/freebsd/usr.sbin/ipfwpcap/
H A Dipfwpcap.c2 * copy diverted (or tee'd) packets to a file in 'tcpdump' format
128 " (ie. simulate the original intent of \"ipfw tee\").\n" in usage()
141 "The '-r' option should not be necessary, but because \"ipfw tee\" is broken\n" in usage()
143 "an \"ipfw divert\" rule to simulate the original intent of \"ipfw tee\".\n" in usage()
246 * see ipfw(8) about using 'divert' and 'tee'. in main()
/freebsd/tools/build/make_check/
H A Dcheck.mk8 ${MK} ${MK_ARG} 2>&1 | tee out-new
10 make ${MK_ARG} 2>&1 | tee out-old
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp150 /// Get the appropriate local.tee opcode for the given register class.
277 // Replace tee instructions with local.tee. The difference is that tee in runOnMachineFunction()
278 // instructions have two defs, while local.tee instructions have one def in runOnMachineFunction()
282 // TeeReg, Reg = TEE DefReg in runOnMachineFunction()
324 // Replace the TEE with a LOCAL_TEE. in runOnMachineFunction()
H A DWebAssemblyRegStackify.cpp492 /// Get the appropriate tee opcode for the given register class.
617 /// insert a tee to satisfy the rest of the uses. As an illustration, rewrite
639 LLVM_DEBUG(dbgs() << "Move and tee for multi-use:"; Def->dump()); in moveAndTeeForMultiUse()
650 // Create the Tee and attach the registers. in moveAndTeeForMultiUse()
652 MachineInstr *Tee = BuildMI(MBB, Insert, Insert->getDebugLoc(), in moveAndTeeForMultiUse() local
658 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in moveAndTeeForMultiUse()
661 // Tell LiveIntervals we moved the original vreg def from Def to Tee. in moveAndTeeForMultiUse()
675 imposeStackOrdering(Tee); in moveAndTeeForMultiUse()
677 // Even though 'TeeReg, Reg = TEE ...', has two defs, we don't need to clone in moveAndTeeForMultiUse()
684 LLVM_DEBUG(dbgs() << " - Tee instruction: "; Tee->dump()); in moveAndTeeForMultiUse()
[all …]
/freebsd/usr.sbin/periodic/etc/daily/
H A D440.status-mailq34 esac | tee /dev/stderr |
55 esac | tee /dev/stderr |
/freebsd/usr.bin/tee/
H A Dtee.135 .Nm tee
85 $ echo "Hello" | tee greetings.txt
/freebsd/tools/test/stress2/misc/
H A Dzfs13.sh66 ls -ls | grep output | tee $log1
69 ls -ls | grep output | tee $log2

123456789