Searched defs:bugs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c238 Because of bugs and/or inadequacies, some compilers need the following
318 may well be caused by bugs in the compiler, not in the program (however
386 The program tries to catch and diagnose bugs in the compiler/run-time
710 Void farewell ARGS((int bugs));
762 bugs=0; /* The number of (possible) bugs in the output */ variable
921 farewell(int bugs) argument
923 if (bugs == 0) exit(0);
925 if (bugs == 1) printf("problem");
926 else printf("%d problems", bugs);
[all...]

Completed in 51 milliseconds