Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c178 static long maxdate; /* password aging information */ variable
880 (maxdate = strtol(optarg, &char_p, 10)) < -1 || in ckarg()
1177 if ((maxdate == -1) && (flag & NFLAG)) { in ckarg()