Searched refs:new_logname (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/oamuser/user/
H A Dusermod.c55 * | -s shell | -c comment | -l new_logname]
93 static char *new_logname = NULL; /* new login name with -l option */ variable
209 new_logname = optarg;
380 if (new_logname && strcmp(new_logname, logname)) {
381 switch (valid_login(new_logname, (struct passwd **)NULL,
384 errmsg(M_INVALID, new_logname, "login name");
389 errmsg(M_USED, new_logname);
394 errmsg(M_TOO_LONG, new_logname);
584 ret = edit_group(logname, new_logname, gidlis
[all...]

Completed in 68 milliseconds