Lines Matching refs:stdin
58 ** Default is stdin.
91 static Switch gInputSwitch = {"--input", "-i", 1, NULL, "Specify input file." DESC_NEWLINE "stdin is default."};
881 outOptions->mInput = stdin;
882 outOptions->mInputName = strdup("stdin");
889 ERROR_REPORT(retval, "stdin/stdout", "Unable to strdup.");
955 if(NULL != outOptions->mInput && stdin != outOptions->mInput)
1024 if(NULL != inOptions->mInput && stdin != inOptions->mInput)