Searched refs:cgetnext (Results 1 – 9 of 9) sorted by relevance
/freebsd/tools/build/cross-build/include/linux/ |
H A D | stdlib.h | 52 int cgetnext(char **, char **);
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getcap.c | 93 int cgetnext(char **bp, char **db_array); 695 return (cgetnext(buf, db_array)); 723 cgetnext(char **bp, char **db_array)
|
/freebsd/usr.bin/cap_mkdb/ |
H A D | cap_mkdb.c | 154 for (reccnt = 0, bplen = 0; (st = cgetnext(&bp, ifiles)) > 0;) { in db_build()
|
/freebsd/lib/libc/gen/ |
H A D | getcap.c | 617 return (cgetnext(buf, db_array)); in cgetfirst() 643 cgetnext(char **bp, char **db_array) in cgetnext() function
|
H A D | Symbol.map | 135 cgetnext;
|
H A D | Makefile.inc | 388 getcap.3 cgetnext.3 \
|
/freebsd/include/ |
H A D | stdlib.h | 274 int cgetnext(char **, char **);
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | printcap.c | 165 status = cgetnext(&bp, printcapdb); in nextprinter()
|
/freebsd/contrib/ncurses/progs/ |
H A D | toe.c | 551 while (cgetnext(&buffer, db_array) > 0) { in typelist()
|