Lines Matching defs:mValue
110 const char* mValue;
661 current->mValue = inArgv[loop];
699 outOptions->mInput = fopen(current->mValue, "r");
703 ERROR_REPORT(retval, current->mValue, "Unable to open input file.");
707 outOptions->mInputName = strdup(current->mValue);
711 ERROR_REPORT(retval, current->mValue, "Unable to strdup.");
724 outOptions->mOutput = fopen(current->mValue, "a");
728 ERROR_REPORT(retval, current->mValue, "Unable to open output file.");
732 outOptions->mOutputName = strdup(current->mValue);
736 ERROR_REPORT(retval, current->mValue, "Unable to strdup.");
758 arg = strtoul(current->mValue, &endScan, 0);
759 if(0 == errno && endScan != current->mValue)
766 ERROR_REPORT(retval, current->mValue, "Unable to convert to a number.");
775 arg = strtoul(current->mValue, &endScan, 0);
776 if(0 == errno && endScan != current->mValue)
783 ERROR_REPORT(retval, current->mValue, "Unable to convert to a number.");
790 dupMatch = strdup(current->mValue);
811 ERROR_REPORT(retval, current->mValue, "Unable to duplicate string.");
818 dupMatch = strdup(current->mValue);
839 ERROR_REPORT(retval, current->mValue, "Unable to duplicate string.");
846 dupMatch = strdup(current->mValue);
867 ERROR_REPORT(retval, current->mValue, "Unable to duplicate string.");
874 dupMatch = strdup(current->mValue);
895 ERROR_REPORT(retval, current->mValue, "Unable to duplicate string.");
902 dupMatch = strdup(current->mValue);
923 ERROR_REPORT(retval, current->mValue, "Unable to duplicate string.");
930 dupMatch = strdup(current->mValue);
951 ERROR_REPORT(retval, current->mValue, "Unable to duplicate string.");