Home
last modified time | relevance | path

Searched defs:MATCH (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator
/f-stack/lib/
H A Dff_config.c658 #define MATCH(s, n) strcmp(section, s) == 0 && strcmp(name, n) == 0 in ini_parse_handler() macro