HomeSort by relevance Sort by last modified time
    Searched refs:CTL (Results 1 - 15 of 15) sorted by null

  /external/openssh/regress/
forwarding.sh 13 CTL=/tmp/openssh.regress.ctl-sock.$$
31 rm -f $CTL
32 ${SSH} -S $CTL -M -$p -F $OBJ/ssh_config -f $fwd somehost sleep 10
40 ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost
78 rm -f $CTL
79 ${SSH} -S $CTL -M -$p -f -F $OBJ/ssh_config -L ${base}01:127.0.0.1:$PORT \
89 ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost
92 rm -f $CTL
93 ${SSH} -S $CTL -M -$p -f -F $OBJ/ssh_config -R ${base}01:127.0.0.1:$PORT
    [all...]
multiplex.sh 4 CTL=/tmp/openssh.regress.ctl-sock.$$
21 ${SSH} -F $OBJ/ssh_config -S $CTL -Ocheck otherhost \
33 ${SSH} -Nn2 -MS$CTL -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" somehost \
44 _XXX_TEST=blah ${SSH} -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" -S$CTL otherhost sh << 'EOF'
54 ${SSH} -F $OBJ/ssh_config -S$CTL otherhost cat ${DATA} > ${COPY}
60 ${SSH} -F $OBJ/ssh_config -S $CTL otherhost cat ${DATA} > ${COPY}
61 test -f ${COPY} || fail "ssh -S ctl: failed copy ${DATA}"
62 cmp ${DATA} ${COPY} || fail "ssh -S ctl: corrupted copy of ${DATA}"
67 ${SFTP} -S ${SSH} -F $OBJ/ssh_config -oControlPath=$CTL otherhost >>$TEST_REGRESS_LOGFILE 2>&
    [all...]
forward-control.sh 8 CTL=$OBJ/ctl-sock
  /external/jemalloc/src/
ctl.c 221 #define CTL(c) 0, NULL, c##_ctl
230 {NAME("enabled"), CTL(thread_tcache_enabled)},
231 {NAME("flush"), CTL(thread_tcache_flush)}
235 {NAME("name"), CTL(thread_prof_name)},
236 {NAME("active"), CTL(thread_prof_active)}
240 {NAME("arena"), CTL(thread_arena)},
241 {NAME("allocated"), CTL(thread_allocated)},
242 {NAME("allocatedp"), CTL(thread_allocatedp)},
243 {NAME("deallocated"), CTL(thread_deallocated)},
244 {NAME("deallocatedp"), CTL(thread_deallocatedp)}
    [all...]
  /external/toybox/toys/pending/
getty.c 46 #define CTL(x) ((x) ^ 0100)
163 TT.termios.c_cc[VINTR] = CTL('C');
164 TT.termios.c_cc[VQUIT] = CTL('\\');
165 TT.termios.c_cc[VEOF] = CTL('D');
167 TT.termios.c_cc[VKILL] = CTL('U');
  /external/libxml2/os400/
xmlcatalog.cmd 111 TYPEXML: PMTCTL CTL(KIND) COND((*EQ ''))
112 TYPESGML: PMTCTL CTL(KIND) COND((*NE ''))
xmllint.cmd 88 ENCODING: PMTCTL CTL(OUTSTMF) COND(*SPCFD)
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinPool.java 313 * Field "ctl" contains 64 bits holding information needed to
355 * subfield of ctl stores indices, not references.
368 * The "ctl" field atomically maintains active and total worker
379 * 32bit subfield of ctl) when they cannot find work. The top
419 * The ctl field also serves as the basis for memory
422 * consumers sync with each other by both writing/CASing ctl (even
428 * Rather than CASing ctl to its current value in the common case
494 * This relies primarily on the active count bits of "ctl"
1490 volatile long ctl; \/\/ main pool control field in class:ForkJoinPool
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 184 // CTL = <any US-ASCII control character
187 const del = 0x7f // a CTL
284 // CTL = <any US-ASCII control character
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 184 // CTL = <any US-ASCII control character
187 const del = 0x7f // a CTL
284 // CTL = <any US-ASCII control character
  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
serve_test.go     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 

Completed in 796 milliseconds