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

/macosx-10.10.1/shell_cmds-179/killall/
H A Dkillall.c202 uid_t thisuid; local
436 thisuid = procs[i].ki_uid; /* effective uid */
438 thisuid = procs[i].ki_ruid; /* real uid */
450 if (thisuid != uid)
524 thiscmd, thispid, thistdev, thisuid);

Completed in 114 milliseconds