Searched refs:expirestr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/oamuser/user/
H A Duseradd.c123 static char *expirestr = NULL; /* expiration date from command line */ variable
188 expirestr = optarg;
365 if (expirestr != NULL) {
366 if (*expirestr) {
367 if (valid_expire(expirestr, (time_t *)0)
369 errmsg(M_INVALID, expirestr,
373 usrdefs->defexpire = expirestr;
555 if (expirestr != NULL) {
556 if (*expirestr) {
557 if (valid_expire(expirestr, (time_
[all...]

Completed in 43 milliseconds