HomeSort by relevance Sort by last modified time
    Searched defs:getpass (Results 1 - 5 of 5) sorted by null

  /development/scripts/
add-accounts 27 import getpass namespace
add-accounts-sdk 27 import getpass namespace
  /external/dropbear/
netbsd_getpass.c 1 /* $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/WebKitTools/Scripts/webkitpy/
credentials.py 32 import getpass namespace
130 password = getpass.getpass("%s password for %s: " % (self.host,
  /build/tools/releasetools/
common.py 18 import getpass namespace
534 result[k] = getpass.getpass("Enter password for %s key> "

Completed in 72 milliseconds