Lines Matching full:tmpid
128 FILE *tmpId = NULL;
143 tmpId = _wfopen(wideFileName, L"rt");
145 tmpId = _wfopen(wideFileName, L"wt");
150 tmpId = _wfopen(wideFileName, L"rb");
152 tmpId = _wfopen(wideFileName, L"wb");
160 tmpId = fopen(fileNameUTF8, "rt");
162 tmpId = fopen(fileNameUTF8, "wt");
167 tmpId = fopen(fileNameUTF8, "rb");
169 tmpId = fopen(fileNameUTF8, "wb");
174 if (tmpId != NULL)
182 _id = tmpId;