Searched refs:inactstr (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/oamuser/user/ |
H A D | useradd.c | 119 static char *inactstr = NULL; /* inactive from command line */ variable 188 inactstr = optarg; 330 if (inactstr != NULL) { 332 inact = strtol(inactstr, &ptr, 10); 334 errmsg(M_INVALID, inactstr, 523 if (inactstr != NULL) { 525 inact = strtol(inactstr, &ptr, 10); 527 errmsg(M_INVALID, inactstr, "inactivity period");
|
H A D | usermod.c | 100 static char *inactstr = NULL; /* inactive from command line */ variable 195 inactstr = optarg; 532 if (inactstr) { 534 inact = (int)strtol(inactstr, &ptr, 10); 536 errmsg(M_INVALID, inactstr, "inactivity period"); 607 if (inactstr) { 609 nargv[argindex++] = inactstr;
|