Searched refs:cgetnext (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/usr.sbin/lpr/lpc/ |
| D | cmds.c | 102 while (cgetnext(&bp, printcapdb) > 0) { in doabort() 225 while (cgetnext(&bp, printcapdb) > 0) { in clean() 362 while (cgetnext(&bp, printcapdb) > 0) { in enable() 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() 1024 while (cgetnext(&bp, printcapdb) > 0) { in up()
|
| /netbsd/src/usr.sbin/lpr/lpq/ |
| D | lpq.c | 132 while (cgetnext(&buf, printcapdb) > 0) { in main()
|
| /netbsd/src/lib/libc/gen/ |
| D | getcap.c | 74 __weak_alias(cgetnext,_cgetnext) 751 return cgetnext(buf, db_array); in cgetfirst() 778 cgetnext(char **bp, const char * const *db_array) in cgetnext() function
|
| D | Makefile.inc | 128 cgetcap.3 cgetfirst.3 cgetcap.3 cgetmatch.3 cgetcap.3 cgetnext.3 \
|
| /netbsd/src/usr.bin/cap_mkdb/ |
| D | cap_mkdb.c | 185 for (reccnt = 0, bplen = 0; (st = cgetnext(&bp, ifiles)) > 0; free(bp)){ in db_build()
|
| /netbsd/src/include/ |
| D | stdlib.h | 286 int cgetnext(char **, const char * const *);
|
| /netbsd/src/tools/compat/ |
| D | compat_defs.h | 1079 #define cgetnext __nbcompat_cgetnext macro 1090 int cgetnext(char **, const char * const *);
|
| /netbsd/src/usr.sbin/lpr/lpd/ |
| D | lpd.c | 560 while (cgetnext(&buf, printcapdb) > 0) { in startup()
|
| /netbsd/src/usr.bin/getent/ |
| D | getent.c | 502 switch (error = (first ? cgetfirst : cgetnext)(&buf, db_array)) { in mygetone()
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 254 #define cgetnext _cgetnext macro
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 432 cgetnext
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 6970 ./usr/share/man/cat3/cgetnext.0 comp-c-catman .cat 15539 ./usr/share/man/html3/cgetnext.html comp-c-htmlman html 24025 ./usr/share/man/man3/cgetnext.3 comp-c-man .man
|