Searched defs:getpass (Results 1 - 6 of 6) sorted by relevance

/external/dropbear/
H A Dnetbsd_getpass.c1 /* $NetBSD: getpass.c,v 1.15 2003/08/07 16:42:50 agc Exp $ */
36 static char sccsid[] = "@(#)getpass.c 8.1 (Berkeley) 6/4/93";
38 __RCSID("$NetBSD: getpass.c,v 1.15 2003/08/07 16:42:50 agc Exp $");
55 __weak_alias(getpass,_getpass)
60 getpass(prompt) function
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Duser.py29 import getpass namespace
70 return cls.prompt(message, repeat=repeat, raw_input=getpass.getpass)
/external/chromium/testing/gmock/scripts/
H A Dupload.py35 import getpass namespace
472 password = getpass.getpass("Password for %s: " % email)
/external/chromium/testing/gtest/scripts/
H A Dupload.py35 import getpass namespace
472 password = getpass.getpass("Password for %s: " % email)
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dscm_unittest.py34 import getpass namespace
361 self.assertEqual(self.scm.committer_email_for_revision(3), getpass.getuser()) # Committer "email" will be the current user
/external/regex-re2/lib/codereview/
H A Dcodereview.py2467 import getpass namespace
2845 password = getpass.getpass("Password for %s: " % email)

Completed in 173 milliseconds