Home
last modified time | relevance | path

Searched refs:_PATH_PRINTCAP (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/lpr/common_source/
Dpathnames.h41 #define _PATH_PRINTCAP "/etc/printcap" macro
Dcommon_vars.c47 char *printcapdb[2] = { _PATH_PRINTCAP, 0 };
/openbsd/src/usr.sbin/lpd/
Dlp.h24 #define _PATH_PRINTCAP "/etc/printcap" macro
Dlp.c52 _PATH_PRINTCAP,
127 fatal("cannot open %s", _PATH_PRINTCAP); in lp_scanprinters()