Searched refs:sp_inact (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/shadow/ |
D | putspent.c | 72 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()
|
D | sgetspent_r.c | 47 result->sp_inact = -1l; 66 result->sp_inact = -1l; 74 INT_FIELD_MAYBE_NULL (result->sp_inact, ISCOLON, 0, 10,
|
D | tst-putspent.c | 116 .sp_inact = -1, in do_test() 128 .sp_inact = 5, in do_test()
|
D | shadow.h | 52 long int sp_inact; /* Number of days the account may be member
|
/glibc-2.36/nss/nss_compat/ |
D | compat-spwd.c | 107 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/ |
D | nss_test1.c | 372 result->sp_inact = local->sp_inact; in copy_shadow()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.10 | 12937 sp_warn, sp_inact, sp_expire and sp_flag.
|