Lines Matching refs:str
171 char str[200]; in set_single_exc() local
177 strcpy (str, test_name); in set_single_exc()
178 strcat (str, ": set flag, with rest not set"); in set_single_exc()
181 test_exceptions (str, fe_exc, ignore_inexact); in set_single_exc()
183 strcpy (str, test_name); in set_single_exc()
184 strcat (str, ": clear flag, rest also unset"); in set_single_exc()
186 test_exceptions (str, NO_EXC, ignore_inexact); in set_single_exc()
188 strcpy (str, test_name); in set_single_exc()
189 strcat (str, ": set flag, with rest set"); in set_single_exc()
192 test_exceptions (str, ALL_EXC, 0); in set_single_exc()
194 strcpy (str, test_name); in set_single_exc()
195 strcat (str, ": clear flag, leave rest set"); in set_single_exc()
197 test_exceptions (str, ALL_EXC ^ fe_exc, 0); in set_single_exc()