Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dmatch.c436 #define match_char(state, def, base, next, check, C) \ macro
485 match_char(state, def, base, next, check, c); in aa_dfa_match_len()
491 match_char(state, def, base, next, check, (u8) *str); in aa_dfa_match_len()
530 match_char(state, def, base, next, check, c); in aa_dfa_match()
536 match_char(state, def, base, next, check, (u8) *str); in aa_dfa_match()
565 match_char(state, def, base, next, check, equiv[(u8) c]); in aa_dfa_next()
567 match_char(state, def, base, next, check, (u8) c); in aa_dfa_next()
584 match_char(state, def, base, next, check, -1); in aa_dfa_outofband_transition()