Lines Matching defs:start
170 /* If it's a helper the user asks for, start it directly. */
194 "Process `%s` failed to start.",
202 /* Now start the test itself. */
218 "Process `%s` failed to start.",
416 const char* start;
419 start = buffer;
420 while ((end = memchr(start, '\n', &buffer[size] - start))) {
422 fwrite(start, 1, (int)(end - start), stream);
425 start = end + 1;
429 if (start < end) {
431 fwrite(start, 1, (int)(end - start), stream);