Lines Matching refs:stdin
58 ** Default is stdin.
117 static Switch gInputSwitch = {"--input", "-i", 1, NULL, "Specify input file." DESC_NEWLINE "stdin is default."};
618 outOptions->mInput = stdin;
619 outOptions->mInputName = strdup("stdin");
627 ERROR_REPORT(retval, "stdin/stdout", "Unable to strdup.");
693 if(NULL != outOptions->mInput && stdin != outOptions->mInput)
974 if(NULL != inOptions->mInput && stdin != inOptions->mInput)