Home
last modified time | relevance | path

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

/src/usr.sbin/lpr/common_source/
H A Dprintcap.c57 static char *printcapdb[] = { __DECONST(char *, _PATH_PRINTCAP), NULL }; variable
76 printcapdb[0] = newfile; in setprintcap()
96 if ((status = cgetent(&bp, printcapdb, printer)) < 0) in getprintcap()
143 status = cgetfirst(&bp, printcapdb); in firstprinter()
165 status = cgetnext(&bp, printcapdb); in nextprinter()