Searched refs:ptrname (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/lpr/common_source/ |
H A D | ctlinfo.c | 270 ctl_readcf(const char *ptrname, const char *cfname) in ctl_readcf() argument 283 ptrname, cfname, strerror(errno)); in ctl_readcf() 308 cpriv->pub.cji_curqueue = strdup(ptrname); in ctl_readcf() 320 ptrname, (void *)cpriv, (long)sroom, in ctl_readcf() 430 ctl_renametf(const char *ptrname, const char *tfname) in ctl_renametf() argument 472 cjinf = ctl_readcf(ptrname, tfname); in ctl_renametf() 765 ctl_rmjob(const char *ptrname, const char *cfname) in ctl_rmjob() argument 771 cjinf = ctl_readcf(ptrname, cfname); in ctl_rmjob()
|
/freebsd/usr.sbin/lpr/pac/ |
H A D | pac.c | 411 chkprinter(const char *ptrname) in chkprinter() argument 417 stat = getprintcap(ptrname, pp); in chkprinter() 428 errx(3, "accounting not enabled for printer %s", ptrname); in chkprinter()
|
/freebsd/usr.sbin/lpr/lpr/ |
H A D | lpr.c | 780 chkprinter(const char *ptrname, struct printer *pp) in chkprinter() argument 785 status = getprintcap(ptrname, pp); in chkprinter() 789 errx(1, "%s: %s", ptrname, pcaperr(status)); in chkprinter() 791 errx(1, "%s: unknown printer", ptrname); in chkprinter() 793 warnx("%s: unresolved tc= reference(s)", ptrname); in chkprinter()
|