Lines Matching full:printf
66 printf("No ENGINE support\n");
82 printf("listing available engine types\n");
85 printf("engine %i, id = \"%s\", name = \"%s\"\n",
89 printf("end of list\n");
136 printf("Couldn't set up test ENGINE structures\n");
139 printf("\nenginetest beginning\n\n");
143 printf("Add failed!\n");
150 printf("Remove failed!\n");
158 printf("Add failed!\n");
164 printf("Remove failed!\n");
170 printf("Add failed!\n");
176 printf("Add *should* have failed but didn't!\n");
180 printf("Add that should fail did.\n");
184 printf("Remove *should* have failed but didn't!\n");
188 printf("Remove that should fail did.\n");
192 printf("Remove failed!\n");
198 printf("Remove failed!\n");
207 printf("Remove failed!i - probably no hardware "
214 printf("Couldn't add and remove to an empty list!\n");
218 printf("Successfully added and removed to an empty list!\n");
219 printf("About to beef up the engine-type list\n");
230 printf("Couldn't create block of ENGINE structures.\n"
239 printf("\nAdding stopped at %i, (%s,%s)\n",
245 printf("."); fflush(stdout);
248 printf("\nAbout to empty the engine-type list\n");
253 printf("\nRemove failed!\n");
257 printf("."); fflush(stdout);
264 printf("\nTests completed happily\n");