Lines Matching defs:mValue
84 const char* mValue;
923 current->mValue = inArgv[loop];
961 outOptions->mInput = fopen(current->mValue, "r");
965 ERROR_REPORT(retval, current->mValue, "Unable to open input file.");
969 outOptions->mInputName = strdup(current->mValue);
973 ERROR_REPORT(retval, current->mValue, "Unable to strdup.");
986 mValue, "a");
990 ERROR_REPORT(retval, current->mValue, "Unable to open output file.");
994 outOptions->mOutputName = strdup(current->mValue);
998 ERROR_REPORT(retval, current->mValue, "Unable to strdup.");