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

  /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
cli-auth.c 282 /* A helper for getpass() that exits if the user cancels. The returned
283 * password is statically allocated by getpass() */
288 password = getpass(prompt);
  /external/webkit/Tools/Scripts/webkitpy/common/system/
user.py 29 import getpass namespace
70 return cls.prompt(message, repeat=repeat, raw_input=getpass.getpass)
  /development/scripts/
add-accounts 27 import getpass namespace
add-accounts-sdk 27 import getpass namespace
stack 8 import getpass namespace
58 password = getpass.getpass()
  /external/libpcap/lbl/
os-sunos4.h 95 char *getpass(char *);
  /external/tcpdump/lbl/
os-sunos4.h 95 char *getpass(char *);
  /external/libvpx/examples/includes/geshi/geshi/
python.php 112 'fpformat', 'ftplib', 'gc', 'gdbm', 'getopt', 'getpass', 'gettext', 'GL', 'gl', 'glob',
  /external/ppp/pppd/
srp-entry.c 40 #define getpassphrase getpass
  /build/tools/releasetools/
common.py 18 import getpass namespace
562 result[k] = getpass.getpass("Enter password for %s key> "
  /external/ipsec-tools/src/racoon/
racoonctl.c 566 if ((key = getpass("Password: ")) == NULL)
567 errx(1, "getpass() failed: %s", strerror(errno));
  /external/chromium/testing/gmock/scripts/
upload.py 35 import getpass namespace
472 password = getpass.getpass("Password for %s: " % email)
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 35 import getpass namespace
472 password = getpass.getpass("Password for %s: " % email)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 34 import getpass namespace
361 self.assertEqual(self.scm.committer_email_for_revision(3), getpass.getuser()) # Committer "email" will be the current user
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 
libc.a     [all...]
  /external/webkit/Tools/
ChangeLog 428 of using getpass.getpass() directly.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libc.a     [all...]

Completed in 8373 milliseconds