Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/oamuser/user/
H A Dusermod.c106 static char gidstring[32], uidstring[32]; variable
598 (void) sprintf(gidstring, "%u", gid);
599 nargv[argindex++] = gidstring;
H A Duseradd.c107 static char gidstring[32]; /* group id string representation */ variable
568 (void) sprintf(gidstring, "%u", gid);
569 nargv[argindex++] = gidstring;