Home
last modified time | relevance | path

Searched refs:PASSWORD (Results 1 – 3 of 3) sorted by relevance

/device/google/fuchsia/bioniccompat/include/compat/
Dpwd.h26 static struct passwd PASSWORD = { variable
38 *result = &PASSWORD; in getpwnam_r()
44 *result = &PASSWORD; in getpwuid_r()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
Dfaqconf.py19 PASSWORD = "" # Password for editing variable
Dfaqwiz.py734 commit_ok = ((not PASSWORD
735 or self.ui.password == PASSWORD)
767 if PASSWORD and self.ui.password != PASSWORD: