Home
last modified time | relevance | path

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

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