Home
last modified time | relevance | path

Searched refs:lost (Results 1 – 2 of 2) sorted by relevance

/stdio-common/
A Dbug6.c8 int lost = 0; in main() local
11 lost |= (buf[0] != 'X' || buf[1] != 'Y' || buf[2] != '\0'); in main()
12 if (lost) in main()
16 lost |= (i != 1234); in main()
17 if (lost) in main()
20 lost |= (buf[0] != 'L'); in main()
21 if (lost) in main()
24 puts (lost ? "Test FAILED!" : "Test succeeded."); in main()
25 return lost; in main()
A Dbug26.c25 int lost = 0; in main() local
33 lost |= (fscanf (f, "%lf", &d) != 0); in main()
35 lost |= c != 'e'; in main()
36 puts (lost ? "Test FAILED!" : "Test succeeded."); in main()
37 return lost; in main()

Completed in 3 milliseconds