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

/freebsd-10-stable/usr.bin/at/
H A Dprivs.h62 extern uid_t real_uid, effective_uid;
66 uid_t real_uid, effective_uid; variable
72 effective_uid = geteuid(); \
81 effective_uid = geteuid(); \
89 if (seteuid(effective_uid) != 0) err(1, "seteuid failed"); \
100 effective_uid = (a); \
103 if (setreuid((uid_t)-1, effective_uid) != 0) err(1, "setreuid failed"); \

Completed in 153 milliseconds