Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/lpr/common_source/
HDprintcap.c63 static char *printcapdb[] = { __DECONST(char *, _PATH_PRINTCAP), NULL }; variable
82 printcapdb[0] = newfile; in setprintcap()
102 if ((status = cgetent(&bp, printcapdb, printer)) < 0) in getprintcap()
149 status = cgetfirst(&bp, printcapdb); in firstprinter()
171 status = cgetnext(&bp, printcapdb); in nextprinter()