Home
last modified time | relevance | path

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

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