/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
shadow.h | 40 struct spwd struct 79 extern struct spwd *getspent (void); 87 extern struct spwd *getspnam (__const char *__name); 95 extern struct spwd *sgetspent (__const char *__string); 103 extern struct spwd *fgetspent (FILE *__stream); 111 extern int putspent (__const struct spwd *__p, FILE *__stream); 121 extern int getspent_r (struct spwd *__result_buf, char *__buffer, 122 size_t __buflen, struct spwd **__result); 124 extern int getspnam_r (__const char *__name, struct spwd *__result_buf, 126 struct spwd **__result) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
shadow.h | 40 struct spwd struct 79 extern struct spwd *getspent (void); 87 extern struct spwd *getspnam (__const char *__name); 95 extern struct spwd *sgetspent (__const char *__string); 103 extern struct spwd *fgetspent (FILE *__stream); 111 extern int putspent (__const struct spwd *__p, FILE *__stream); 121 extern int getspent_r (struct spwd *__result_buf, char *__buffer, 122 size_t __buflen, struct spwd **__result); 124 extern int getspnam_r (__const char *__name, struct spwd *__result_buf, 126 struct spwd **__result) [all...] |
/external/ppp/pppd/ |
session.c | 185 struct spwd *spwd; 186 struct spwd *getspnam(); 324 spwd = getspnam(user); 331 if (spwd == NULL) 342 if ((spwd->sp_expire > 0 && now >= spwd->sp_expire) 343 || ((spwd->sp_max >= 0 && spwd->sp_max < 10000) 344 && spwd->sp_lstchg >= [all...] |
/external/toybox/toys/pending/ |
sulogin.c | 80 struct spwd * spwd = NULL; local 104 if ((spwd = getspnam (pwd->pw_name))) pass = spwd->sp_pwdp;
|
/external/toybox/toys/other/ |
login.c | 95 struct spwd *spwd = getspnam (username); local 97 if (spwd) pass = spwd->sp_pwdp;
|
/external/toybox/toys/lsb/ |
su.c | 46 struct spwd *shp;
|
passwd.c | 108 struct spwd *sp;
|
/external/toybox/scripts/ |
genconfig.sh | 76 struct spwd *a = getspnam("root"); return 0;
|
/external/selinux/policycoreutils/run_init/ |
run_init.c | 185 struct spwd *p_shadow_line; /* struct derived from shadow passwd file line */
|
/external/selinux/policycoreutils/newrole/ |
newrole.c | 357 struct spwd *p_shadow_line; [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_xauth.c | 1196 struct spwd *spw; [all...] |