Home
last modified time | relevance | path

Searched refs:getpass (Results 1 - 25 of 25) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_getpass.py1 import getpass namespace
23 self.assertEqual(expected_name, getpass.getuser())
28 getpass.getuser()
47 getpass.getuser())
50 self.assertRaises(ImportError, getpass.getuser)
59 getpass._raw_input('some_prompt', stream, input=input)
66 getpass._raw_input(prompt, input=input)
72 getpass._raw_input(stream=StringIO())
79 getpass._raw_input(prompt="Hasło: ",stream=stream)
85 self.assertRaises(EOFError, getpass
[all...]
H A Dtest_ssl.py1433 raise Exception('getpass error')
1437 def getpass(self): member in ContextTests.test_load_cert_chain.GetPassCallable
1444 password=GetPassCallable().getpass)
1451 with self.assertRaisesRegex(Exception, "getpass error"):
/third_party/python/Lib/distutils/command/
H A Dregister.py8 import getpass namespace
158 password = getpass.getpass('Password: ')
197 data['password'] = getpass.getpass('Password: ')
199 data['confirm'] = getpass.getpass(' Confirm: ')
/third_party/python/Lib/distutils/tests/
H A Dtest_register.py4 import getpass namespace
81 self._old_getpass = getpass.getpass
84 getpass.getpass = _getpass
90 getpass.getpass = self._old_getpass
113 # patching input and getpass.getpass
/third_party/python/Lib/
H A Dgetpass.py3 getpass(prompt[, stream]) - Prompt for a password, with echo turned off.
6 GetPassWarning - This UserWarning is issued when getpass() cannot prevent
23 __all__ = ["getpass","getuser","GetPassWarning"]
171 # Bind the name getpass to the appropriate function
181 getpass = fallback_getpass variable
183 getpass = win_getpass variable
185 getpass = unix_getpass variable
H A Dimaplib.py1551 import getopt, getpass namespace
1570 USER = getpass.getuser()
1571 PASSWD = getpass.getpass("IMAP password for %s on %s: " % (USER, host or "localhost"))
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dsync_restricted_traces_to_cipd.py12 import getpass namespace
49 trace_prefix = EXPERIMENTAL_CIPD_PREFIX % getpass.getuser()
H A Dgen_restricted_traces.py10 import getpass namespace
351 trace_prefix = EXPERIMENTAL_CIPD_PREFIX % getpass.getuser()
/third_party/skia/tools/android/
H A Dupload_to_android.py33 import getpass namespace
109 'git config user.email %s@google.com' % getpass.getuser(), shell=True)
/third_party/musl/src/legacy/
H A Dgetpass.c8 char *getpass(const char *prompt) in getpass() function
/third_party/skia/tools/rebaseline/
H A Dtoggle_legacy_flag.py25 import getpass namespace
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h193 char *getpass(const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h168 char *getpass(const char *);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h195 char *getpass(const char *);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h193 char *getpass(const char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h168 char *getpass(const char *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h173 char *getpass(const char *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h168 char *getpass(const char *);
/third_party/musl/include/
H A Dunistd.h232 char *getpass(const char *);
/third_party/googletest/googletest/scripts/
H A Dupload.py50 import getpass namespace
487 password = getpass.getpass("Password for %s: " % email)
/third_party/python/Lib/urllib/
H A Drequest.py2347 import getpass namespace
2350 passwd = getpass.getpass("Enter password for %s in %s at %s: " %
/third_party/python/Lib/test/support/
H A D__init__.py8 import getpass namespace
391 isbuildbot = getpass.getuser().lower() == 'buildbot'
393 warnings.warn(f'getpass.getuser() failed {err}.', RuntimeWarning)
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdecrypt.c1569 password = getpass("Enter the password with which the private key was " in main()
/third_party/backends/frontend/
H A Dscanimage.c294 strcpy (password, (wipe = getpass ("Enter password: "))); in auth_callback()
297 printf("OS has no getpass(). User Queries will not work\n"); in auth_callback()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1579 pub fn getpass(prompt: *const ::c_char) -> *mut ::c_char; in getpass() functions

Completed in 44 milliseconds