Searched refs:cgetmatch (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c89 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL cgetmatch(const char *buf, const char *name);
252 if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
455 if (cgetmatch(record, name) == 0) {
654 cgetmatch(const char *buf, const char *name) function
/freebsd-11-stable/lib/libc/gen/
H A Dgetcap.c207 if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
369 if (cgetmatch(record, name) == 0) {
574 cgetmatch(const char *buf, const char *name) function
H A DMakefile.inc367 getcap.3 cgetmatch.3 \
/freebsd-11-stable/include/
H A Dstdlib.h282 int cgetmatch(const char *, const char *);
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c275 if (cgetmatch(bp,rp_name) != 0)
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c94 #define _nc_cgetmatch cgetmatch

Completed in 190 milliseconds