Home
last modified time | relevance | path

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

/freebsd/tools/build/cross-build/include/linux/
H A Dstdlib.h50 int cgetfirst(char **, char **);
/freebsd/crypto/heimdal/lib/roken/
H A Dgetcap.c92 int cgetfirst(char **buf, char **db_array);
692 cgetfirst(char **buf, char **db_array)
/freebsd/include/
H A Dstdlib.h272 int cgetfirst(char **, char **);
/freebsd/usr.sbin/lpr/common_source/
H A Dprintcap.c143 status = cgetfirst(&bp, printcapdb); in firstprinter()
/freebsd/lib/libc/gen/
H A DSymbol.map133 cgetfirst;
H A Dgetcap.c614 cgetfirst(char **buf, char **db_array) in cgetfirst() function
H A DMakefile.inc384 getcap.3 cgetfirst.3 \
/freebsd/contrib/ncurses/progs/
H A Dtoe.c547 if (cgetfirst(&buffer, db_array) > 0) { in typelist()