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

/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c65 static char *printcapdb[] = { __DECONST(char *, _PATH_PRINTCAP), NULL }; variable
84 printcapdb[0] = newfile;
104 if ((status = cgetent(&bp, printcapdb, printer)) < 0)
151 status = cgetfirst(&bp, printcapdb);
173 status = cgetnext(&bp, printcapdb);

Completed in 256 milliseconds