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

  /external/python/cpython2/Lib/plat-os2emx/
pwd.py 12 OS/2 and similar systems which don't normally have an /etc/passwd file.
35 - ${ETC}/passwd (or %ETC%/passwd)
36 - ${PYTHONHOME}/Etc/passwd (or %PYTHONHOME%/Etc/passwd)
62 # try and find the passwd file
67 __passwd_path.append('%s/passwd' % os.environ['ETC'])
69 __passwd_path.append('%s/Etc/passwd' % os.environ['PYTHONHOME'])
116 raise KeyError, '>> passwd database fields not delimited <<'
121 class Passwd
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 126 ATTRIBUTE Ascend-Send-Passwd 232 string
  /external/python/httplib2/python3/httplib2/
__init__.py 859 Passwd=credentials[1],
    [all...]
  /external/python/httplib2/python2/httplib2/
__init__.py 891 Passwd=credentials[1],
    [all...]

Completed in 276 milliseconds