Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/lpr/lpc/
H A Dcmds.c102 while (cgetnext(&bp, printcapdb) > 0) { in doabort()
225 while (cgetnext(&bp, printcapdb) > 0) { in clean()
362 while (cgetnext(&bp, printcapdb) > 0) { in enable()
385 if ((st = cgetent(&bp, printcapdb, printer)) == -2) { in getcapdesc()
433 while (cgetnext(&bp, printcapdb) > 0) { in disable()
498 while (cgetnext(&bp, printcapdb) > 0) { in down()
612 while (cgetnext(&bp, printcapdb) > 0) { in restart()
649 while (cgetnext(&bp, printcapdb) > 0) { in startcmd()
705 while (cgetnext(&bp, printcapdb) > 0) { in status()
801 while (cgetnext(&bp, printcapdb) > 0) { in stop()
[all …]
/netbsd-src/usr.sbin/lpr/common_source/
H A Dcommon_vars.c49 const char *printcapdb[2] = { _PATH_PRINTCAP, 0 }; variable
H A Dlp.h88 extern const char *printcapdb[];/* printcap database array */
H A Dcommon.c443 if ((i = cgetent(&bp, printcapdb, pr)) == -2) in getprintcap()
/netbsd-src/usr.sbin/lpr/lpq/
H A Dlpq.c132 while (cgetnext(&buf, printcapdb) > 0) { in main()
/netbsd-src/usr.sbin/lpr/pac/
H A Dpac.c418 if ((stat = cgetent(&bp, printcapdb, s)) == -2) { in chkprinter()
/netbsd-src/usr.sbin/lpr/lpd/
H A Dlpd.c560 while (cgetnext(&buf, printcapdb) > 0) { in startup()