Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/common_source/
H A Dpathnames.h40 #define _PATH_PRINTCAP "/etc/printcap" macro
H A Dprintcap.c57 static char *printcapdb[] = { __DECONST(char *, _PATH_PRINTCAP), NULL };
/freebsd/contrib/netbsd-tests/include/
H A Dt_paths.c87 { _PATH_PRINTCAP, PATH_FILE },
/freebsd/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c103 pcap_fname = strdup(_PATH_PRINTCAP); in main()