Lines Matching refs:uid
100 uid_t uid;
148 uid = pw->pw_uid;
149 if (uid == 0) {
165 if (__getnetnamebyuid(name, uid) == 0) {
201 uid = 0;
205 pass = get_password(uid, target_host, username);
317 * (c) uid is 0
324 * (c) uid is set to the username's uid
328 get_password(uid, target_host, username)
329 uid_t uid;
349 pw = getpwuid(uid);
353 "%s: unable to locate password record for uid %d\n",
354 program_name, uid);
368 if (uid == 0) {
412 * user to be root by checking the real uid.