OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getpass
(Results
1 - 11
of
11
) 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/WebKitTools/Scripts/webkitpy/
credentials.py
32
import
getpass
namespace
130
password =
getpass
.
getpass
("%s password for %s: " % (self.host,
/development/scripts/
add-accounts
27
import
getpass
namespace
add-accounts-sdk
27
import
getpass
namespace
/external/libpcap/lbl/
os-sunos4.h
95
char *
getpass
(char *);
/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
534
result[k] =
getpass
.
getpass
("Enter password for %s key> "
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h
[
all
...]
/external/ipsec-tools/src/racoon/
racoonctl.c
666
if ((key =
getpass
("Password: ")) == NULL)
667
errx(1, "
getpass
() failed: %s", strerror(errno));
[
all
...]
Completed in 510 milliseconds