Lines Matching refs:stdin
54 // Causes the app to remain open, waiting for pairs of filenames on stdin.
56 static const char optionPollStdin[] = "--use-stdin";
84 // Creates the image from stdin with the given data length. On success, it
92 if (fread(source.get(), 1, byteLength, stdin) != byteLength)
193 " ImageDiff --use-stdin\n"
194 " Stays open reading pairs of filenames from stdin, comparing them,\n"
202 " Reads stream input from stdin, should be EXACTLY of the format\n"
244 while (fgets(buffer, sizeof(buffer), stdin)) {
375 // Watch stdin for filenames.
380 while (fgets(stdinBuffer, bufferSize, stdin)) {
392 // filename to arrive via stdin.