Searched refs:pOutFilename (Results 1 – 2 of 2) sorted by relevance
663 pConfig->pOutFilename = DEFAULT_OUTFILENAME; in Initialize()815 pConfig->pOutFilename = argv[count + 1]; in Initialize()827 pConfig->pOutFilename = argv[count + 1]; in Initialize()839 pConfig->pOutFilename = argv[count + 1]; in Initialize()1205 strncpy_s(baseName, GSH_DUMP_FILENAME_SIZE, sourceInfo.pOutFilename, in main()1206 strlen(sourceInfo.pOutFilename)); in main()1237 strncpy_s(baseName, GSH_DUMP_FILENAME_SIZE, sourceInfo.pOutFilename, in main()1238 strlen(sourceInfo.pOutFilename)); in main()1265 strncpy_s(baseName, GSH_DUMP_FILENAME_SIZE, sourceInfo.pOutFilename, in main()1266 strlen(sourceInfo.pOutFilename)); in main()[all …]
146 char* pOutFilename; // name of output file member