Searched refs:capdb_getaltstr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/usr.sbin/lpr/common_source/ |
| D | printcap.c | 70 static int capdb_getaltstr(char *_bp, const char *_shrt, 227 CHK(capdb_getaltstr(bp, "af", "acct.file", 0, &pp->acct_file)); in getprintcap_int() 233 CHK(capdb_getaltstr(bp, "ff", "job.formfeed", DEFFF, &pp->form_feed)); in getprintcap_int() 234 CHK(capdb_getaltstr(bp, "lf", "spool.log", _PATH_CONSOLE, in getprintcap_int() 236 CHK(capdb_getaltstr(bp, "lo", "spool.lock", DEFLOCK, &pp->lock_file)); in getprintcap_int() 237 CHK(capdb_getaltstr(bp, "lp", "tty.device", _PATH_DEFDEVLP, &pp->lp)); in getprintcap_int() 240 CHK(capdb_getaltstr(bp, "ms", "tty.mode", 0, &pp->mode_set)); in getprintcap_int() 249 CHK(capdb_getaltstr(bp, "rg", "daemon.restrictgrp", 0, in getprintcap_int() 251 CHK(capdb_getaltstr(bp, "rm", "remote.host", 0, &pp->remote_host)); in getprintcap_int() 252 CHK(capdb_getaltstr(bp, "rp", "remote.queue", DEFLP, in getprintcap_int() [all …]
|