Home | History | Annotate | Download | only in codesighs

Lines Matching defs:mValue

89     const char* mValue;
1132 current->mValue = inArgv[loop];
1170 outOptions->mInput = fopen(current->mValue, "r");
1174 ERROR_REPORT(retval, current->mValue, "Unable to open input file.");
1178 outOptions->mInputName = strdup(current->mValue);
1182 ERROR_REPORT(retval, current->mValue, "Unable to strdup.");
1195 outOptions->mOutput = fopen(current->mValue, "a");
1199 ERROR_REPORT(retval, current->mValue, "Unable to open output file.");
1203 outOptions->mOutputName = strdup(current->mValue);
1207 ERROR_REPORT(retval, current->mValue, "Unable to strdup.");