Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_io.h67 MATCH_ALL, enumerator
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c1188 case MATCH_ALL: in interface_action()
H A Dntp_config.c3369 match_type = MATCH_ALL; in config_nic_rules()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c216753 static const uint32_t MATCH_ALL = (uint32_t)'%';
216771 if( uPattern==MATCH_ALL && !prevEscape && uPattern!=(uint32_t)uEsc ){
216779 while( (c=*zPattern) == MATCH_ALL || c == MATCH_ONE ){