Searched refs:ptrname (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/usr.sbin/lpr/common_source/ |
| H A D | ctlinfo.c | 272 ctl_readcf(const char *ptrname, const char *cfname) in ctl_readcf() argument 285 ptrname, cfname, strerror(errno)); in ctl_readcf() 310 cpriv->pub.cji_curqueue = strdup(ptrname); in ctl_readcf() 322 ptrname, (void *)cpriv, (long)sroom, in ctl_readcf() 432 ctl_renametf(const char *ptrname, const char *tfname) in ctl_renametf() argument 474 cjinf = ctl_readcf(ptrname, tfname); in ctl_renametf() 767 ctl_rmjob(const char *ptrname, const char *cfname) in ctl_rmjob() argument 773 cjinf = ctl_readcf(ptrname, cfname); in ctl_rmjob()
|
| /freebsd-13.1/usr.sbin/lpr/pac/ |
| H A D | pac.c | 426 chkprinter(const char *ptrname) in chkprinter() argument 432 stat = getprintcap(ptrname, pp); in chkprinter() 443 errx(3, "accounting not enabled for printer %s", ptrname); in chkprinter()
|
| /freebsd-13.1/usr.sbin/lpr/lpr/ |
| H A D | lpr.c | 809 chkprinter(const char *ptrname, struct printer *pp) in chkprinter() argument 814 status = getprintcap(ptrname, pp); in chkprinter() 818 errx(1, "%s: %s", ptrname, pcaperr(status)); in chkprinter() 820 errx(1, "%s: unknown printer", ptrname); in chkprinter() 822 warnx("%s: unresolved tc= reference(s)", ptrname); in chkprinter()
|
| /freebsd-13.1/contrib/ntp/lib/isc/win32/ |
| H A D | file.c | 510 char *ptrname; in isc_file_absolutepath() local 516 retval = GetFullPathName(filename, pathlen, path, &ptrname); in isc_file_absolutepath()
|