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

/openbsd-current/usr.sbin/lpr/common_source/
H A Dlp.local.h49 #define DEFUID 1 macro
/openbsd-current/usr.sbin/lpr/lprm/
H A Dlprm.c89 if ((pw = getpwuid(DEFUID)) == NULL)
90 errx(1, "daemon uid (%u) not in password file", DEFUID);
/openbsd-current/usr.sbin/lpr/lpr/
H A Dlpr.c121 if ((pw = getpwuid(DEFUID)) == NULL)
122 errx(1, "daemon uid (%u) not in password file", DEFUID);
650 DU = DEFUID;
/openbsd-current/usr.sbin/lpr/lpc/
H A Dcmds.c145 (void)fchown(fd, DEFUID, -1);
203 (void)fchown(fd, DEFUID, -1);
501 (void)fchown(fd, DEFUID, -1);
582 (void)fchown(fd, DEFUID, -1);
603 (void)fchown(fd, DEFUID, -1);
937 (void)fchown(fd, DEFUID, -1);
/openbsd-current/usr.sbin/lpr/lpd/
H A Dlpd.c56 * DEFUID (1, aka daemon).
138 if ((pw = getpwuid(DEFUID)) == NULL)
139 errx(1, "daemon uid (%u) not in password file", DEFUID);
H A Dprintjob.c1302 DU = DEFUID;

Completed in 186 milliseconds