Searched refs:spwd (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dshadow_.h37 struct spwd { struct
78 extern struct spwd *getspent(void);
81 extern struct spwd *getspnam(__const char *__name);
84 extern struct spwd *sgetspent(__const char *__string);
87 extern struct spwd *fgetspent(FILE *__stream);
90 extern int putspent(__const struct spwd *__p, FILE *__stream);
93 extern int getspent_r(struct spwd *__result_buf, char *__buffer,
94 size_t __buflen, struct spwd **__result);
96 extern int getspnam_r(__const char *__name, struct spwd *__result_buf,
98 struct spwd **__resul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dcorrect_password.c54 struct spwd spw;
55 struct spwd *result;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libpwdgrp/
H A Dpwd_grp.c138 int fgetspent_r(FILE *__restrict stream, struct spwd *__restrict resultbuf,
140 struct spwd **__restrict result)
164 int sgetspent_r(const char *string, struct spwd *result_buf,
165 char *buffer, size_t buflen, struct spwd **result)
215 #define GETXXKEY_R_ENTTYPE struct spwd
443 int getspent_r(struct spwd *resultbuf, char *buffer,
444 size_t buflen, struct spwd **result)
589 offsetof(struct spwd, sp_lstchg), /* 2 - not a char ptr */
590 offsetof(struct spwd, sp_min), /* 3 - not a char ptr */
591 offsetof(struct spwd, sp_ma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dsulogin.c49 struct spwd spw;
50 struct spwd *result;
H A Dpasswd.c99 struct spwd spw;
100 struct spwd *result;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dauth.c1137 struct spwd *spwd;
1138 struct spwd *getspnam();
1147 spwd = getspnam(user);
1149 if (spwd) {
1153 if ((spwd->sp_expire > 0 && now >= spwd->sp_expire)
1154 || ((spwd->sp_max >= 0 && spwd->sp_max < 10000)
1155 && spwd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_passwd.c80 struct spwd *sp;
230 struct spwd *sp;
274 struct spwd *sp;
H A Duams_dhx_passwd.c81 struct spwd *sp;
279 struct spwd *sp;
H A Duams_dhx2_passwd.c168 struct spwd *sp;
492 struct spwd *sp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c1613 struct spwd *spwd;
1614 struct spwd *getspnam();
1623 spwd = getspnam(user);
1625 if (spwd) {
1629 if ((spwd->sp_expire > 0 && now >= spwd->sp_expire)
1630 || ((spwd->sp_max >= 0 && spwd->sp_max < 10000)
1631 && spwd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/auth/
H A Dpass_check.c647 struct spwd *spass;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dlogin.c701 struct spwd *shd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dconfigure22634 struct spwd testme
[all...]

Completed in 233 milliseconds