Searched refs:sp_lstchg (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dshadow_.h40 long sp_lstchg; /* Date of last change */ member in struct:spwd
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_passwd.c112 if (sp->sp_max != -1 && sp->sp_lstchg) {
114 int32_t expire_days = sp->sp_lstchg - now + sp->sp_max;
341 if (sp->sp_max != -1 && sp->sp_lstchg) {
343 int32_t expire_days = sp->sp_lstchg - now + sp->sp_max;
H A Duams_dhx_passwd.c363 if (sp && sp->sp_max != -1 && sp->sp_lstchg) {
365 int32_t expire_days = sp->sp_lstchg - now + sp->sp_max;
H A Duams_dhx2_passwd.c575 if (sp && sp->sp_max != -1 && sp->sp_lstchg) {
577 int32_t expire_days = sp->sp_lstchg - now + sp->sp_max;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libpwdgrp/
H A Dpwd_grp.c589 offsetof(struct spwd, sp_lstchg), /* 2 - not a char ptr */
800 offsetof(struct spwd, sp_lstchg), /* 2 - not a char ptr */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dauth.c1155 && spwd->sp_lstchg >= 0
1156 && now >= spwd->sp_lstchg + spwd->sp_max)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c1631 && spwd->sp_lstchg >= 0
1632 && now >= spwd->sp_lstchg + spwd->sp_max)) {

Completed in 134 milliseconds