Searched refs:from_stdin (Results 1 – 2 of 2) sorted by relevance
340 int from_stdin = 0; in main() local422 from_stdin = 1; in main()433 if ( from_stdin ) in main()
77 const int from_stdin = (file_name == NULL) || !WSTRCMP(file_name, "-"); in ImgIoUtilReadFile() local79 if (from_stdin) return ImgIoUtilReadFromStdin(data, data_size); in ImgIoUtilReadFile()
Completed in 3 milliseconds