Home | History | Annotate | Download | only in ntpd

Lines Matching defs:sw_uid

215 uid_t sw_uid;
685 sw_uid = (uid_t)strtoul(user, &endp, 0);
689 if ((pw = getpwuid(sw_uid)) != NULL) {
703 sw_uid = pw->pw_uid;
775 if (user && setuid(sw_uid)) {
779 if (user && seteuid(sw_uid)) {
794 if ((NULL != user) && (0 == sw_uid)) {
806 if (geteuid() != sw_uid && 0 == set_user_ids())
1278 if (sw_uid != 0 && mac_is_present("ntpd") != 1) {
1288 scan_addrs_once |= (sw_uid != 0); /* used by routing socket code */