Lines Matching refs:MSG_OUT
78 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */
130 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s);
134 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s);
148 fprintf(MSG_OUT, "multi_timer_cb: Setting timeout to %ld ms\n", timeout_ms);
184 fprintf(MSG_OUT, "REMAINING: %d\n", g->still_running);
191 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error);
214 fprintf(MSG_OUT, "last transfer done, kill timeout\n");
235 fprintf(MSG_OUT, "EAGAIN on tfd %d\n", g->tfd);
311 fprintf(MSG_OUT,
314 fprintf(MSG_OUT, "\n");
319 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]);
323 fprintf(MSG_OUT,
351 fprintf(MSG_OUT, "Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal);
367 fprintf(MSG_OUT, "curl_easy_init() failed, exiting!\n");
384 fprintf(MSG_OUT,
420 fprintf(MSG_OUT, "Creating named pipe \"%s\"\n", fifo);
446 fprintf(MSG_OUT, "Now, pipe some URL's into > %s\n", fifo);
511 fprintf(MSG_OUT, "Entering wait loop\n");
512 fflush(MSG_OUT);
519 fprintf(MSG_OUT, "note: wait interrupted\n");
541 fprintf(MSG_OUT, "Exiting normally.\n");
542 fflush(MSG_OUT);