Searched refs:capdb_getaltnum (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.sbin/lpr/common_source/ |
| H A D | printcap.c | 62 static int capdb_getaltnum(char *_bp, const char *_shrt, 216 CHK(capdb_getaltnum(bp, "br", "tty.rate", 0, &pp->baud_rate)); in getprintcap_int() 217 CHK(capdb_getaltnum(bp, "ct", "remote.timeout", DEFTIMEOUT, in getprintcap_int() 219 CHK(capdb_getaltnum(bp, "du", "daemon.user", DEFUID, in getprintcap_int() 226 CHK(capdb_getaltnum(bp, "mc", "max.copies", DEFMAXCOPIES, in getprintcap_int() 229 CHK(capdb_getaltnum(bp, "mx", "max.blocks", DEFMX, &pp->max_blocks)); in getprintcap_int() 230 CHK(capdb_getaltnum(bp, "pc", "acct.price", 0, &pp->price100)); in getprintcap_int() 231 CHK(capdb_getaltnum(bp, "pl", "page.length", DEFLENGTH, in getprintcap_int() 233 CHK(capdb_getaltnum(bp, "pw", "page.width", DEFWIDTH, in getprintcap_int() 235 CHK(capdb_getaltnum(bp, "px", "page.pwidth", 0, &pp->page_pwidth)); in getprintcap_int() [all …]
|