Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/oamuser/user/
H A Duseradd.c109 static char uidstring[32]; /* user id string representation */ variable
588 (void) sprintf(uidstring, "%u", uid);
589 nargv[argindex++] = uidstring;
652 (void) sprintf(uidstring, "%u", uid);
H A Dusermod.c106 static char gidstring[32], uidstring[32]; variable
619 (void) sprintf(uidstring, "%u", uid);
620 nargv[argindex++] = uidstring;