Searched refs:match_char (Results 1 – 1 of 1) sorted by relevance
| /linux/security/apparmor/ |
| H A D | match.c | 440 #define match_char(state, def, base, next, check, C) \ 489 match_char(state, def, base, next, check, c); in aa_dfa_match_len() 495 match_char(state, def, base, next, check, (u8) *str); in aa_dfa_match_len() 534 match_char(state, def, base, next, check, c); in aa_dfa_match() 540 match_char(state, def, base, next, check, (u8) *str); in aa_dfa_match() 569 match_char(state, def, base, next, check, equiv[(u8) c]); in aa_dfa_next() 571 match_char(state, def, base, next, check, (u8) c); 588 match_char(state, def, base, next, check, -1); 436 #define match_char( global() macro
|