Home
last modified time | relevance | path

Searched refs:using_stdin (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dptx.c512 bool using_stdin = !file_name || !*file_name || STREQ (file_name, "-"); in swallow_file_in_memory() local
513 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()