Searched refs:sp_max (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_.h42 long sp_max; /* Maximum number of days between changes */ 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.c591 offsetof(struct spwd, sp_max), /* 4 - not a char ptr */
802 offsetof(struct spwd, sp_max), /* 4 - not a char ptr */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dauth.c1154 || ((spwd->sp_max >= 0 && spwd->sp_max < 10000)
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.c1630 || ((spwd->sp_max >= 0 && spwd->sp_max < 10000)
1632 && now >= spwd->sp_lstchg + spwd->sp_max)) {

Completed in 146 milliseconds