Home | History | Annotate | Download | only in memcmp

Lines Matching defs:FAILED

49 #define FAILED 0
88 local_flag = FAILED;
94 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
95 local_flag = FAILED;
102 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
103 local_flag = FAILED;
110 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
111 local_flag = FAILED;
118 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
119 local_flag = FAILED;
126 local_flag = FAILED;
143 local_flag = FAILED;
149 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
150 local_flag = FAILED;
157 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
158 local_flag = FAILED;
165 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
166 local_flag = FAILED;
173 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
174 local_flag = FAILED;
181 local_flag = FAILED;
233 (local_flag == FAILED) ? tst_resm(TFAIL,
234 "Test failed") : tst_resm(TPASS,