Home | History | Annotate | Download | only in s390x

Lines Matching refs:printf

29       printf("wrong cc: ");
30 if (value == 0) printf("expected 0 ");
31 if (value == 1) printf("expected 1 ");
32 if (value == 2) printf("expected 2 ");
33 if (value == 3) printf("expected 3 ");
34 if (cc == 0) printf("got 0");
35 if (cc == 1) printf("got 1");
36 if (cc == 2) printf("got 2");
37 if (cc == 3) printf("got 3");
39 printf("OK");
41 printf("\n");