Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/oamuser/user/
H A Duseradd.c120 static char inactstring[10]; /* inactivity string representation */ variable
577 (void) sprintf(inactstring, "%ld", inact);
578 nargv[argindex++] = inactstring;
H A Dusermod.c107 char inactstring[10]; variable