Lines Matching refs:uid
102 uid_t uid, /* in */
127 algtype, uid, gid) >= 0) {
171 * 1. if we are root (uid == 0), we do nothing and return
202 uid_t uid;
206 struct passwd pw; /* Needed to obtain uid */
236 uid = pw.pw_uid;
242 if (uid == 0) {
247 err = user2netname(netname, uid, NULL);
280 mp->algtype, short_passp, uid, gid,
304 AUTH_DES_ALGTYPE, short_passp, uid, gid, &get_seckey_cnt,
361 uid_t uid;
381 nra.uid = argres->uid;
405 uid_t uid;
448 /* Retrieve user's uid/gid from the password repository */
464 uid = (uid_t)attr_pw[0].data.val_i;
467 (void) key_removesecret_g_uid(uid, gid);
469 argres.uid = uid;