123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530 |
- #define BUILDING_OPENDOORS
- #include <stdio.h>
- #include <stdlib.h>
- #include <time.h>
- #include <ctype.h>
- #include <string.h>
- #include "OpenDoor.h"
- #ifdef ODPLAT_NIX
- #include <sys/time.h>
- #include <glob.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <unistd.h>
- #endif
- #include "ODGen.h"
- #include "ODCore.h"
- #include "ODPlat.h"
- #include "ODUtil.h"
- #include "ODSwap.h"
- #include "ODKrnl.h"
- #ifdef ODPLAT_WIN32
- #include "windows.h"
- #endif
- #ifdef ODPLAT_DOS
- tODMultitasker ODMultitasker = kMultitaskerNone;
- static void ODPlatYield(void);
- #endif
- void ODPlatInit(void)
- {
- #ifdef ODPLAT_DOS
-
-
-
- ASM mov ah, 0x30
- ASM int 0x21
- ASM cmp al, 0x0a
- ASM jl NoOS2
-
- ODMultitasker = kMultitaskerOS2;
- return;
- NoOS2:
-
- ASM mov cx, 0x4445
- ASM mov dx, 0x5351
- ASM mov ax, 0x2b01
- ASM int 0x21
- ASM cmp al, 0xff
- ASM je NoDesqView
-
- ODMultitasker = kMultitaskerDV;
- NoDesqView:
-
- ASM push di
- ASM push si
- ASM mov ax, 0x1600
- ASM int 0x2f
- ASM pop si
- ASM pop di
- ASM cmp al, 0x00
- ASM je NoWindows
- ASM cmp al, 0x80
- ASM je NoWindows
-
- ODMultitasker = kMultitaskerWin;
- NoWindows:
- ODMultitasker = kMultitaskerNone;
- #endif
- }
- #ifdef ODPLAT_DOS
- static void ODPlatYield(void)
- {
- switch(ODMultitasker)
- {
- case kMultitaskerDV:
- ASM mov ax, 0x1000
- ASM int 0x15
- break;
- case kMultitaskerWin:
- ASM mov ax, 0x1680
- ASM int 0x2f
- break;
- case kMultitaskerOS2:
- default:
- ASM int 0x28
- }
- }
- #endif
- #ifdef OD_MULTITHREADED
- tODResult ODThreadCreate(tODThreadHandle *phThread,
- ptODThreadProc *pfThreadProc, void *pThreadParam)
- {
- #ifdef ODPLAT_WIN32
- DWORD dwThreadID;
- HANDLE hNewThread;
- ASSERT(phThread != NULL);
- ASSERT(pfThreadProc != NULL);
-
-
- hNewThread = CreateThread(NULL, 0, pfThreadProc, pThreadParam,
- 0, &dwThreadID);
-
- if(hNewThread == NULL)
- {
- return(kODRCGeneralFailure);
- }
-
- *phThread = hNewThread;
-
- return(kODRCSuccess);
- #endif
- }
- void ODThreadExit()
- {
- #ifdef ODPLAT_WIN32
- ExitThread(0);
- #endif
-
- ASSERT(FALSE);
- }
- tODResult ODThreadTerminate(tODThreadHandle hThread)
- {
- ASSERT(hThread != NULL);
- #ifdef ODPLAT_WIN32
- return(TerminateThread(hThread, 0) ? kODRCSuccess : kODRCGeneralFailure);
- #endif
- }
- tODResult ODThreadSuspend(tODThreadHandle hThread)
- {
- ASSERT(hThread != NULL);
- #ifdef ODPLAT_WIN32
- return(SuspendThread(hThread) == 0xFFFFFFFF ? kODRCGeneralFailure
- : kODRCSuccess);
- #endif
- }
- tODResult ODThreadResume(tODThreadHandle hThread)
- {
- ASSERT(hThread != NULL);
- #ifdef ODPLAT_WIN32
- return(ResumeThread(hThread) == 0xFFFFFFFF ? kODRCGeneralFailure
- : kODRCSuccess);
- #endif
- }
- tODResult ODThreadSetPriority(tODThreadHandle hThread,
- tODThreadPriority ThreadPriority)
- {
- #ifdef ODPLAT_WIN32
- int nWindowsThreadPriority;
- ASSERT(hThread != NULL);
-
- switch(ThreadPriority)
- {
- case OD_PRIORITY_LOWEST:
- nWindowsThreadPriority = THREAD_PRIORITY_LOWEST;
- break;
- case OD_PRIORITY_BELOW_NORMAL:
- nWindowsThreadPriority = THREAD_PRIORITY_BELOW_NORMAL;
- break;
- case OD_PRIORITY_NORMAL:
- nWindowsThreadPriority = THREAD_PRIORITY_NORMAL;
- break;
- case OD_PRIORITY_ABOVE_NORMAL:
- nWindowsThreadPriority = THREAD_PRIORITY_ABOVE_NORMAL;
- break;
- case OD_PRIORITY_HIGHEST:
- nWindowsThreadPriority = THREAD_PRIORITY_HIGHEST;
- break;
- default:
- ASSERT(FALSE);
- }
-
- return(SetThreadPriority(hThread, nWindowsThreadPriority)
- ? kODRCSuccess : kODRCGeneralFailure);
- #endif
- }
- void ODThreadWaitForExit(tODThreadHandle hThread)
- {
- #ifdef ODPLAT_WIN32
- WaitForSingleObject(hThread, INFINITE);
- #endif
- }
- tODThreadHandle ODThreadGetCurrent(void)
- {
- #ifdef ODPLAT_WIN32
- HANDLE hDuplicate;
- if(!DuplicateHandle(GetCurrentProcess(), GetCurrentThread(),
- GetCurrentProcess(), &hDuplicate, 0, FALSE, DUPLICATE_SAME_ACCESS))
- {
- return(NULL);
- }
- return(hDuplicate);
- #endif
- }
- tODResult ODSemaphoreAlloc(tODSemaphoreHandle *phSemaphore, INT nInitialCount,
- INT nMaximumCount)
- {
- ASSERT(phSemaphore != NULL);
- ASSERT(nInitialCount >= 0);
- ASSERT(nMaximumCount >= nInitialCount);
- #ifdef ODPLAT_WIN32
- *phSemaphore = CreateSemaphore(NULL, (LONG)nInitialCount,
- (LONG)nMaximumCount, NULL);
- return(*phSemaphore == NULL ? kODRCGeneralFailure : kODRCSuccess);
- #endif
- }
- void ODSemaphoreFree(tODSemaphoreHandle hSemaphore)
- {
- ASSERT(hSemaphore != NULL);
- #ifdef ODPLAT_WIN32
- DeleteObject(hSemaphore);
- #endif
- }
- void ODSemaphoreUp(tODSemaphoreHandle hSemaphore, INT nIncrementBy)
- {
- ASSERT(hSemaphore != NULL);
- ASSERT(nIncrementBy > 0);
- #ifdef ODPLAT_WIN32
- ReleaseSemaphore(hSemaphore, nIncrementBy, NULL);
- #endif
- }
- tODResult ODSemaphoreDown(tODSemaphoreHandle hSemaphore, tODMilliSec Timeout)
- {
- ASSERT(hSemaphore != NULL);
- #ifdef ODPLAT_WIN32
- if(WaitForSingleObject(hSemaphore, Timeout) != WAIT_OBJECT_0)
- {
- return(kODRCTimeout);
- }
- #endif
-
- return(kODRCSuccess);
- }
- #endif
- void ODProcessExit(INT nExitCode)
- {
- #ifdef ODPLAT_WIN32
- ExitProcess(nExitCode);
- #else
- exit(nExitCode);
- #endif
- }
- #ifdef ODPLAT_DOS
- #define MILLISEC_PER_TICK 55
- #endif
- void ODTimerStart(tODTimer *pTimer, tODMilliSec Duration)
- {
- #ifdef ODPLAT_NIX
- struct timeval tv;
- #endif
- ASSERT(pTimer != NULL);
- ASSERT(Duration >= 0);
- #ifdef ODPLAT_DOS
-
- pTimer->Start = clock();
-
- ODDWordDivide((DWORD *)&pTimer->Duration, NULL, Duration,
- MILLISEC_PER_TICK);
- #endif
- #ifdef ODPLAT_WIN32
-
- pTimer->Start = GetTickCount();
- pTimer->Duration = Duration;
- #endif
- #ifdef ODPLAT_NIX
- gettimeofday(&tv,NULL);
- pTimer->Start=tv.tv_sec*1000+tv.tv_usec/1000;
- pTimer->Duration = Duration;
- #endif
- }
- BOOL ODTimerElapsed(tODTimer *pTimer)
- {
- ASSERT(pTimer != NULL);
- #ifdef ODPLAT_DOS
- return(clock() > pTimer->Start + pTimer->Duration
- || clock() < pTimer->Start);
- #endif
- #ifdef ODPLAT_WIN32
- return(ODTimerLeft(pTimer)==0);
- #endif
- #ifdef ODPLAT_NIX
- return(ODTimerLeft(pTimer)==0);
- #endif
- }
- void ODTimerWaitForElapse(tODTimer *pTimer)
- {
- ASSERT(pTimer != NULL);
- #ifdef ODPLAT_DOS
-
-
-
-
-
- while(!ODTimerElapsed(pTimer))
- {
-
- od_sleep(0);
- }
- #else
-
-
-
- od_sleep(ODTimerLeft(pTimer));
- #endif
- }
- tODMilliSec ODTimerLeft(tODTimer *pTimer)
- {
- #ifdef ODPLAT_NIX
- struct timeval tv;
- time_t nowtick;
- #endif
- ASSERT(pTimer != NULL);
- #ifdef ODPLAT_DOS
- {
- clock_t Now = clock();
- clock_t Left;
-
- if(Now > pTimer->Start + pTimer->Duration
- || Now < pTimer->Start)
- {
- return(0);
- }
- Left = pTimer->Start + pTimer->Duration - Now;
- return(ODDWordMultiply(Left, MILLISEC_PER_TICK));
- }
- #elif defined(ODPLAT_NIX)
- gettimeofday(&tv,NULL);
- nowtick=tv.tv_sec*1000+(tv.tv_usec/1000);
- if(pTimer->Start+pTimer->Duration <= nowtick)
- return(0);
- return((tODMilliSec)(pTimer->Start + pTimer->Duration - nowtick));
- #else
- {
- tODMilliSec Now;
- #ifdef ODPLAT_WIN32
- Now = GetTickCount();
- #endif
-
- if(Now > pTimer->Start + pTimer->Duration
- || Now < pTimer->Start)
- {
- return(0);
- }
- return(pTimer->Start + pTimer->Duration - Now);
- }
- #endif
- }
- ODAPIDEF void ODCALL od_sleep(tODMilliSec Milliseconds)
- {
- #ifdef ODPLAT_NIX
- struct timeval tv;
- struct timeval start;
- time_t started;
- time_t left
- #endif
-
- TRACE(TRACE_API, "od_sleep()");
-
- if(!bODInitialized) od_init();
- OD_API_ENTRY();
- #ifdef ODPLAT_DOS
- if(Milliseconds == 0)
- {
- ODPlatYield();
- }
- else
- {
- tODTimer SleepTimer;
- ODTimerStart(&SleepTimer, Milliseconds);
- while(!ODTimerElapsed(&SleepTimer))
- {
-
- ODPlatYield();
- }
- }
- #endif
- #ifdef ODPLAT_WIN32
- Sleep(Milliseconds);
- #endif
- #ifdef ODPLAT_NIX
- if(Milliseconds==0) {
-
- tv.tv_sec=0;
- tv.tv_usec=1000;
- select(0,NULL,NULL,NULL,&tv);
- }
- else {
- gettimeofday(&start,NULL);
- started=start.tv_sec*1000+(start.tv_usec/1000);
- while(1) {
-
- gettimeofday(&tv,NULL);
- left=tv.tv_sec*1000+(tv.tv_usec/1000);
- left-=started;
- left=Milliseconds-left;
- tv.tv_sec = left/1000;
- tv.tv_usec = (left*1000)%1000000;
- if(tv.tv_sec<0 || tv.tv_usec<0)
- break;
- if(!select(0,NULL,NULL,NULL,&tv))
- break;
- }
- }
- #endif
- OD_API_EXIT();
- }
- #ifdef ODPLAT_DOS
- typedef struct
- {
- BYTE abtReserved[21];
- BYTE btAttrib;
- WORD wFileTime;
- WORD wFileDate;
- DWORD dwFileSize;
- char szFileName[13];
- } tDOSDirEntry;
- #endif
- typedef struct
- {
- BOOL bEOF;
- #ifdef ODPLAT_DOS
- tDOSDirEntry FindBlock;
- #endif
- #ifdef ODPLAT_WIN32
- HANDLE hWindowsDir;
- WIN32_FIND_DATA WindowsDirEntry;
- int wAttributes;
- #endif
- #ifdef ODPLAT_NIX
- glob_t g;
- int pos;
- int wAttributes;
- #endif
- } tODDirInfo;
- #if defined(ODPLAT_DOS) || defined(ODPLAT_WIN32)
- static time_t DOSToCTime(WORD wDate, WORD wTime);
- #endif
- #ifdef ODPLAT_DOS
- static INT ODDirDOSFindFirst(CONST char *pszPath, tDOSDirEntry *pBlock,
- WORD wAttributes);
- static INT ODDirDOSFindNext(tDOSDirEntry *pBlock);
- #endif
- #ifdef ODPLAT_WIN32
- static BOOL ODDirWinMatchesAttributes(tODDirInfo *pDirInfo);
- #endif
- tODResult ODDirOpen(CONST char *pszPath, WORD wAttributes, tODDirHandle *phDir)
- {
- tODDirInfo *pDirInfo;
- ASSERT(pszPath != NULL);
- ASSERT(phDir != NULL);
-
- if((pDirInfo = malloc(sizeof(tODDirInfo))) == NULL)
- {
-
-
- return(kODRCNoMemory);
- }
-
- pDirInfo->bEOF = FALSE;
- #ifdef ODPLAT_DOS
-
- if(ODDirDOSFindFirst(pszPath, &pDirInfo->FindBlock, wAttributes))
- {
-
-
- free(pDirInfo);
- return(kODRCNoMatch);
- }
- #endif
- #ifdef ODPLAT_WIN32
-
- pDirInfo->wAttributes = wAttributes;
-
- pDirInfo->hWindowsDir = FindFirstFile(pszPath, &pDirInfo->WindowsDirEntry);
- if(pDirInfo->hWindowsDir == INVALID_HANDLE_VALUE)
- {
-
-
- free(pDirInfo);
- return(kODRCNoMatch);
- }
-
-
-
- while(!ODDirWinMatchesAttributes(pDirInfo))
- {
- if(!FindNextFile(pDirInfo->hWindowsDir, &pDirInfo->WindowsDirEntry))
- {
-
-
- free(pDirInfo);
- return(kODRCNoMatch);
- }
- }
- #endif
- #ifdef ODPLAT_NIX
- if(glob(pszPath,GLOB_NOSORT,NULL,&(pDirInfo->g)))
- return(kODRCNoMatch);
- if(pDirInfo->g.gl_pathc==0) {
- globfree(&(pDirInfo->g));
- return(kODRCNoMatch);
- }
- pDirInfo->pos=0;
- pDirInfo->wAttributes = wAttributes;
- #endif
-
-
- *phDir = ODPTR2HANDLE(pDirInfo, tODDirInfo);
-
- return(kODRCSuccess);
- }
- tODResult ODDirRead(tODDirHandle hDir, tODDirEntry *pDirEntry)
- {
- tODDirInfo *pDirInfo = ODHANDLE2PTR(hDir, tODDirInfo);
- #ifdef ODPLAT_WIN32
- WORD wDOSDate;
- WORD wDOSTime;
- #endif
- #ifdef ODPLAT_NIX
- struct stat st;
- #endif
-
- ASSERT(pDirEntry != NULL);
- ASSERT(pDirInfo != NULL);
-
- if(pDirInfo->bEOF)
- {
-
- return(kODRCEndOfFile);
- }
- #ifdef ODPLAT_DOS
-
-
-
- ODStringCopy(pDirEntry->szFileName, pDirInfo->FindBlock.szFileName,
- DIR_FILENAME_SIZE);
-
- pDirEntry->wAttributes = pDirInfo->FindBlock.btAttrib;
-
- pDirEntry->dwFileSize = pDirInfo->FindBlock.dwFileSize;
-
- pDirEntry->LastWriteTime = DOSToCTime(pDirInfo->FindBlock.wFileDate,
- pDirInfo->FindBlock.wFileTime);
-
- pDirInfo->bEOF = ODDirDOSFindNext(&pDirInfo->FindBlock);
- #endif
- #ifdef ODPLAT_WIN32
-
-
-
- if(strlen(pDirInfo->WindowsDirEntry.cAlternateFileName) == 0)
- {
- ODStringCopy(pDirEntry->szFileName,
- pDirInfo->WindowsDirEntry.cFileName, DIR_FILENAME_SIZE);
- }
- else
- {
- ODStringCopy(pDirEntry->szFileName,
- pDirInfo->WindowsDirEntry.cAlternateFileName, DIR_FILENAME_SIZE);
- }
-
- pDirEntry->wAttributes = DIR_ATTRIB_NORMAL;
- if(pDirInfo->WindowsDirEntry.dwFileAttributes & FILE_ATTRIBUTE_ARCHIVE)
- {
- pDirEntry->wAttributes |= DIR_ATTRIB_ARCH;
- }
- if(pDirInfo->WindowsDirEntry.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
- {
- pDirEntry->wAttributes |= DIR_ATTRIB_DIREC;
- }
- if(pDirInfo->WindowsDirEntry.dwFileAttributes & FILE_ATTRIBUTE_HIDDEN)
- {
- pDirEntry->wAttributes |= DIR_ATTRIB_HIDDEN;
- }
- if(pDirInfo->WindowsDirEntry.dwFileAttributes & FILE_ATTRIBUTE_READONLY)
- {
- pDirEntry->wAttributes |= DIR_ATTRIB_RDONLY;
- }
- if(pDirInfo->WindowsDirEntry.dwFileAttributes & FILE_ATTRIBUTE_SYSTEM)
- {
- pDirEntry->wAttributes |= DIR_ATTRIB_SYSTEM;
- }
-
- pDirEntry->dwFileSize = (long)pDirInfo->WindowsDirEntry.nFileSizeLow;
-
- FileTimeToDosDateTime(&pDirInfo->WindowsDirEntry.ftLastWriteTime, &wDOSDate,
- &wDOSTime);
- pDirEntry->LastWriteTime = DOSToCTime(wDOSDate, wDOSTime);
-
- do
- {
- if(!FindNextFile(pDirInfo->hWindowsDir, &pDirInfo->WindowsDirEntry))
- {
- pDirInfo->bEOF = TRUE;
- }
- } while(!ODDirWinMatchesAttributes(pDirInfo));
- #endif
- #ifdef ODPLAT_NIX
- while(!pDirInfo->bEOF) {
- if(strrchr(pDirInfo->g.gl_pathv[pDirInfo->pos],DIRSEP)==NULL)
- strcpy(pDirEntry->szFileName,pDirInfo->g.gl_pathv[pDirInfo->pos]);
- else
- strcpy(pDirEntry->szFileName,strrchr(pDirInfo->g.gl_pathv[pDirInfo->pos],DIRSEP));
- stat(pDirInfo->g.gl_pathv[pDirInfo->pos],&st);
- pDirEntry->wAttributes=DIR_ATTRIB_NORMAL;
- if(st.st_mode & S_IFDIR)
- pDirEntry->wAttributes |= DIR_ATTRIB_DIREC;
- if(!st.st_mode & S_IWUSR)
- pDirEntry->wAttributes |= DIR_ATTRIB_RDONLY;
- if(!st.st_mode & S_IRUSR)
- pDirEntry->wAttributes |= DIR_ATTRIB_SYSTEM;
- pDirEntry->LastWriteTime=st.st_mtime;
- pDirEntry->dwFileSize=st.st_size;
- pDirInfo->pos++;
- if(pDirInfo->pos==pDirInfo->g.gl_pathc)
- pDirInfo->bEOF=TRUE;
- if(pDirEntry->wAttributes==pDirInfo->wAttributes)
- return(kODRCSuccess);
- if(pDirInfo->bEOF==TRUE)
- return(kODRCEndOfFile);
- }
- #endif
-
- return(kODRCSuccess);
- }
- void ODDirClose(tODDirHandle hDir)
- {
- tODDirInfo *pDirInfo = ODHANDLE2PTR(hDir, tODDirInfo);
- ASSERT(pDirInfo != NULL);
- #ifdef ODPLAT_WIN32
-
- FindClose(pDirInfo->hWindowsDir);
- #endif
- #ifdef ODPLAT_NIX
- globfree(&(pDirInfo->g));
- #endif
-
- free(pDirInfo);
- }
- #if defined(ODPLAT_DOS) || defined(ODPLAT_WIN32)
- static time_t DOSToCTime(WORD wDate, WORD wTime)
- {
- struct tm TimeStruct;
- TimeStruct.tm_sec = (wTime & 0x001f) * 2;
- TimeStruct.tm_min = (wTime & 0x07e0) >> 5;
- TimeStruct.tm_hour = (wTime & 0xf800) >> 11;
- TimeStruct.tm_mday = wDate & 0x001f;
- TimeStruct.tm_mon = ((wDate & 0x01e0) >> 5) - 1;
- TimeStruct.tm_year = 80 + ((wDate & 0xfe00) >> 9);
- return(mktime(&TimeStruct));
- }
- #endif
- #ifdef ODPLAT_DOS
- static int ODDirDOSFindFirst(CONST char *pszPath, tDOSDirEntry *pBlock,
- WORD wAttributes)
- {
- int nToReturn;
- ASSERT(pszPath != NULL);
- ASSERT(pBlock != NULL);
- ASM push ds
- ASM mov ah, 0x2f
- ASM int 0x21
- ASM push bx
- ASM push es
- ASM mov ah, 0x1a
- #ifdef LARGEDATA
- ASM lds dx, pBlock
- #else
- ASM mov dx, pBlock
- #endif
- ASM int 0x21
- ASM mov ah, 0x4e
- ASM mov cx, wAttributes
- #ifdef LARGEDATA
- ASM lds dx, pszPath
- #else
- ASM mov dx, pszPath
- #endif
- ASM int 0x21
- ASM jc error
- ASM mov word ptr nToReturn, 0
- ASM jmp after_result
- error:
- ASM mov word ptr nToReturn, -1
- after_result:
- ASM mov ah, 0x1a
- ASM pop ds
- ASM pop dx
- ASM int 0x21
- ASM pop ds
- return(nToReturn);
- }
- static int ODDirDOSFindNext(tDOSDirEntry *pBlock)
- {
- int nToReturn;
- ASSERT(pBlock != NULL);
- ASM push ds
- ASM mov ah, 0x2f
- ASM int 0x21
- ASM push bx
- ASM push es
- ASM mov ah, 0x1a
- #ifdef LARGEDATA
- ASM lds dx, pBlock
- #else
- ASM mov dx, pBlock
- #endif
- ASM int 0x21
- ASM mov ah, 0x4f
- ASM int 0x21
- ASM jc error
- ASM mov word ptr nToReturn, 0
- ASM jmp after_result
- error:
- ASM mov word ptr nToReturn, -1
- after_result:
- ASM mov ah, 0x1a
- ASM pop ds
- ASM pop dx
- ASM int 0x21
- ASM pop ds
- return(nToReturn);
- }
- #endif
- #ifdef ODPLAT_WIN32
- static BOOL ODDirWinMatchesAttributes(tODDirInfo *pDirInfo)
- {
- if((pDirInfo->WindowsDirEntry.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
- && !(pDirInfo->wAttributes & DIR_ATTRIB_DIREC))
- {
- return(FALSE);
- }
- if((pDirInfo->WindowsDirEntry.dwFileAttributes & FILE_ATTRIBUTE_ARCHIVE)
- && !(pDirInfo->wAttributes & DIR_ATTRIB_ARCH))
- {
- return(FALSE);
- }
- if((pDirInfo->WindowsDirEntry.dwFileAttributes & FILE_ATTRIBUTE_HIDDEN)
- && !(pDirInfo->wAttributes & DIR_ATTRIB_HIDDEN))
- {
- return(FALSE);
- }
- if((pDirInfo->WindowsDirEntry.dwFileAttributes & FILE_ATTRIBUTE_READONLY)
- && !(pDirInfo->wAttributes & DIR_ATTRIB_RDONLY))
- {
- return(FALSE);
- }
- if((pDirInfo->WindowsDirEntry.dwFileAttributes & FILE_ATTRIBUTE_SYSTEM)
- && !(pDirInfo->wAttributes & DIR_ATTRIB_SYSTEM))
- {
- return(FALSE);
- }
- return(TRUE);
- }
- #endif
- void ODDirChangeCurrent(char *pszPath)
- {
- #ifdef ODPLAT_DOS
- int nDrive = 0;
- if(pszPath[1] == ':')
- {
- nDrive = (toupper(pszPath[0]) - 'A');
- }
- _setdrvcd(nDrive, (char *)pszPath);
- #endif
- #ifdef ODPLAT_WIN32
- SetCurrentDirectory(pszPath);
- #endif
- #ifdef ODPLAT_NIX
- chdir(pszPath);
- #endif
- }
- void ODDirGetCurrent(char *pszPath, INT nMaxPathChars)
- {
- ASSERT(pszPath != NULL);
- ASSERT(nMaxPathChars > 0);
- #ifdef ODPLAT_DOS
- UNUSED(nMaxPathChars);
- strcpy(pszPath, "X:\\");
- pszPath[0] = 'A' + _getdrv();
- _getcd(0, (char *)pszPath + 3);
- #endif
- #ifdef ODPLAT_WIN32
- GetCurrentDirectory(nMaxPathChars, pszPath);
- #endif
- #ifdef ODPLAT_NIX
- getcwd(pszPath,nMaxPathChars);
- #endif
- ASSERT((INT)strlen(pszPath) + 1 <= nMaxPathChars);
- }
- tODResult ODFileDelete(CONST char *pszPath)
- {
- #ifdef ODPLAT_DOS
- {
- tODResult Result;
- ASM push ds
- #ifdef LARGEDATA
- ASM lds dx, pszPath
- #else
- ASM mov ax, ss
- ASM mov ds, ax
- ASM mov dx, pszPath
- #endif
- ASM mov ah, 0x41
- ASM int 0x21
- ASM jc Failure
- ASM mov word ptr Result, kODRCSuccess
- ASM jmp Done
- Failure:
- ASM mov word ptr Result, kODRCGeneralFailure
- Done:
- ASM pop ds
- return(Result);
- }
- #endif
- #ifdef ODPLAT_WIN32
- return(DeleteFile(pszPath) ? kODRCSuccess : kODRCGeneralFailure);
- #endif
- #ifdef ODPLAT_NIX
- return(unlink(pszPath));
- #endif
- }
- BOOL ODFileAccessMode(char *pszFilename, int nAccessMode)
- {
- FILE *pfFileToTest;
- char *pszModeString;
- tODDirHandle hDir;
- #ifdef ODPLAT_DOS
- BYTE nLength;
-
- nLength = strlen(pszFilename);
- if((nLength == 3 && pszFilename[1] == ':' && pszFilename[2] == DIRSEP) ||
- (nLength == 1 && pszFilename[0] == DIRSEP))
- {
- if(nAccessMode == 0)
- {
- int to_return = FALSE;
- #ifdef LARGEDATA
- ASM push ds
- ASM lds dx, pszFilename
- #else
- ASM mov dx, pszFilename
- #endif
- ASM mov ax, 0x4300
- ASM int 0x21
- ASM jnc done
- ASM mov word ptr to_return, TRUE
- done:
- #ifdef LARGEDATA
- ASM pop ds
- #endif
- return(to_return);
- }
- else
- {
- return(TRUE);
- }
- }
- #endif
-
- if(ODDirOpen(pszFilename,
- DIR_ATTRIB_ARCH | DIR_ATTRIB_RDONLY | DIR_ATTRIB_DIREC,
- &hDir) != kODRCSuccess)
- {
- return(TRUE);
- }
-
- ODDirClose(hDir);
-
- if(nAccessMode == 0) return(FALSE);
-
-
- switch(nAccessMode)
- {
- case 2:
- pszModeString = "a";
- break;
- case 4:
- pszModeString = "r";
- break;
- default:
- pszModeString = "r+";
- }
-
- if((pfFileToTest=fopen(pszFilename,pszModeString)) == NULL) return(TRUE);
-
- fclose(pfFileToTest);
- return(FALSE);
- }
|