Searched refs:origdir (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | path.c | 455 static void test_CurrentDirectoryA(CHAR *origdir, CHAR *newdir) in test_CurrentDirectoryA() argument 463 len=GetCurrentDirectoryA(MAX_PATH,origdir); in test_CurrentDirectoryA() 479 if (len) ok( !strcmp( buffer, origdir ), "wrong result %s\n", buffer ); in test_CurrentDirectoryA() 484 if (len) ok( !strcmp( buffer, origdir ), "wrong result %s\n", buffer ); in test_CurrentDirectoryA() 513 test_setdir(origdir,tmpstr,newdir,1,"check 1"); in test_CurrentDirectoryA() 514 test_setdir(origdir,newdir,NULL,1,"check 2"); in test_CurrentDirectoryA() 553 static void test_CleanupPathA(CHAR *origdir, CHAR *curdir) in test_CleanupPathA() argument 568 ok(SetCurrentDirectoryA(origdir),"SetCurrentDirectoryA failed\n"); in test_CleanupPathA() 2428 CHAR origdir[MAX_PATH],curdir[MAX_PATH], curDrive, otherDrive; in START_TEST() local 2442 test_CurrentDirectoryA(origdir,curdir); in START_TEST() [all …]
|
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_dirread.c | 4711 void* origdir; in TIFFFetchDirectory() local 4767 origdir = _TIFFCheckMalloc(tif, dircount16, in TIFFFetchDirectory() 4769 if (origdir == NULL) in TIFFFetchDirectory() 4775 _TIFFfree(origdir); in TIFFFetchDirectory() 4870 origdir = _TIFFCheckMalloc(tif, dircount16, in TIFFFetchDirectory() 4873 if (origdir == NULL) in TIFFFetchDirectory() 4879 _TIFFfree(origdir); in TIFFFetchDirectory() 4882 _TIFFmemcpy(origdir, tif->tif_base + off, in TIFFFetchDirectory() 4918 _TIFFfree(origdir); in TIFFFetchDirectory() 4921 ma=(uint8*)origdir; in TIFFFetchDirectory() [all …]
|