Searched refs:fn (Results 1 – 2 of 2) sorted by relevance
290 char* fn; in idle() local298 if( NULL == (fn = OSAlloc(OSRoundUp32B(fnlength))) ) in idle()304 strcpy(fn, dirent.name); in idle()305 fn[fnlength - 2] = 'b'; in idle()307 OSReport("fn is %s\n", fn); in idle()309 readConvertBmp(fn, ip->image + firstLength, &width, &height); in idle()
254 u32 fn; in PatchTexPtrs() local268 fn = tplFileNums[i]; in PatchTexPtrs()269 ASSERTMSG( fn < numTplFiles, "TPL number out of range"); in PatchTexPtrs()272 tdescp = TPLGet(tplFilePtrs[fn], tplTexNums[i]); in PatchTexPtrs()