Home | History | Annotate | Download | only in codesighs

Lines Matching defs:mValue

84     const char* mValue;
336 current->mValue = inArgv[loop];
374 outOptions->mInput = fopen(current->mValue, "r");
378 ERROR_REPORT(retval, current->mValue, "Unable to open input file.");
382 outOptions->mInputName = strdup(current->mValue);
386 ERROR_REPORT(retval, current->mValue, "Unable to strdup.");
399 outOptions->mOutput = fopen(current->mValue, "a");
403 ERROR_REPORT(retval, current->mValue, "Unable to open output file.");
407 outOptions->mOutputName = strdup(current->mValue);
411 ERROR_REPORT(retval, current->mValue, "Unable to strdup.");