HomeSort by relevance Sort by last modified time
    Searched refs: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/openssh/openbsd-compat/
readpassphrase.c 193 getpass(const char *prompt)
  /external/tcpdump/lbl/
os-sunos4.h 95 char *getpass(char *);
  /external/ppp/pppd/
srp-entry.c 40 #define getpassphrase getpass
  /build/tools/releasetools/
common.py 18 import getpass namespace
676 result[k] = getpass.getpass("Enter password for %s key> "
  /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/libvpx/libvpx/third_party/googletest/src/scripts/
upload.py 35 import getpass namespace
472 password = getpass.getpass("Password for %s: " % email)
    [all...]
  /bionic/libc/tools/
gensyscalls.py 9 import getpass namespace
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h     [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...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 666 if ((key = getpass("Password: ")) == NULL)
667 errx(1, "getpass() failed: %s", strerror(errno));
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 2660 import getpass namespace
    [all...]

Completed in 1049 milliseconds