Lines Matching refs:result
34 bool result;
40 result = tomoyo_path_matches_pattern(&arg, argv->value);
42 result = !result;
43 if (!result)
73 bool result;
79 result = tomoyo_path_matches_pattern(&value,
82 result = !result;
84 result = true;
86 result = !result;
88 if (!result)
117 bool result = true;
131 result = false;
163 result = false;
175 result = false;
186 if (!result)
190 if (result) {
203 result = false;
216 result = false;
222 return result;
238 bool result;
247 result = tomoyo_compare_name_union(&exe, ptr);
249 return result == match;