Home | History | Annotate | Download | only in codesighs

Lines Matching refs:mInputName

59 **  mInputName      Name of the file.
78 char* mInputName;
535 ERROR_REPORT(retval, inOptions->mInputName, "Problem extracting values from file.");
542 ERROR_REPORT(retval, inOptions->mInputName, "Unable to read file.");
619 outOptions->mInputName = strdup("stdin");
624 if(NULL == outOptions->mOutputName || NULL == outOptions->mInputName)
692 CLEANUP(outOptions->mInputName);
707 outOptions->mInputName = strdup(current->mValue);
708 if(NULL == outOptions->mInputName)
973 CLEANUP(inOptions->mInputName);