/external/curl/lib/ |
ldap.c | 208 TCHAR *passwd = NULL; local 212 char *passwd = NULL; local 247 passwd = Curl_convert_UTF8_to_tchar(conn->passwd); 248 if(!user || !passwd) { 259 passwd = conn->passwd; 407 rc = ldap_simple_bind_s(server, user, passwd); 411 rc = ldap_simple_bind_s(server, user, passwd); 674 Curl_unicodefree(passwd); [all...] |
setup-vms.h | 76 struct passwd * decc_getpwuid(uid_t uid); 138 static struct passwd vms_passwd_cache; 140 static struct passwd * vms_getpwuid(uid_t uid) { 142 struct passwd * my_passwd;
|
/external/iptables/extensions/ |
libxt_owner.c | 140 struct passwd *pwd; 187 struct passwd *pwd; 245 struct passwd *pwd; 302 struct passwd *pwd = getpwuid(info->uid); 351 struct passwd *pwd = getpwuid(info->uid); 400 const struct passwd *pwd = getpwuid(info->uid_min);
|
/external/ppp/pppd/ |
session.c | 169 session_start(flags, user, passwd, ttyName, msg) 172 const char *passwd; 182 struct passwd *pw; 217 PAM_password = passwd; 356 * If no passwd, don't let them login if we're authenticating. 360 cbuf = crypt(passwd, pw->pw_passwd);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_platform_limits_posix.cc | 209 unsigned struct_passwd_sz = sizeof(struct passwd); 1193 CHECK_TYPE_SIZE(passwd); variable [all...] |
/external/curl/src/ |
tool_homedir.c | 77 struct passwd *pw = getpwuid(geteuid());
|
/external/elfutils/config/ |
Makefile.am | 41 getent passwd "$$(whoami)" | \
|
/external/libnl/include/netlink/ |
handlers.h | 39 * @arg arg argument passwd on through caller
|
/external/ltrace/ |
execute_program.c | 46 struct passwd *pent;
|
/external/selinux/libselinux/src/ |
checkAccess.c | 91 passwd_class = string_to_security_class("passwd");
|
/external/selinux/libselinux/utils/ |
togglesebool.c | 81 struct passwd *pwd = getpwuid(getuid());
|
/external/selinux/policycoreutils/restorecond/ |
utmpwatcher.c | 87 struct passwd *pwd = getpwnam(ptr->string);
|
/external/toybox/lib/ |
lib.h | 138 struct passwd *xgetpwuid(uid_t uid); 140 struct passwd *xgetpwnam(char *name); 142 struct passwd *xgetpwnamid(char *user); 144 void xsetuser(struct passwd *pwd);
|
/external/toybox/toys/lsb/ |
su.c | 45 struct passwd *up;
|
/external/toybox/toys/other/ |
mkpasswd.c | 1 /* mkpasswd.c - encrypt the given passwd using salt
|
/external/toybox/toys/pending/ |
sulogin.c | 79 struct passwd *pwd = NULL;
|
/system/vold/ |
cryptfs.c | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xos_r.h | 211 * struct passwd* _XGetpwnam(const char *name, _Xgetpwparams); 212 * struct passwd* _XGetpwuid(uid_t uid, _Xgetpwparams); 229 extern struct passwd *getpwuid(), *getpwnam(); 239 struct passwd pws; 241 struct passwd* pwp; 246 * NetBSD and FreeBSD, at least, are missing several of the unixware passwd 254 memcpy(&(p).pws, (p).pwp, sizeof(struct passwd)); 285 (memcpy(&(p).pws, (p).pwp, sizeof(struct passwd)), \ 324 struct passwd pws; 342 struct passwd pws [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xos_r.h | 211 * struct passwd* _XGetpwnam(const char *name, _Xgetpwparams); 212 * struct passwd* _XGetpwuid(uid_t uid, _Xgetpwparams); 229 extern struct passwd *getpwuid(), *getpwnam(); 239 struct passwd pws; 241 struct passwd* pwp; 246 * NetBSD and FreeBSD, at least, are missing several of the unixware passwd 254 memcpy(&(p).pws, (p).pwp, sizeof(struct passwd)); 285 (memcpy(&(p).pws, (p).pwp, sizeof(struct passwd)), \ 324 struct passwd pws; 342 struct passwd pws [all...] |
/bionic/libc/include/ |
nsswitch.h | 67 #define NSSRC_COMPAT "compat" /* passwd,group in YP compat mode */ 77 #define NSDB_PASSWD "passwd"
|
sysexits.h | 76 * exist in the passwd file. 77 * EX_OSFILE -- Some system file (e.g., /etc/passwd, /var/run/utmp,
|
/development/ndk/platforms/android-21/include/ |
nsswitch.h | 67 #define NSSRC_COMPAT "compat" /* passwd,group in YP compat mode */ 77 #define NSDB_PASSWD "passwd"
|
/development/ndk/platforms/android-3/include/ |
nsswitch.h | 74 #define NSSRC_COMPAT "compat" /* passwd,group in YP compat mode */ 84 #define NSDB_PASSWD "passwd"
|
/external/autotest/client/tests/kvm/steps/ |
Win2008-64.steps | 63 var passwd 65 var passwd
|
/external/autotest/site_utils/ |
db_replica_checker.py | 56 passwd=DATABASE_PASSWORD, 68 passwd=DATABASE_PASSWORD,
|