Searched refs:uidstr (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/oamuser/user/ |
H A D | usermod.c | 93 static char *uidstr = NULL; /* uid from command line */ variable 231 uidstr = optarg; 268 if ((!uidstr && oflag) || (mflag && !dir)) { 389 if (uidstr) { 392 uid = (uid_t)strtol(uidstr, &ptr, (int)10); 394 errmsg(M_INVALID, uidstr, "user id"); 420 uidstr = NULL; 617 if (uidstr) { /* set uid flag */
|
H A D | useradd.c | 110 static char *uidstr = NULL; /* uid from command line */ variable 220 uidstr = optarg; 267 if (uidstr != NULL || oflag || grps != NULL || 410 if (uidstr != NULL) { 413 uid = (uid_t)strtol(uidstr, &ptr, (int)10); 415 errmsg(M_INVALID, uidstr, "user id"); 643 if (uidstr != NULL) {
|
/titanic_41/usr/src/lib/nsswitch/nis/common/ |
H A D | getpwnam.c | 48 char uidstr[12]; /* More than enough */ local 52 (void) snprintf(uidstr, 12, "%u", argp->key.uid); 53 return (_nss_nis_lookup(be, argp, 0, "passwd.byuid", uidstr, 0));
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_file.c | 1311 char *uidstr = strchr(filename, '_'); in krb5_fcc_open_nounlink() local 1315 if (!*++uidstr) in krb5_fcc_open_nounlink() 1319 for (s = uidstr; *s; s++) in krb5_fcc_open_nounlink() 1323 fname_uid = (uid_t) atoi(uidstr); in krb5_fcc_open_nounlink()
|