Lines Matching refs:input
306 if (u->input < 0)
309 r = read(u->input, buf, size * nmemb);
321 log_error_errno(errno, "Aborting transfer after read error on input: %m.");
329 if (u->input >= 0)
330 close_nointr(u->input);
331 u->input = -1;
374 u->input = fd;
381 return log_error_errno(r, "Failed to register input event: %m");
433 u->input = -1;
569 " --follow[=BOOL] Do [not] wait for input\n"
760 log_error("Input arguments make no sense with journal input.");
831 "STATUS=Processing input...");
845 } else if (u.input < 0 && !use_journal) {
849 log_debug("Using %s as input.", argv[optind]);