Lines Matching refs:terminated
259 if (a.terminated) {
260 atf_tc_fail("incorrect terminated");
294 a.terminated = 1;
307 if (a.terminated) {
308 atf_tc_fail("incorrect terminated");
348 if (b.terminated != a.terminated) {
349 atf_tc_fail("incorrect terminated");
379 a.terminated = 1;
393 if (b.terminated != a.terminated) {
394 atf_tc_fail("incorrect terminated");
469 * Verifies that the given data_string contains a null-terminated string
493 if (string->terminated != 1) {
494 return ("terminated flag not set");
515 /* Case 1: Call with an already terminated string. The
536 new_string.terminated = 0;
545 if ((new_string.terminated == 0) ||