Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/lpr/lpc/
H A Dcmds.c76 while (cgetnext(&bp, printcapdb) > 0) {
205 while (cgetnext(&bp, printcapdb) > 0) {
349 while (cgetnext(&bp, printcapdb) > 0) {
415 while (cgetnext(&bp, printcapdb) > 0) {
491 while (cgetnext(&bp, printcapdb) > 0) {
608 while (cgetnext(&bp, printcapdb) > 0) {
653 while (cgetnext(&bp, printcapdb) > 0) {
720 while (cgetnext(&bp, printcapdb) > 0) {
826 while (cgetnext(&bp, printcapdb) > 0) {
1059 while (cgetnext(&bp, printcapdb) > 0) {
/original-bsd/usr.sbin/lpr/lpq/
H A Dlpq.c99 while (cgetnext(&buf, printcapdb) > 0) {
/original-bsd/include/
H A Dstdlib.h107 int cgetnext __P((char **, char **));
/original-bsd/usr.bin/cap_mkdb/
H A Dcap_mkdb.c135 for (reccnt = 0, bplen = 0; (st = cgetnext(&bp, ifiles)) > 0;) {
/original-bsd/lib/libc/gen/
H A Dgetcap.c597 return (cgetnext(buf, db_array));
623 cgetnext(bp, db_array) in cgetnext() function
H A DMakefile.inc56 getcap.3 cgetfirst.3 getcap.3 cgetmatch.3 getcap.3 cgetnext.3 \
/original-bsd/usr.sbin/lpr/common_source/
H A Dprintcap.c39 cgetnext(bp, db_array) in cgetnext() function
/original-bsd/usr.sbin/lpr/lpd/
H A Dlpd.c407 while (cgetnext(&buf, printcapdb) > 0) { in startup()