Searched refs:using_stdin (Results 1 – 1 of 1) sorted by relevance
512 bool using_stdin = !file_name || !*file_name || STREQ (file_name, "-"); in swallow_file_in_memory() local513 if (using_stdin) in swallow_file_in_memory()519 error (EXIT_FAILURE, errno, "%s", quotef (using_stdin ? "-" : file_name)); in swallow_file_in_memory()521 if (using_stdin) in swallow_file_in_memory()