cgetmatch
if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
if (cgetmatch(record, name) == 0) {
ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL cgetmatch(const char *buf, const char *name);
int cgetmatch(const char *, const char *);
if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
if (cgetmatch(record, name) == 0) {
int cgetmatch(const char *, const char *);
if (cgetmatch(bp,rp_name) != 0)