Searched refs:capdb_getaltstr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c72 static int capdb_getaltstr(char *_bp, const char *_shrt,
223 CHK(capdb_getaltstr(bp, "af", "acct.file", 0, &pp->acct_file));
229 CHK(capdb_getaltstr(bp, "ff", "job.formfeed", DEFFF, &pp->form_feed));
230 CHK(capdb_getaltstr(bp, "lf", "spool.log", _PATH_CONSOLE,
232 CHK(capdb_getaltstr(bp, "lo", "spool.lock", DEFLOCK, &pp->lock_file));
233 CHK(capdb_getaltstr(bp, "lp", "tty.device", _PATH_DEFDEVLP, &pp->lp));
236 CHK(capdb_getaltstr(bp, "ms", "tty.mode", 0, &pp->mode_set));
245 CHK(capdb_getaltstr(bp, "rg", "daemon.restrictgrp", 0,
247 CHK(capdb_getaltstr(bp, "rm", "remote.host", 0, &pp->remote_host));
248 CHK(capdb_getaltstr(b
372 capdb_getaltstr(char *bp, const char *shrt, const char *lng, function
[all...]

Completed in 108 milliseconds