Searched refs:lost (Results 1 – 2 of 2) sorted by relevance
8 int lost = 0; in main() local11 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()
25 int lost = 0; in main() local33 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