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