Home
last modified time | relevance | path

Searched defs:passwd (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/
Dpwd.h105 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/
Dtest_netrc.py42 def _test_passwords(self, nrc, passwd): argument
61 def _test_comment(self, nrc, passwd='pass'): argument
Dtest_urllib2.py612 def connect_ftp(self, user, passwd, host, port, dirs, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dftplib.py113 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
Durllib2.py748 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
Durllib.py852 def __init__(self, user, passwd, host, port, dirs, argument