Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/include/
H A Dntp_io.h67 MATCH_ALL, enumerator
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_io.c1281 case MATCH_ALL: in interface_action()
H A Dntp_config.c3291 match_type = MATCH_ALL; in config_nic_rules()
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c130384 static const int MATCH_ALL = (UChar32)'%';
130405 if( !prevEscape && uPattern==MATCH_ALL ){
130413 while( (c=zPattern[iPattern]) == MATCH_ALL || c == MATCH_ONE ){
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c193657 static const uint32_t MATCH_ALL = (uint32_t)'%';
193675 if( uPattern==MATCH_ALL && !prevEscape && uPattern!=(uint32_t)uEsc ){
193683 while( (c=*zPattern) == MATCH_ALL || c == MATCH_ONE ){