Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/oamuser/user/
H A Duseradd.c109 static char gidstring[32]; /* group id string representation */ variable
590 (void) sprintf(gidstring, "%u", gid);
591 nargv[argindex++] = gidstring;
H A Dusermod.c107 static char gidstring[32], uidstring[32]; variable
623 (void) sprintf(gidstring, "%u", gid);
624 nargv[argindex++] = gidstring;