Searched refs:theSpec (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djmemmac.c211 FSSpec theSpec; local
243 osErr = FSMakeFSSpec ( vRefNum, dirID, fName, &theSpec );
245 if ( (osErr = FSpGetFInfo ( &theSpec, &finderInfo ) ) != noErr )
249 osErr = FSpCreate ( &theSpec, '????', '????', smSystemScript );
253 osErr = FSpOpenDF ( &theSpec, fsRdWrPerm, &(info->temp_file) );
257 info->tempSpec = theSpec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djmemmac.c211 FSSpec theSpec; local
243 osErr = FSMakeFSSpec ( vRefNum, dirID, fName, &theSpec );
245 if ( (osErr = FSpGetFInfo ( &theSpec, &finderInfo ) ) != noErr )
249 osErr = FSpCreate ( &theSpec, '????', '????', smSystemScript );
253 osErr = FSpOpenDF ( &theSpec, fsRdWrPerm, &(info->temp_file) );
257 info->tempSpec = theSpec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dapp.cpp164 FSSpec theSpec; local
182 (Ptr) & theSpec, sizeof(theSpec), &actualSize);
183 wxString fName = wxMacFSSpec2MacFilename(&theSpec);
198 FSSpec theSpec; local
216 (Ptr) & theSpec, sizeof(theSpec), &actualSize);
217 wxString fName = wxMacFSSpec2MacFilename(&theSpec);

Completed in 169 milliseconds