Home | History | Annotate | Download | only in codesighs

Lines Matching defs:mInputName

58 **  mInputName      Name of the file.
70 char* mInputName;
649 ERROR_REPORT(retval, inOptions->mInputName, "Unable to scan line data.");
657 ERROR_REPORT(retval, inOptions->mInputName, "Unable to read file.");
1091 outOptions->mInputName = strdup("stdin");
1095 if(NULL == outOptions->mOutputName || NULL == outOptions->mInputName)
1163 CLEANUP(outOptions->mInputName);
1178 outOptions->mInputName = strdup(current->mValue);
1179 if(NULL == outOptions->mInputName)
1244 CLEANUP(inOptions->mInputName);