Searched refs:inactstr (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/oamuser/user/ |
H A D | useradd.c | 121 static char *inactstr = NULL; /* inactive from command line */ variable 192 inactstr = optarg; 352 if (inactstr != NULL) { 354 inact = strtol(inactstr, &ptr, 10); 356 errmsg(M_INVALID, inactstr, 545 if (inactstr != NULL) { 547 inact = strtol(inactstr, &ptr, 10); 549 errmsg(M_INVALID, inactstr, "inactivity period");
|
H A D | usermod.c | 101 static char *inactstr = NULL; /* inactive from command line */ variable 196 inactstr = optarg; 557 if (inactstr) { 559 inact = (int)strtol(inactstr, &ptr, 10); 561 errmsg(M_INVALID, inactstr, "inactivity period"); 632 if (inactstr) { 634 nargv[argindex++] = inactstr;
|