Lines Matching refs:stdin
33 // Causes the app to remain open, waiting for pairs of filenames on stdin.
35 static const char kOptionPollStdin[] = "use-stdin";
78 // Creates the image from stdin with the given data length. On success, it
85 if (fread(source.get(), 1, byte_length, stdin) != byte_length)
237 " image_diff --use-stdin\n"
238 " Stays open reading pairs of filenames from stdin, comparing them,\n"
246 " Reads stream input from stdin, should be EXACTLY of the format\n"
292 while (fgets(buffer, sizeof(buffer), stdin)) {
396 // program reads paths on stdin and the program that spawns it outputs
412 // Watch stdin for filenames.
428 // filename to arrive via stdin.