Searched defs:uidstr (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetpwnam.c48 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));
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1309 char *uidstr = strchr(filename, '_'); local
1313 if (!*++uidstr)
1317 for (s = uidstr; *s; s++)
1321 fname_uid = (uid_t) atoi(uidstr);

Completed in 19 milliseconds