Home
last modified time | relevance | path

Searched refs:MATCH_NONE (Results 1 – 7 of 7) sorted by relevance

/external/openssh/
Dauth2.c100 #define MATCH_NONE 0 /* method or submethod mismatch */ macro
467 submethod) != MATCH_NONE) in auth2_method_allowed()
621 return MATCH_NONE; in list_starts_with()
630 return MATCH_NONE; in list_starts_with()
635 return MATCH_NONE; in list_starts_with()
/external/libxkbcommon/src/
Dtext.c204 { "NoneOf", MATCH_NONE },
Dkeymap.h173 MATCH_NONE, enumerator
/external/libxkbcommon/src/xkbcomp/
Dkeymap.c105 case MATCH_NONE: in FindInterpForKey()
Dcompat.c886 CopyInterps(info, true, MATCH_NONE, &collect); in CopyCompatToKeymap()
891 CopyInterps(info, false, MATCH_NONE, &collect); in CopyCompatToKeymap()
/external/libxkbcommon/src/x11/
Dkeymap.c794 sym_interpret->match = MATCH_NONE; in get_sym_interprets()
/external/icing/icing/
Dicing-search-engine_test.cc106 constexpr TermMatchType_Code MATCH_NONE = TermMatchType_Code_UNKNOWN; variable
6135 .SetDataTypeString(MATCH_NONE, TOKENIZER_NONE) in TEST_F()