Searched refs:capdb_getaltnum (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/usr.sbin/lpr/common_source/ |
| HD | printcap.c | 68 static int capdb_getaltnum(char *_bp, const char *_shrt, 222 CHK(capdb_getaltnum(bp, "br", "tty.rate", 0, &pp->baud_rate)); in getprintcap_int() 223 CHK(capdb_getaltnum(bp, "ct", "remote.timeout", DEFTIMEOUT, in getprintcap_int() 225 CHK(capdb_getaltnum(bp, "du", "daemon.user", DEFUID, in getprintcap_int() 232 CHK(capdb_getaltnum(bp, "mc", "max.copies", DEFMAXCOPIES, in getprintcap_int() 235 CHK(capdb_getaltnum(bp, "mx", "max.blocks", DEFMX, &pp->max_blocks)); in getprintcap_int() 236 CHK(capdb_getaltnum(bp, "pc", "acct.price", 0, &pp->price100)); in getprintcap_int() 237 CHK(capdb_getaltnum(bp, "pl", "page.length", DEFLENGTH, in getprintcap_int() 239 CHK(capdb_getaltnum(bp, "pw", "page.width", DEFWIDTH, in getprintcap_int() 241 CHK(capdb_getaltnum(bp, "px", "page.pwidth", 0, &pp->page_pwidth)); in getprintcap_int() [all …]
|