OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u_expire
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/user/
user.c
95
char *
u_expire
; /* when password will expire */
member in struct:user_t
768
fprintf(fp, "expire\t\t%s\n", (up->
u_expire
== NULL) ?
769
UNSET_EXPIRY : up->
u_expire
) <= 0 ||
821
up->
u_expire
= DEF_EXPIRE;
884
if (up->
u_expire
) {
885
FREE(up->
u_expire
);
887
up->
u_expire
= NULL;
889
memsave(&up->
u_expire
, cp, strlen(cp));
1209
if (!scantime(&expire, up->
u_expire
) || expire == -1) {
1211
up->
u_expire
);
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Oct 12 22:09:51 GMT 2025