/external/ltp/testcases/network/tcp_cmds/ftp/ |
D | ftp01.sh | 61 PASSWD=${PASSWD:-.pasroot} 97 echo user $RUSER $PASSWD 109 echo user $RUSER $PASSWD
|
/external/ltp/testcases/network/tcp_cmds/telnet/ |
D | telnet01.sh | 34 if [ -z $PASSWD ]; then 68 send \"$PASSWD\r\"
|
/external/ltp/testcases/network/tcp_cmds/rlogin/ |
D | rlogin01.sh | 34 if [ -z $PASSWD ]; then 66 send \"$PASSWD\r\"; exp_continue
|
/external/python/cpython3/Lib/test/ |
D | test_urllib2_localnet.py | 206 PASSWD = 'testPass' variable in BasicAuthHandler 208 USER_PASSWD = "%s:%s" % (USER, PASSWD) 281 PASSWD = "testPass" variable in BasicAuthTests 305 ah.add_password(self.REALM, self.server_url, self.USER, self.PASSWD) 324 PASSWD = "test123" variable in ProxyAuthTests 338 self.digest_auth_handler.set_users({self.USER: self.PASSWD}) 360 self.USER, self.PASSWD+"bad") 374 self.USER, self.PASSWD) 382 self.USER, self.PASSWD)
|
/external/python/cpython2/Lib/test/ |
D | test_urllib2_localnet.py | 87 PASSWD = "testPass" variable in BasicAuthHandler 89 USER_PASSWD = "%s:%s" % (USER, PASSWD) 287 PASSWD = "testPass" variable in BasicAuthTests 304 ah.add_password(self.REALM, self.server_url, self.USER, self.PASSWD) 325 PASSWD = "test123" variable in ProxyAuthTests 339 self.digest_auth_handler.set_users({self.USER: self.PASSWD}) 356 self.USER, self.PASSWD+"bad") 370 self.USER, self.PASSWD) 379 self.USER, self.PASSWD)
|
/external/ltp/ |
D | ltpmenu | 390 PASSWD=$rhost_passwd ; 391 export PASSWD; 493 PASSWD=" "
|
D | INSTALL | 213 The "PASSWD" variable should be set to root's password on the server
|
/external/autotest/site_utils/ |
D | label_cleaner.py | 47 PASSWD = global_config.global_config.get_config_value( variable 240 default=PASSWD,
|
/external/ltp/testcases/network/tcp_cmds/ |
D | README | 13 It's also a good idea to set the "PASSWD" variable to root's password on this remote
|
/external/ltp/testcases/network/ |
D | README.md | 18 (test management link) and PASSWD should be set to the root password
|
/external/python/cpython2/Lib/ |
D | imaplib.py | 1461 PASSWD = getpass.getpass("IMAP password for %s on %s: " % (USER, host or "localhost")) variable 1465 ('login', (USER, PASSWD)),
|
/external/python/cpython3/Lib/ |
D | imaplib.py | 1572 PASSWD = getpass.getpass("IMAP password for %s on %s: " % (USER, host or "localhost")) variable 1576 ('login', (USER, PASSWD)),
|
/external/ltp/testcases/lib/ |
D | tst_net.sh | 844 export PASSWD="${PASSWD:-}"
|