Home
last modified time | relevance | path

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

/security/tomoyo/
Dgroup.c163 bool matched = false; in tomoyo_number_matches_group() local
172 matched = true; in tomoyo_number_matches_group()
175 return matched; in tomoyo_number_matches_group()
193 bool matched = false; in tomoyo_address_matches_group() local
205 matched = true; in tomoyo_address_matches_group()
208 return matched; in tomoyo_address_matches_group()