Home
last modified time | relevance | path

Searched refs:CTL (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/regress/usr.bin/ssh/
H A Dforwarding.sh11 CTL=$OBJ/ctl-sock
25 rm -f $CTL
26 ${SSH} -S $CTL -N -M -F $OBJ/ssh_config -f $fwd somehost
34 ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost 2>/dev/null
68 rm -f $CTL
79 ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost 2>/dev/null
82 rm -f $CTL
93 ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost 2>/dev/null
106 rm -f $CTL
107 ${SSH} -S $CTL -N -M -F $OBJ/ssh_config -f somehost
[all …]
H A Dmultiplex.sh4 CTL=$OBJ/ctl-sock
13 ${SSH} -F $OBJ/ssh_config -S $CTL -Ocheck otherhost \
26 ${SSH} -Nn2 -MS$CTL -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" somehost \
37 _XXX_TEST=blah ${SSH} -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" -S$CTL otherhost sh << 'EOF'
46 ${SSH} -F $OBJ/ssh_config -oSetEnv="_XXX_TEST=foo" -S$CTL otherhost sh << 'EOF'
57 ${SSH} $mode -F $OBJ/ssh_config -S$CTL otherhost cat ${DATA} > ${COPY}
63 ${SSH} $mode -F $OBJ/ssh_config -S $CTL otherhost cat ${DATA} > ${COPY}
71 ${SFTP} -S ${SSH} -F $OBJ/ssh_config -oControlPath=$CTL otherhost >>$TEST_REGRESS_LOGFILE 2>&1
77 ${SCP} -S ${SSH} -F $OBJ/ssh_config -oControlPath=$CTL otherhost:${DATA} ${COPY} >>$TEST_REGRESS_LO…
108 ${SSH} -F $OBJ/ssh_config -S $CTL $mode otherhost exit $s
[all …]
H A Dconnection-timeout.sh6 CTL=$OBJ/ctl-sock
10 test -S $CTL || return 1
12 -oControlPath=$CTL somehost >/dev/null 2>&1 ; then
21 -oControlMaster=yes -oControlPath=$CTL somehost
28 test -S $CTL || return
31 -oControlPath=$CTL >/dev/null somehost >/dev/null ; then
36 test -S $CTL || break
40 if test -S $CTL ; then
64 ${REAL_SSH} -qoControlPath=$CTL -oControlMaster=no -Fnone somehost \
H A Ddynamic-forward.sh7 CTL=$OBJ/ctl-sock
22 -oControlMaster=yes -oControlPath=$CTL somehost
26 -oControlPath=$CTL somehost >/dev/null 2>&1 ; then
32 test -S $CTL || return
34 -oControlPath=$CTL >/dev/null somehost >/dev/null ; then
39 test -S $CTL || break
43 if test -S $CTL ; then
H A Dforward-control.sh8 CTL=$OBJ/ctl-sock
24 ${SSH} -F $OBJ/ssh_proxy -S $CTL -O $1 host 2>&1
38 -MS $CTL -o ControlPersist=yes \
65 -MS $CTL -o ControlPersist=yes \
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dmakeinfo.h247 #define CTL(c) ((c) & (~control_character_bit)) macro
/openbsd/sys/dev/pci/
H A Dazalia.c3686 ctl = STR_READ_2(this, CTL); in azalia_stream_reset()
3688 STR_WRITE_2(this, CTL, ctl); in azalia_stream_reset()
3692 ctl = STR_READ_2(this, CTL); in azalia_stream_reset()
3693 STR_WRITE_2(this, CTL, ctl | HDA_SD_CTL_SRST); in azalia_stream_reset()
3696 ctl = STR_READ_2(this, CTL); in azalia_stream_reset()
3706 STR_WRITE_2(this, CTL, ctl & ~HDA_SD_CTL_SRST); in azalia_stream_reset()
3709 ctl = STR_READ_2(this, CTL); in azalia_stream_reset()
3778 STR_WRITE_1(this, CTL, STR_READ_1(this, CTL) | in azalia_stream_start()
3789 ctl = STR_READ_2(this, CTL); in azalia_stream_halt()
3791 STR_WRITE_2(this, CTL, ctl); in azalia_stream_halt()
/openbsd/usr.bin/vi/docs/tutorial/
H A Dvi.beginner16 OK, now find the control key on your keyboard; it usually has CTL or CTRL
24 as with the control and the 'F' key above. This is abbreviated CTL-F, or ^F.
26 As you have probably guessed by now, ^F (CTL-F) moves you forward a fixed
/openbsd/gnu/usr.bin/binutils/bfd/po/
H A Dja.po2161 msgid "reserved CTL cmd %d"
2162 msgstr "CTL cmd %d ��ͽ��ѤǤ�"
H A Dzh_CN.po2207 msgid "reserved CTL cmd %d"
2208 msgstr "������ CTL ���� %d"
H A Dda.po2216 msgid "reserved CTL cmd %d"
2217 msgstr "reserveret CTL-kommando %d"
H A Dsv.po2454 msgid "reserved CTL cmd %d"
2455 msgstr "reserverat CTL-kommando %d"
H A Dtr.po2495 msgid "reserved CTL cmd %d"
2496 msgstr "Ayrılmış CTL komutu %d"
H A Dbfd.pot2504 msgid "reserved CTL cmd %d"
/openbsd/gnu/usr.bin/binutils-2.17/bfd/po/
H A Dzh_CN.po2207 msgid "reserved CTL cmd %d"
2208 msgstr "������ CTL ���� %d"
H A Dja.po2161 msgid "reserved CTL cmd %d"
2162 msgstr "CTL cmd %d ��ͽ��ѤǤ�"
H A Dda.po2216 msgid "reserved CTL cmd %d"
2217 msgstr "reserveret CTL-kommando %d"
H A Dsv.po2454 msgid "reserved CTL cmd %d"
2455 msgstr "reserverat CTL-kommando %d"
H A Dtr.po2495 msgid "reserved CTL cmd %d"
2496 msgstr "Ayrılmış CTL komutu %d"
/openbsd/gnu/llvm/clang/lib/AST/
H A DExpr.cpp272 if (ConstantArrayTypeLoc CTL = TL.getAs<ConstantArrayTypeLoc>()) { in isFlexibleArrayMemberLike() local
273 const Expr *SizeExpr = dyn_cast<IntegerLiteral>(CTL.getSizeExpr()); in isFlexibleArrayMemberLike()
/openbsd/sys/dev/usb/
H A Dusbdevs4654 product WACOM INTUOS_DRAW 0x033b Intuos Draw (CTL-490)
4655 product WACOM INTUOS_S 0x0374 Intuos S (CTL-4100)
4656 product WACOM ONE_S 0x037a One S (CTL-472)
4657 product WACOM ONE_M 0x037b One M (CTL-672)
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZ196.td1223 def : InstRW<[WLat30, MCD], (instregex "L(P|S)CTL$")>;
H A DSystemZScheduleZEC12.td1268 def : InstRW<[WLat30, MCD], (instregex "L(P|S)CTL$")>;
H A DSystemZScheduleZ13.td1542 def : InstRW<[WLat30, MCD], (instregex "L(P|S)CTL$")>;
H A DSystemZScheduleZ16.td1711 def : InstRW<[WLat30, MCD], (instregex "L(P|S)CTL$")>;

12