Searched refs:cgetmatch (Results 1 – 9 of 9) sorted by relevance
/freebsd/tools/build/cross-build/include/linux/ |
H A D | stdlib.h | 51 int cgetmatch(const char *, const char *);
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getcap.c | 89 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL cgetmatch(const char *buf, const char *name); 252 if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) { in getent() 455 if (cgetmatch(record, name) == 0) { in getent() 654 cgetmatch(const char *buf, const char *name) in cgetmatch() function
|
/freebsd/lib/libc/gen/ |
H A D | getcap.c | 203 if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) { in getent() 365 if (cgetmatch(record, name) == 0) { in getent() 570 cgetmatch(const char *buf, const char *name) in cgetmatch() function
|
H A D | Symbol.map | 132 cgetmatch;
|
H A D | Makefile.inc | 387 getcap.3 cgetmatch.3 \
|
/freebsd/include/ |
H A D | stdlib.h | 273 int cgetmatch(const char *, const char *);
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | printcap.c | 269 if (cgetmatch(bp,rp_name) != 0) in getprintcap_int()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | read_termcap.c | 95 #define _nc_cgetmatch cgetmatch
|
/freebsd/contrib/ncurses/ |
H A D | aclocal.m4 | 1031 cgetmatch(buf, "tc"); 1051 cgetmatch(buf, "tc");
|