Searched defs:passwd (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | pwd.h | 105 struct passwd { struct 107 __aconst char *pw_passwd; /* encrypted password */ argument 119 struct passwd *getpwuid(uid_t); argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_netrc.py | 42 def _test_passwords(self, nrc, passwd): argument 61 def _test_comment(self, nrc, passwd='pass'): argument
|
D | test_urllib2.py | 612 def connect_ftp(self, user, passwd, host, port, dirs, argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | ftplib.py | 113 def __init__(self, host='', user='', passwd='', acct='', argument 363 def login(self, user = '', passwd = '', acct = ''): argument 624 def __init__(self, host='', user='', passwd='', acct='', keyfile=None, argument 631 def login(self, user='', passwd='', acct='', secure=True): argument
|
D | urllib2.py | 748 def add_password(self, realm, uri, user, passwd): argument 930 def __init__(self, passwd=None): argument 1399 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1420 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
|
D | urllib.py | 852 def __init__(self, user, passwd, host, port, dirs, argument
|