Searched refs:DEFUID (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/usr.sbin/lpr/lprm/ |
| H A D | lprm.c | 89 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 D | cmds.c | 145 (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 D | lp.local.h | 49 #define DEFUID 1 macro
|
| /openbsd-src/usr.sbin/lpr/lpr/ |
| H A D | lpr.c | 121 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 D | lpd.c | 138 if ((pw = getpwuid(DEFUID)) == NULL) in main() 139 errx(1, "daemon uid (%u) not in password file", DEFUID); in main()
|
| H A D | printjob.c | 1302 DU = DEFUID; in init()
|