/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
KeyManagerImpl.java | 59 * @param pwd 61 public KeyManagerImpl(KeyStore keyStore, char[] pwd) { 74 .getEntry(alias, new KeyStore.PasswordProtection(pwd));
|
/external/ppp/pppd/ |
upap.c | 621 char *user, *pwd, *msg; local 650 pwd = (char *) (p + ulen + 2); 657 print_string(pwd, wlen, printer, arg);
|
/external/openssh/ |
auth-passwd.c | 43 #include <pwd.h>
|
auth-rhosts.c | 25 #include <pwd.h>
|
auth2-hostbased.c | 30 #include <pwd.h>
|
logintest.c | 42 #include <pwd.h>
|
scp.c | 98 #include <pwd.h> 352 struct passwd *pwd; variable in typeref:struct:passwd 480 if ((pwd = getpwuid(userid = getuid())) == NULL) 597 suser = pwd->pw_name; 636 suser = pwd->pw_name; 705 suser = pwd->pw_name;
|
auth-krb5.c | 34 #include <pwd.h>
|
auth-rsa.c | 25 #include <pwd.h>
|
auth1.c | 21 #include <pwd.h>
|
sftp-common.c | 34 #include <pwd.h>
|
ssh-keysign.c | 32 #include <pwd.h>
|
sshpty.c | 28 #include <pwd.h>
|
uidswap.c | 19 #include <pwd.h>
|
/ndk/sources/host-tools/make-3.81/tests/ |
run_make_tests.pl | 107 $makestring =~ s/#PWD#/$pwd/g; 121 $answer =~ s/#PWD#/$pwd/g; 210 # No idea... just try using pwd as a last resort. 211 chop ($__pwd = `pwd`); 223 $pwd = &get_this_pwd; 298 # prepend pwd if this is a relative path (ie, does not 304 $mkpath = "$pwd$pathsep$make_path";
|
/external/icu4c/config/ |
dist.mk | 29 DISTY_FILE_DIR=$(shell pwd)/$(DISTY_DIR)
|
/external/mksh/src/ |
misc.c | 1750 char *dir, *allocd = NULL, *tryp, *pwd, *cdpath; local [all...] |
/external/openssh/openbsd-compat/ |
glob.c | 69 #include <pwd.h> 351 struct passwd *pwd; local 381 if ((pwd = getpwuid(getuid())) == NULL) 384 h = pwd->pw_dir; 390 if ((pwd = getpwnam((char*) patbuf)) == NULL) 393 h = pwd->pw_dir;
|
/external/dropbear/ |
scp.c | 278 struct passwd *pwd; variable in typeref:struct:passwd 391 if ((pwd = getpwuid(userid = getuid())) == NULL) 505 suser = pwd->pw_name; 573 suser = pwd->pw_name;
|
/external/iproute2/ip/ |
iptuntap.c | 23 #include <pwd.h>
|
/external/linux-tools-perf/util/ |
util.h | 91 #include <pwd.h>
|
/external/mdnsresponder/mDNSPosix/ |
PosixDaemon.c | 38 #include <pwd.h>
|
/external/qemu/ |
os-posix.c | 33 #include <pwd.h>
|
/frameworks/base/core/jni/ |
android_util_Process.cpp | 39 #include <pwd.h> 131 struct passwd* pwd = getpwnam(str); local 132 if (pwd == NULL) { 135 return pwd->pw_uid;
|
/system/core/toolbox/ |
lsof.c | 40 #include <pwd.h>
|