Home
last modified time | relevance | path

Searched refs:sp_inact (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/shadow/
Dputspent.c72 if ((p->sp_inact != (long int) -1 in putspent()
73 && fprintf (stream, "%ld:", p->sp_inact) < 0) in putspent()
74 || (p->sp_inact == (long int) -1 in putspent()
Dsgetspent_r.c47 result->sp_inact = -1l;
66 result->sp_inact = -1l;
74 INT_FIELD_MAYBE_NULL (result->sp_inact, ISCOLON, 0, 10,
Dtst-putspent.c116 .sp_inact = -1, in do_test()
128 .sp_inact = 5, in do_test()
Dshadow.h52 long int sp_inact; /* Number of days the account may be member
/glibc-2.36/nss/nss_compat/
Dcompat-spwd.c107 pwd->sp_inact = -1; in give_spwd_free()
150 if (src->sp_inact != -1) in copy_spwd_changes()
151 dest->sp_inact = src->sp_inact; in copy_spwd_changes()
401 pwd.sp_inact = -1; in getspnam_plususer()
/glibc-2.36/nss/
Dnss_test1.c372 result->sp_inact = local->sp_inact; in copy_shadow()
/glibc-2.36/ChangeLog.old/
DChangeLog.1012937 sp_warn, sp_inact, sp_expire and sp_flag.