Home
last modified time | relevance | path

Searched refs:MATCH_ALL (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/ntp/include/
H A Dntp_io.h67 MATCH_ALL, enumerator
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_io.c1281 case MATCH_ALL: in interface_action()
H A Dntp_config.c3301 match_type = MATCH_ALL; in config_nic_rules()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c200479 static const uint32_t MATCH_ALL = (uint32_t)'%';
200497 if( uPattern==MATCH_ALL && !prevEscape && uPattern!=(uint32_t)uEsc ){
200505 while( (c=*zPattern) == MATCH_ALL || c == MATCH_ONE ){