Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
41fa6e4b
Commit
41fa6e4b
authored
Dec 03, 2020
by
Piotr Caban
Committed by
Alexandre Julliard
Dec 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Remove MSVCRT_ prefix from dir.c functions.
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4f2f3545
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
519 additions
and
509 deletions
+519
-509
crtdll.spec
dlls/crtdll/crtdll.spec
+15
-15
msvcr100.spec
dlls/msvcr100/msvcr100.spec
+40
-40
msvcr110.spec
dlls/msvcr110/msvcr110.spec
+40
-40
msvcr120.spec
dlls/msvcr120/msvcr120.spec
+40
-40
msvcr70.spec
dlls/msvcr70/msvcr70.spec
+34
-34
msvcr71.spec
dlls/msvcr71/msvcr71.spec
+34
-34
msvcr80.spec
dlls/msvcr80/msvcr80.spec
+40
-40
msvcr90.spec
dlls/msvcr90/msvcr90.spec
+40
-40
dir.c
dlls/msvcrt/dir.c
+76
-65
file.c
dlls/msvcrt/file.c
+3
-3
msvcrt.h
dlls/msvcrt/msvcrt.h
+0
-1
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+47
-47
msvcrtd.spec
dlls/msvcrtd/msvcrtd.spec
+30
-30
ucrtbase.spec
dlls/ucrtbase/ucrtbase.spec
+80
-80
No files found.
dlls/crtdll/crtdll.spec
View file @
41fa6e4b
...
...
@@ -53,8 +53,8 @@
@ cdecl _cabs(long)
@ cdecl _cexit()
@ cdecl _cgets(ptr)
@ cdecl _chdir(str)
MSVCRT__chdir
@ cdecl _chdrive(long)
MSVCRT__chdrive
@ cdecl _chdir(str)
@ cdecl _chdrive(long)
@ cdecl _chgsign(double)
@ cdecl _chmod(str long) MSVCRT__chmod
@ cdecl _chsize(long long) MSVCRT__chsize
...
...
@@ -100,9 +100,9 @@
# extern _fileinfo_dll
@ cdecl _filelength(long) MSVCRT__filelength
@ cdecl _fileno(ptr) MSVCRT__fileno
@ cdecl _findclose(long)
MSVCRT__findclose
@ cdecl _findfirst(str ptr)
MSVCRT__findfirst
@ cdecl _findnext(long ptr)
MSVCRT__findnext
@ cdecl _findclose(long)
@ cdecl _findfirst(str ptr)
@ cdecl _findnext(long ptr)
@ cdecl _finite(double)
@ cdecl _flsbuf(long ptr) MSVCRT__flsbuf
@ cdecl _flushall() MSVCRT__flushall
...
...
@@ -117,18 +117,18 @@
@ cdecl -arch=win32 _ftime(ptr) _ftime32
@ cdecl -arch=win64 _ftime(ptr) _ftime64
@ cdecl -arch=i386 -ret64 _ftol()
@ cdecl _fullpath(ptr str long)
MSVCRT__fullpath
@ cdecl _fullpath(ptr str long)
@ cdecl -arch=win32 _futime(long ptr) _futime32
@ cdecl -arch=win64 _futime(long ptr) _futime64
@ cdecl _gcvt(double long str)
@ cdecl _get_osfhandle(long) MSVCRT__get_osfhandle
@ cdecl _getch()
@ cdecl _getche()
@ cdecl _getcwd(str long)
MSVCRT__getcwd
@ cdecl _getdcwd(long str long)
MSVCRT__getdcwd
@ cdecl _getdiskfree(long ptr)
MSVCRT__getdiskfree
@ cdecl _getcwd(str long)
@ cdecl _getdcwd(long str long)
@ cdecl _getdiskfree(long ptr)
@ cdecl _getdllprocaddr(long str long)
@ cdecl _getdrive()
MSVCRT__getdrive
@ cdecl _getdrive()
@ cdecl _getdrives() kernel32.GetLogicalDrives
@ cdecl _getpid()
@ stub _getsystime(ptr)
...
...
@@ -186,7 +186,7 @@
@ cdecl _lseek(long long long) MSVCRT__lseek
@ cdecl _ltoa(long ptr long) ntdll._ltoa
@ cdecl _ltow(long ptr long) ntdll._ltow
@ cdecl _makepath(ptr str str str str)
MSVCRT__makepath
@ cdecl _makepath(ptr str str str str)
@ cdecl _matherr(ptr)
@ cdecl _mbbtombc(long)
@ cdecl _mbbtype(long long)
...
...
@@ -238,7 +238,7 @@
@ cdecl _mbsupr(str)
@ cdecl _memccpy(ptr ptr long long) ntdll._memccpy
@ cdecl _memicmp(str str long)
@ cdecl _mkdir(str)
MSVCRT__mkdir
@ cdecl _mkdir(str)
@ cdecl _mktemp(str) MSVCRT__mktemp
@ cdecl _msize(ptr)
@ cdecl _nextafter(double double)
...
...
@@ -261,12 +261,12 @@
@ cdecl _putw(long ptr) MSVCRT__putw
# extern _pwctype_dll
@ cdecl _read(long ptr long) MSVCRT__read
@ cdecl _rmdir(str)
MSVCRT__rmdir
@ cdecl _rmdir(str)
@ cdecl _rmtmp() MSVCRT__rmtmp
@ cdecl _rotl(long long)
@ cdecl _rotr(long long)
@ cdecl _scalb(double long)
@ cdecl _searchenv(str str ptr)
MSVCRT__searchenv
@ cdecl _searchenv(str str ptr)
@ cdecl _seterrormode(long)
@ cdecl -arch=i386,x86_64,arm,arm64 -norelay _setjmp(ptr) MSVCRT__setjmp
@ cdecl _setmode(long long) MSVCRT__setmode
...
...
@@ -283,7 +283,7 @@
@ cdecl _spawnve(long str ptr ptr)
@ cdecl _spawnvp(long str ptr)
@ cdecl _spawnvpe(long str ptr ptr)
@ cdecl _splitpath(str ptr ptr ptr ptr)
MSVCRT__splitpath
@ cdecl _splitpath(str ptr ptr ptr ptr)
@ cdecl _stat(str ptr) MSVCRT_stat
@ cdecl _statusfp()
@ cdecl _strcmpi(str str) _stricmp
...
...
dlls/msvcr100/msvcr100.spec
View file @
41fa6e4b
...
...
@@ -717,8 +717,8 @@
@ stub _cgets_s
@ stub _cgetws
@ stub _cgetws_s
@ cdecl _chdir(str)
MSVCRT__chdir
@ cdecl _chdrive(long)
MSVCRT__chdrive
@ cdecl _chdir(str)
@ cdecl _chdrive(long)
@ cdecl _chgsign(double)
@ cdecl -arch=!i386 _chgsignf(float)
@ cdecl -arch=i386 -norelay _chkesp()
...
...
@@ -809,15 +809,15 @@
@ cdecl _filelength(long) MSVCRT__filelength
@ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64
@ cdecl _fileno(ptr) MSVCRT__fileno
@ cdecl _findclose(long)
MSVCRT__findclose
@ cdecl _findfirst32(str ptr)
MSVCRT__findfirst32
@ cdecl _findclose(long)
@ cdecl _findfirst32(str ptr)
@ stub _findfirst32i64
@ cdecl _findfirst64(str ptr)
MSVCRT__findfirst64
@ cdecl _findfirst64i32(str ptr)
MSVCRT__findfirst64i32
@ cdecl _findnext32(long ptr)
MSVCRT__findnext32
@ cdecl _findfirst64(str ptr)
@ cdecl _findfirst64i32(str ptr)
@ cdecl _findnext32(long ptr)
@ stub _findnext32i64
@ cdecl _findnext64(long ptr)
MSVCRT__findnext64
@ cdecl _findnext64i32(long ptr)
MSVCRT__findnext64i32
@ cdecl _findnext64(long ptr)
@ cdecl _findnext64i32(long ptr)
@ cdecl _finite(double)
@ cdecl -arch=!i386 _finitef(float)
@ cdecl _flsbuf(long ptr) MSVCRT__flsbuf
...
...
@@ -859,7 +859,7 @@
@ cdecl _ftime64(ptr)
@ cdecl _ftime64_s(ptr)
@ cdecl -arch=i386 -ret64 _ftol()
@ cdecl _fullpath(ptr str long)
MSVCRT__fullpath
@ cdecl _fullpath(ptr str long)
@ cdecl _futime32(long ptr)
@ cdecl _futime64(long ptr)
@ varargs _fwprintf_l(ptr wstr ptr) MSVCRT__fwprintf_l
...
...
@@ -894,12 +894,12 @@
@ cdecl _getch_nolock()
@ cdecl _getche()
@ cdecl _getche_nolock()
@ cdecl _getcwd(str long)
MSVCRT__getcwd
@ cdecl _getdcwd(long str long)
MSVCRT__getdcwd
@ cdecl _getcwd(str long)
@ cdecl _getdcwd(long str long)
@ stub _getdcwd_nolock
@ cdecl _getdiskfree(long ptr)
MSVCRT__getdiskfree
@ cdecl _getdiskfree(long ptr)
@ cdecl _getdllprocaddr(long str long)
@ cdecl _getdrive()
MSVCRT__getdrive
@ cdecl _getdrive()
@ cdecl _getdrives() kernel32.GetLogicalDrives
@ cdecl _getmaxstdio() MSVCRT__getmaxstdio
@ cdecl _getmbcp()
...
...
@@ -1065,8 +1065,8 @@
@ cdecl _ltoa_s(long ptr long long)
@ cdecl _ltow(long ptr long) ntdll._ltow
@ cdecl _ltow_s(long ptr long long)
@ cdecl _makepath(ptr str str str str)
MSVCRT__makepath
@ cdecl _makepath_s(ptr long str str str str)
MSVCRT__makepath_s
@ cdecl _makepath(ptr str str str str)
@ cdecl _makepath_s(ptr long str str str str)
@ cdecl _malloc_crt(long) malloc
@ cdecl _mbbtombc(long)
@ stub _mbbtombc_l
...
...
@@ -1207,7 +1207,7 @@
@ cdecl _memccpy(ptr ptr long long) ntdll._memccpy
@ cdecl _memicmp(str str long)
@ cdecl _memicmp_l(str str long ptr)
@ cdecl _mkdir(str)
MSVCRT__mkdir
@ cdecl _mkdir(str)
@ cdecl _mkgmtime32(ptr)
@ cdecl _mkgmtime64(ptr)
@ cdecl _mktemp(str) MSVCRT__mktemp
...
...
@@ -1249,7 +1249,7 @@
@ cdecl _recalloc(ptr long long)
@ stub _recalloc_crt
@ cdecl _resetstkoflw()
@ cdecl _rmdir(str)
MSVCRT__rmdir
@ cdecl _rmdir(str)
@ cdecl _rmtmp() MSVCRT__rmtmp
@ cdecl _rotl(long long)
@ cdecl -ret64 _rotl64(int64 long)
...
...
@@ -1267,8 +1267,8 @@
@ stub _scwprintf_l
@ stub _scwprintf_p
@ stub _scwprintf_p_l
@ cdecl _searchenv(str str ptr)
MSVCRT__searchenv
@ cdecl _searchenv_s(str str ptr long)
MSVCRT__searchenv_s
@ cdecl _searchenv(str str ptr)
@ cdecl _searchenv_s(str str ptr long)
@ stdcall -arch=i386 _seh_longjmp_unwind4(ptr)
@ stdcall -arch=i386 _seh_longjmp_unwind(ptr)
@ cdecl _set_SSE2_enable(long)
...
...
@@ -1320,8 +1320,8 @@
@ cdecl _spawnve(long str ptr ptr)
@ cdecl _spawnvp(long str ptr)
@ cdecl _spawnvpe(long str ptr ptr)
@ cdecl _splitpath(str ptr ptr ptr ptr)
MSVCRT__splitpath
@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long)
MSVCRT__splitpath_s
@ cdecl _splitpath(str ptr ptr ptr ptr)
@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long)
@ varargs _sprintf_l(ptr str ptr)
@ varargs _sprintf_p(ptr long str)
@ varargs _sprintf_p_l(ptr long str ptr)
...
...
@@ -1483,7 +1483,7 @@
@ cdecl _wasctime(ptr)
@ cdecl _wasctime_s(ptr long ptr)
@ cdecl _wassert(wstr wstr long)
@ cdecl _wchdir(wstr)
MSVCRT__wchdir
@ cdecl _wchdir(wstr)
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ extern _wcmdln MSVCRT__wcmdln
@ cdecl _wcreat(wstr long) MSVCRT__wcreat
...
...
@@ -1543,28 +1543,28 @@
@ cdecl _wexecvp(wstr ptr)
@ cdecl _wexecvpe(wstr ptr ptr)
@ cdecl _wfdopen(long wstr) MSVCRT__wfdopen
@ cdecl _wfindfirst32(wstr ptr)
MSVCRT__wfindfirst32
@ cdecl _wfindfirst32(wstr ptr)
@ stub _wfindfirst32i64
@ cdecl _wfindfirst64(wstr ptr)
MSVCRT__wfindfirst64
@ cdecl _wfindfirst64i32(wstr ptr)
MSVCRT__wfindfirst64i32
@ cdecl _wfindnext32(long ptr)
MSVCRT__wfindnext32
@ cdecl _wfindfirst64(wstr ptr)
@ cdecl _wfindfirst64i32(wstr ptr)
@ cdecl _wfindnext32(long ptr)
@ stub _wfindnext32i64
@ cdecl _wfindnext64(long ptr)
MSVCRT__wfindnext64
@ cdecl _wfindnext64i32(long ptr)
MSVCRT__wfindnext64i32
@ cdecl _wfindnext64(long ptr)
@ cdecl _wfindnext64i32(long ptr)
@ cdecl _wfopen(wstr wstr) MSVCRT__wfopen
@ cdecl _wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s
@ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen
@ cdecl _wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s
@ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen
@ cdecl _wfullpath(ptr wstr long)
MSVCRT__wfullpath
@ cdecl _wgetcwd(wstr long)
MSVCRT__wgetcwd
@ cdecl _wgetdcwd(long wstr long)
MSVCRT__wgetdcwd
@ cdecl _wfullpath(ptr wstr long)
@ cdecl _wgetcwd(wstr long)
@ cdecl _wgetdcwd(long wstr long)
@ stub _wgetdcwd_nolock
@ cdecl _wgetenv(wstr)
@ cdecl _wgetenv_s(ptr ptr long wstr)
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
MSVCRT__wmakepath
@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr)
MSVCRT__wmakepath_s
@ cdecl _wmkdir(wstr)
MSVCRT__wmkdir
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr)
@ cdecl _wmkdir(wstr)
@ cdecl _wmktemp(wstr) MSVCRT__wmktemp
@ cdecl _wmktemp_s(wstr long) MSVCRT__wmktemp_s
@ varargs _wopen(wstr long) MSVCRT__wopen
...
...
@@ -1580,11 +1580,11 @@
@ cdecl _wremove(wstr) MSVCRT__wremove
@ cdecl _wrename(wstr wstr) MSVCRT__wrename
@ cdecl _write(long ptr long) MSVCRT__write
@ cdecl _wrmdir(wstr)
MSVCRT__wrmdir
@ cdecl _wrmdir(wstr)
@ varargs _wscanf_l(wstr ptr)
@ varargs _wscanf_s_l(wstr ptr)
@ cdecl _wsearchenv(wstr wstr ptr)
MSVCRT__wsearchenv
@ cdecl _wsearchenv_s(wstr wstr ptr long)
MSVCRT__wsearchenv_s
@ cdecl _wsearchenv(wstr wstr ptr)
@ cdecl _wsearchenv_s(wstr wstr ptr long)
@ cdecl _wsetlocale(long wstr)
@ varargs _wsopen(wstr long long) MSVCRT__wsopen
@ cdecl _wsopen_s(ptr wstr long long long) MSVCRT__wsopen_s
...
...
@@ -1596,8 +1596,8 @@
@ cdecl _wspawnve(long wstr ptr ptr)
@ cdecl _wspawnvp(long wstr ptr)
@ cdecl _wspawnvpe(long wstr ptr ptr)
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
MSVCRT__wsplitpath
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
MSVCRT__wsplitpath_s
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
@ cdecl _wstat32(wstr ptr) MSVCRT__wstat32
@ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
...
...
dlls/msvcr110/msvcr110.spec
View file @
41fa6e4b
...
...
@@ -1065,8 +1065,8 @@
@ stub _cgets_s
@ stub _cgetws
@ stub _cgetws_s
@ cdecl _chdir(str)
MSVCRT__chdir
@ cdecl _chdrive(long)
MSVCRT__chdrive
@ cdecl _chdir(str)
@ cdecl _chdrive(long)
@ cdecl _chgsign(double)
@ cdecl -arch=!i386 _chgsignf(float)
@ cdecl -arch=i386 -norelay _chkesp()
...
...
@@ -1156,15 +1156,15 @@
@ cdecl _filelength(long) MSVCRT__filelength
@ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64
@ cdecl _fileno(ptr) MSVCRT__fileno
@ cdecl _findclose(long)
MSVCRT__findclose
@ cdecl _findfirst32(str ptr)
MSVCRT__findfirst32
@ cdecl _findclose(long)
@ cdecl _findfirst32(str ptr)
@ stub _findfirst32i64
@ cdecl _findfirst64(str ptr)
MSVCRT__findfirst64
@ cdecl _findfirst64i32(str ptr)
MSVCRT__findfirst64i32
@ cdecl _findnext32(long ptr)
MSVCRT__findnext32
@ cdecl _findfirst64(str ptr)
@ cdecl _findfirst64i32(str ptr)
@ cdecl _findnext32(long ptr)
@ stub _findnext32i64
@ cdecl _findnext64(long ptr)
MSVCRT__findnext64
@ cdecl _findnext64i32(long ptr)
MSVCRT__findnext64i32
@ cdecl _findnext64(long ptr)
@ cdecl _findnext64i32(long ptr)
@ cdecl _finite(double)
@ cdecl -arch=!i386 _finitef(float)
@ cdecl _flsbuf(long ptr) MSVCRT__flsbuf
...
...
@@ -1206,7 +1206,7 @@
@ cdecl _ftime64(ptr)
@ cdecl _ftime64_s(ptr)
@ cdecl -arch=i386 -ret64 _ftol()
@ cdecl _fullpath(ptr str long)
MSVCRT__fullpath
@ cdecl _fullpath(ptr str long)
@ cdecl _futime32(long ptr)
@ cdecl _futime64(long ptr)
@ varargs _fwprintf_l(ptr wstr ptr) MSVCRT__fwprintf_l
...
...
@@ -1241,11 +1241,11 @@
@ cdecl _getch_nolock()
@ cdecl _getche()
@ cdecl _getche_nolock()
@ cdecl _getcwd(str long)
MSVCRT__getcwd
@ cdecl _getdcwd(long str long)
MSVCRT__getdcwd
@ cdecl _getdiskfree(long ptr)
MSVCRT__getdiskfree
@ cdecl _getcwd(str long)
@ cdecl _getdcwd(long str long)
@ cdecl _getdiskfree(long ptr)
@ cdecl _getdllprocaddr(long str long)
@ cdecl _getdrive()
MSVCRT__getdrive
@ cdecl _getdrive()
@ cdecl _getdrives() kernel32.GetLogicalDrives
@ cdecl _getmaxstdio() MSVCRT__getmaxstdio
@ cdecl _getmbcp()
...
...
@@ -1422,8 +1422,8 @@
@ cdecl _ltoa_s(long ptr long long)
@ cdecl _ltow(long ptr long) ntdll._ltow
@ cdecl _ltow_s(long ptr long long)
@ cdecl _makepath(ptr str str str str)
MSVCRT__makepath
@ cdecl _makepath_s(ptr long str str str str)
MSVCRT__makepath_s
@ cdecl _makepath(ptr str str str str)
@ cdecl _makepath_s(ptr long str str str str)
@ cdecl _malloc_crt(long) malloc
@ cdecl _mbbtombc(long)
@ stub _mbbtombc_l
...
...
@@ -1564,7 +1564,7 @@
@ cdecl _memccpy(ptr ptr long long) ntdll._memccpy
@ cdecl _memicmp(str str long)
@ cdecl _memicmp_l(str str long ptr)
@ cdecl _mkdir(str)
MSVCRT__mkdir
@ cdecl _mkdir(str)
@ cdecl _mkgmtime32(ptr)
@ cdecl _mkgmtime64(ptr)
@ cdecl _mktemp(str) MSVCRT__mktemp
...
...
@@ -1606,7 +1606,7 @@
@ cdecl _recalloc(ptr long long)
@ stub _recalloc_crt
@ cdecl _resetstkoflw()
@ cdecl _rmdir(str)
MSVCRT__rmdir
@ cdecl _rmdir(str)
@ cdecl _rmtmp() MSVCRT__rmtmp
@ cdecl _rotl(long long)
@ cdecl -ret64 _rotl64(int64 long)
...
...
@@ -1624,8 +1624,8 @@
@ stub _scwprintf_l
@ stub _scwprintf_p
@ stub _scwprintf_p_l
@ cdecl _searchenv(str str ptr)
MSVCRT__searchenv
@ cdecl _searchenv_s(str str ptr long)
MSVCRT__searchenv_s
@ cdecl _searchenv(str str ptr)
@ cdecl _searchenv_s(str str ptr long)
@ stdcall -arch=i386 _seh_longjmp_unwind4(ptr)
@ stdcall -arch=i386 _seh_longjmp_unwind(ptr)
@ cdecl -arch=i386 _set_SSE2_enable(long)
...
...
@@ -1677,8 +1677,8 @@
@ cdecl _spawnve(long str ptr ptr)
@ cdecl _spawnvp(long str ptr)
@ cdecl _spawnvpe(long str ptr ptr)
@ cdecl _splitpath(str ptr ptr ptr ptr)
MSVCRT__splitpath
@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long)
MSVCRT__splitpath_s
@ cdecl _splitpath(str ptr ptr ptr ptr)
@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long)
@ varargs _sprintf_l(ptr str ptr)
@ varargs _sprintf_p(ptr long str)
@ varargs _sprintf_p_l(ptr long str ptr)
...
...
@@ -1840,7 +1840,7 @@
@ cdecl _wasctime(ptr)
@ cdecl _wasctime_s(ptr long ptr)
@ cdecl _wassert(wstr wstr long)
@ cdecl _wchdir(wstr)
MSVCRT__wchdir
@ cdecl _wchdir(wstr)
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ extern _wcmdln MSVCRT__wcmdln
@ cdecl _wcreat(wstr long) MSVCRT__wcreat
...
...
@@ -1901,27 +1901,27 @@
@ cdecl _wexecvp(wstr ptr)
@ cdecl _wexecvpe(wstr ptr ptr)
@ cdecl _wfdopen(long wstr) MSVCRT__wfdopen
@ cdecl _wfindfirst32(wstr ptr)
MSVCRT__wfindfirst32
@ cdecl _wfindfirst32(wstr ptr)
@ stub _wfindfirst32i64
@ cdecl _wfindfirst64(wstr ptr)
MSVCRT__wfindfirst64
@ cdecl _wfindfirst64i32(wstr ptr)
MSVCRT__wfindfirst64i32
@ cdecl _wfindnext32(long ptr)
MSVCRT__wfindnext32
@ cdecl _wfindfirst64(wstr ptr)
@ cdecl _wfindfirst64i32(wstr ptr)
@ cdecl _wfindnext32(long ptr)
@ stub _wfindnext32i64
@ cdecl _wfindnext64(long ptr)
MSVCRT__wfindnext64
@ cdecl _wfindnext64i32(long ptr)
MSVCRT__wfindnext64i32
@ cdecl _wfindnext64(long ptr)
@ cdecl _wfindnext64i32(long ptr)
@ cdecl _wfopen(wstr wstr) MSVCRT__wfopen
@ cdecl _wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s
@ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen
@ cdecl _wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s
@ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen
@ cdecl _wfullpath(ptr wstr long)
MSVCRT__wfullpath
@ cdecl _wgetcwd(wstr long)
MSVCRT__wgetcwd
@ cdecl _wgetdcwd(long wstr long)
MSVCRT__wgetdcwd
@ cdecl _wfullpath(ptr wstr long)
@ cdecl _wgetcwd(wstr long)
@ cdecl _wgetdcwd(long wstr long)
@ cdecl _wgetenv(wstr)
@ cdecl _wgetenv_s(ptr ptr long wstr)
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
MSVCRT__wmakepath
@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr)
MSVCRT__wmakepath_s
@ cdecl _wmkdir(wstr)
MSVCRT__wmkdir
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr)
@ cdecl _wmkdir(wstr)
@ cdecl _wmktemp(wstr) MSVCRT__wmktemp
@ cdecl _wmktemp_s(wstr long) MSVCRT__wmktemp_s
@ varargs _wopen(wstr long) MSVCRT__wopen
...
...
@@ -1937,11 +1937,11 @@
@ cdecl _wremove(wstr) MSVCRT__wremove
@ cdecl _wrename(wstr wstr) MSVCRT__wrename
@ cdecl _write(long ptr long) MSVCRT__write
@ cdecl _wrmdir(wstr)
MSVCRT__wrmdir
@ cdecl _wrmdir(wstr)
@ varargs _wscanf_l(wstr ptr)
@ varargs _wscanf_s_l(wstr ptr)
@ cdecl _wsearchenv(wstr wstr ptr)
MSVCRT__wsearchenv
@ cdecl _wsearchenv_s(wstr wstr ptr long)
MSVCRT__wsearchenv_s
@ cdecl _wsearchenv(wstr wstr ptr)
@ cdecl _wsearchenv_s(wstr wstr ptr long)
@ cdecl _wsetlocale(long wstr)
@ varargs _wsopen(wstr long long) MSVCRT__wsopen
@ cdecl _wsopen_s(ptr wstr long long long) MSVCRT__wsopen_s
...
...
@@ -1953,8 +1953,8 @@
@ cdecl _wspawnve(long wstr ptr ptr)
@ cdecl _wspawnvp(long wstr ptr)
@ cdecl _wspawnvpe(long wstr ptr ptr)
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
MSVCRT__wsplitpath
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
MSVCRT__wsplitpath_s
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
@ cdecl _wstat32(wstr ptr) MSVCRT__wstat32
@ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
...
...
dlls/msvcr120/msvcr120.spec
View file @
41fa6e4b
...
...
@@ -1056,8 +1056,8 @@
@ stub _cgets_s
@ stub _cgetws
@ stub _cgetws_s
@ cdecl _chdir(str)
MSVCRT__chdir
@ cdecl _chdrive(long)
MSVCRT__chdrive
@ cdecl _chdir(str)
@ cdecl _chdrive(long)
@ cdecl _chgsign(double)
@ cdecl _chgsignf(float)
@ cdecl -arch=i386 -norelay _chkesp()
...
...
@@ -1156,15 +1156,15 @@
@ cdecl _filelength(long) MSVCRT__filelength
@ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64
@ cdecl _fileno(ptr) MSVCRT__fileno
@ cdecl _findclose(long)
MSVCRT__findclose
@ cdecl _findfirst32(str ptr)
MSVCRT__findfirst32
@ cdecl _findclose(long)
@ cdecl _findfirst32(str ptr)
@ stub _findfirst32i64
@ cdecl _findfirst64(str ptr)
MSVCRT__findfirst64
@ cdecl _findfirst64i32(str ptr)
MSVCRT__findfirst64i32
@ cdecl _findnext32(long ptr)
MSVCRT__findnext32
@ cdecl _findfirst64(str ptr)
@ cdecl _findfirst64i32(str ptr)
@ cdecl _findnext32(long ptr)
@ stub _findnext32i64
@ cdecl _findnext64(long ptr)
MSVCRT__findnext64
@ cdecl _findnext64i32(long ptr)
MSVCRT__findnext64i32
@ cdecl _findnext64(long ptr)
@ cdecl _findnext64i32(long ptr)
@ cdecl _finite(double)
@ cdecl -arch=!i386 _finitef(float)
@ cdecl _flsbuf(long ptr) MSVCRT__flsbuf
...
...
@@ -1206,7 +1206,7 @@
@ cdecl _ftime64(ptr)
@ cdecl _ftime64_s(ptr)
@ cdecl -arch=i386 -ret64 _ftol()
@ cdecl _fullpath(ptr str long)
MSVCRT__fullpath
@ cdecl _fullpath(ptr str long)
@ cdecl _futime32(long ptr)
@ cdecl _futime64(long ptr)
@ varargs _fwprintf_l(ptr wstr ptr) MSVCRT__fwprintf_l
...
...
@@ -1241,11 +1241,11 @@
@ cdecl _getch_nolock()
@ cdecl _getche()
@ cdecl _getche_nolock()
@ cdecl _getcwd(str long)
MSVCRT__getcwd
@ cdecl _getdcwd(long str long)
MSVCRT__getdcwd
@ cdecl _getdiskfree(long ptr)
MSVCRT__getdiskfree
@ cdecl _getcwd(str long)
@ cdecl _getdcwd(long str long)
@ cdecl _getdiskfree(long ptr)
@ cdecl _getdllprocaddr(long str long)
@ cdecl _getdrive()
MSVCRT__getdrive
@ cdecl _getdrive()
@ cdecl _getdrives() kernel32.GetLogicalDrives
@ cdecl _getmaxstdio() MSVCRT__getmaxstdio
@ cdecl _getmbcp()
...
...
@@ -1432,8 +1432,8 @@
@ cdecl _ltoa_s(long ptr long long)
@ cdecl _ltow(long ptr long) ntdll._ltow
@ cdecl _ltow_s(long ptr long long)
@ cdecl _makepath(ptr str str str str)
MSVCRT__makepath
@ cdecl _makepath_s(ptr long str str str str)
MSVCRT__makepath_s
@ cdecl _makepath(ptr str str str str)
@ cdecl _makepath_s(ptr long str str str str)
@ cdecl _malloc_crt(long) malloc
@ cdecl _mbbtombc(long)
@ stub _mbbtombc_l
...
...
@@ -1574,7 +1574,7 @@
@ cdecl _memccpy(ptr ptr long long) ntdll._memccpy
@ cdecl _memicmp(str str long)
@ cdecl _memicmp_l(str str long ptr)
@ cdecl _mkdir(str)
MSVCRT__mkdir
@ cdecl _mkdir(str)
@ cdecl _mkgmtime32(ptr)
@ cdecl _mkgmtime64(ptr)
@ cdecl _mktemp(str) MSVCRT__mktemp
...
...
@@ -1616,7 +1616,7 @@
@ cdecl _recalloc(ptr long long)
@ stub _recalloc_crt
@ cdecl _resetstkoflw()
@ cdecl _rmdir(str)
MSVCRT__rmdir
@ cdecl _rmdir(str)
@ cdecl _rmtmp() MSVCRT__rmtmp
@ cdecl _rotl(long long)
@ cdecl -ret64 _rotl64(int64 long)
...
...
@@ -1634,8 +1634,8 @@
@ stub _scwprintf_l
@ stub _scwprintf_p
@ stub _scwprintf_p_l
@ cdecl _searchenv(str str ptr)
MSVCRT__searchenv
@ cdecl _searchenv_s(str str ptr long)
MSVCRT__searchenv_s
@ cdecl _searchenv(str str ptr)
@ cdecl _searchenv_s(str str ptr long)
@ stdcall -arch=i386 _seh_longjmp_unwind4(ptr)
@ stdcall -arch=i386 _seh_longjmp_unwind(ptr)
@ cdecl -arch=i386 _set_SSE2_enable(long)
...
...
@@ -1688,8 +1688,8 @@
@ cdecl _spawnve(long str ptr ptr)
@ cdecl _spawnvp(long str ptr)
@ cdecl _spawnvpe(long str ptr ptr)
@ cdecl _splitpath(str ptr ptr ptr ptr)
MSVCRT__splitpath
@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long)
MSVCRT__splitpath_s
@ cdecl _splitpath(str ptr ptr ptr ptr)
@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long)
@ varargs _sprintf_l(ptr str ptr)
@ varargs _sprintf_p(ptr long str)
@ varargs _sprintf_p_l(ptr long str ptr)
...
...
@@ -1858,7 +1858,7 @@
@ cdecl _wasctime(ptr)
@ cdecl _wasctime_s(ptr long ptr)
@ cdecl _wassert(wstr wstr long)
@ cdecl _wchdir(wstr)
MSVCRT__wchdir
@ cdecl _wchdir(wstr)
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ extern _wcmdln MSVCRT__wcmdln
@ cdecl _wcreat(wstr long) MSVCRT__wcreat
...
...
@@ -1925,27 +1925,27 @@
@ cdecl _wexecvp(wstr ptr)
@ cdecl _wexecvpe(wstr ptr ptr)
@ cdecl _wfdopen(long wstr) MSVCRT__wfdopen
@ cdecl _wfindfirst32(wstr ptr)
MSVCRT__wfindfirst32
@ cdecl _wfindfirst32(wstr ptr)
@ stub _wfindfirst32i64
@ cdecl _wfindfirst64(wstr ptr)
MSVCRT__wfindfirst64
@ cdecl _wfindfirst64i32(wstr ptr)
MSVCRT__wfindfirst64i32
@ cdecl _wfindnext32(long ptr)
MSVCRT__wfindnext32
@ cdecl _wfindfirst64(wstr ptr)
@ cdecl _wfindfirst64i32(wstr ptr)
@ cdecl _wfindnext32(long ptr)
@ stub _wfindnext32i64
@ cdecl _wfindnext64(long ptr)
MSVCRT__wfindnext64
@ cdecl _wfindnext64i32(long ptr)
MSVCRT__wfindnext64i32
@ cdecl _wfindnext64(long ptr)
@ cdecl _wfindnext64i32(long ptr)
@ cdecl _wfopen(wstr wstr) MSVCRT__wfopen
@ cdecl _wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s
@ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen
@ cdecl _wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s
@ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen
@ cdecl _wfullpath(ptr wstr long)
MSVCRT__wfullpath
@ cdecl _wgetcwd(wstr long)
MSVCRT__wgetcwd
@ cdecl _wgetdcwd(long wstr long)
MSVCRT__wgetdcwd
@ cdecl _wfullpath(ptr wstr long)
@ cdecl _wgetcwd(wstr long)
@ cdecl _wgetdcwd(long wstr long)
@ cdecl _wgetenv(wstr)
@ cdecl _wgetenv_s(ptr ptr long wstr)
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
MSVCRT__wmakepath
@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr)
MSVCRT__wmakepath_s
@ cdecl _wmkdir(wstr)
MSVCRT__wmkdir
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr)
@ cdecl _wmkdir(wstr)
@ cdecl _wmktemp(wstr) MSVCRT__wmktemp
@ cdecl _wmktemp_s(wstr long) MSVCRT__wmktemp_s
@ varargs _wopen(wstr long) MSVCRT__wopen
...
...
@@ -1961,11 +1961,11 @@
@ cdecl _wremove(wstr) MSVCRT__wremove
@ cdecl _wrename(wstr wstr) MSVCRT__wrename
@ cdecl _write(long ptr long) MSVCRT__write
@ cdecl _wrmdir(wstr)
MSVCRT__wrmdir
@ cdecl _wrmdir(wstr)
@ varargs _wscanf_l(wstr ptr)
@ varargs _wscanf_s_l(wstr ptr)
@ cdecl _wsearchenv(wstr wstr ptr)
MSVCRT__wsearchenv
@ cdecl _wsearchenv_s(wstr wstr ptr long)
MSVCRT__wsearchenv_s
@ cdecl _wsearchenv(wstr wstr ptr)
@ cdecl _wsearchenv_s(wstr wstr ptr long)
@ cdecl _wsetlocale(long wstr)
@ varargs _wsopen(wstr long long) MSVCRT__wsopen
@ cdecl _wsopen_s(ptr wstr long long long) MSVCRT__wsopen_s
...
...
@@ -1977,8 +1977,8 @@
@ cdecl _wspawnve(long wstr ptr ptr)
@ cdecl _wspawnvp(long wstr ptr)
@ cdecl _wspawnvpe(long wstr ptr ptr)
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
MSVCRT__wsplitpath
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
MSVCRT__wsplitpath_s
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
@ cdecl _wstat32(wstr ptr) MSVCRT__wstat32
@ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
...
...
dlls/msvcr70/msvcr70.spec
View file @
41fa6e4b
...
...
@@ -246,8 +246,8 @@
@ cdecl _cexit()
@ cdecl _cgets(ptr)
@ stub _cgetws
@ cdecl _chdir(str)
MSVCRT__chdir
@ cdecl _chdrive(long)
MSVCRT__chdrive
@ cdecl _chdir(str)
@ cdecl _chdrive(long)
@ cdecl _chgsign(double)
@ cdecl -arch=i386 -norelay _chkesp()
@ cdecl _chmod(str long) MSVCRT__chmod
...
...
@@ -301,13 +301,13 @@
@ cdecl _filelength(long) MSVCRT__filelength
@ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64
@ cdecl _fileno(ptr) MSVCRT__fileno
@ cdecl _findclose(long)
MSVCRT__findclose
@ cdecl _findfirst(str ptr)
MSVCRT__findfirst
@ cdecl _findfirst64(str ptr)
MSVCRT__findfirst64
@ cdecl _findfirsti64(str ptr)
MSVCRT__findfirsti64
@ cdecl _findnext(long ptr)
MSVCRT__findnext
@ cdecl _findnext64(long ptr)
MSVCRT__findnext64
@ cdecl _findnexti64(long ptr)
MSVCRT__findnexti64
@ cdecl _findclose(long)
@ cdecl _findfirst(str ptr)
@ cdecl _findfirst64(str ptr)
@ cdecl _findfirsti64(str ptr)
@ cdecl _findnext(long ptr)
@ cdecl _findnext64(long ptr)
@ cdecl _findnexti64(long ptr)
@ cdecl _finite(double)
@ cdecl _flsbuf(long ptr) MSVCRT__flsbuf
@ cdecl _flushall() MSVCRT__flushall
...
...
@@ -325,7 +325,7 @@
@ cdecl -arch=win64 _ftime(ptr) _ftime64
@ cdecl _ftime64(ptr)
@ cdecl -arch=i386 -ret64 _ftol()
@ cdecl _fullpath(ptr str long)
MSVCRT__fullpath
@ cdecl _fullpath(ptr str long)
@ cdecl -arch=win32 _futime(long ptr) _futime32
@ cdecl -arch=win64 _futime(long ptr) _futime64
@ cdecl _futime64(long ptr)
...
...
@@ -334,11 +334,11 @@
@ cdecl _get_sbh_threshold()
@ cdecl _getch()
@ cdecl _getche()
@ cdecl _getcwd(str long)
MSVCRT__getcwd
@ cdecl _getdcwd(long str long)
MSVCRT__getdcwd
@ cdecl _getdiskfree(long ptr)
MSVCRT__getdiskfree
@ cdecl _getcwd(str long)
@ cdecl _getdcwd(long str long)
@ cdecl _getdiskfree(long ptr)
@ cdecl _getdllprocaddr(long str long)
@ cdecl _getdrive()
MSVCRT__getdrive
@ cdecl _getdrive()
@ cdecl _getdrives() kernel32.GetLogicalDrives
@ cdecl _getmaxstdio() MSVCRT__getmaxstdio
@ cdecl _getmbcp()
...
...
@@ -417,7 +417,7 @@
@ cdecl -ret64 _lseeki64(long int64 long) MSVCRT__lseeki64
@ cdecl _ltoa(long ptr long) ntdll._ltoa
@ cdecl _ltow(long ptr long) ntdll._ltow
@ cdecl _makepath(ptr str str str str)
MSVCRT__makepath
@ cdecl _makepath(ptr str str str str)
@ cdecl _mbbtombc(long)
@ cdecl _mbbtype(long long)
# extern _mbcasemap
...
...
@@ -475,7 +475,7 @@
@ cdecl _mbsupr(str)
@ cdecl _memccpy(ptr ptr long long) ntdll._memccpy
@ cdecl _memicmp(str str long)
@ cdecl _mkdir(str)
MSVCRT__mkdir
@ cdecl _mkdir(str)
@ cdecl _mktemp(str) MSVCRT__mktemp
@ cdecl _mktime64(ptr)
@ cdecl _msize(ptr)
...
...
@@ -502,7 +502,7 @@
@ extern _pwctype MSVCRT__pwctype
@ cdecl _read(long ptr long) MSVCRT__read
@ cdecl _resetstkoflw()
@ cdecl _rmdir(str)
MSVCRT__rmdir
@ cdecl _rmdir(str)
@ cdecl _rmtmp() MSVCRT__rmtmp
@ cdecl _rotl(long long)
@ cdecl _rotr(long long)
...
...
@@ -513,7 +513,7 @@
@ cdecl _scalb(double long)
@ varargs _scprintf(str)
@ varargs _scwprintf(wstr)
@ cdecl _searchenv(str str ptr)
MSVCRT__searchenv
@ cdecl _searchenv(str str ptr)
@ stdcall -arch=i386 _seh_longjmp_unwind(ptr)
@ cdecl _set_SSE2_enable(long)
@ cdecl _set_error_mode(long)
...
...
@@ -540,7 +540,7 @@
@ cdecl _spawnve(long str ptr ptr)
@ cdecl _spawnvp(long str ptr)
@ cdecl _spawnvpe(long str ptr ptr)
@ cdecl _splitpath(str ptr ptr ptr ptr)
MSVCRT__splitpath
@ cdecl _splitpath(str ptr ptr ptr ptr)
@ cdecl _stat(str ptr) MSVCRT_stat
@ cdecl _stat64(str ptr) MSVCRT_stat64
@ cdecl _stati64(str ptr) MSVCRT_stati64
...
...
@@ -593,7 +593,7 @@
@ cdecl _vsnwprintf(ptr long wstr ptr)
@ cdecl _waccess(wstr long) MSVCRT__waccess
@ cdecl _wasctime(ptr)
@ cdecl _wchdir(wstr)
MSVCRT__wchdir
@ cdecl _wchdir(wstr)
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ extern _wcmdln MSVCRT__wcmdln
@ cdecl _wcreat(wstr long) MSVCRT__wcreat
...
...
@@ -625,24 +625,24 @@
@ cdecl _wexecvp(wstr ptr)
@ cdecl _wexecvpe(wstr ptr ptr)
@ cdecl _wfdopen(long wstr) MSVCRT__wfdopen
@ cdecl _wfindfirst(wstr ptr)
MSVCRT__wfindfirst
@ cdecl _wfindfirst64(wstr ptr)
MSVCRT__wfindfirst64
@ cdecl _wfindfirsti64(wstr ptr)
MSVCRT__wfindfirsti64
@ cdecl _wfindnext(long ptr)
MSVCRT__wfindnext
@ cdecl _wfindnext64(long ptr)
MSVCRT__wfindnext64
@ cdecl _wfindnexti64(long ptr)
MSVCRT__wfindnexti64
@ cdecl _wfindfirst(wstr ptr)
@ cdecl _wfindfirst64(wstr ptr)
@ cdecl _wfindfirsti64(wstr ptr)
@ cdecl _wfindnext(long ptr)
@ cdecl _wfindnext64(long ptr)
@ cdecl _wfindnexti64(long ptr)
@ cdecl _wfopen(wstr wstr) MSVCRT__wfopen
@ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen
@ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen
@ cdecl _wfullpath(ptr wstr long)
MSVCRT__wfullpath
@ cdecl _wgetcwd(wstr long)
MSVCRT__wgetcwd
@ cdecl _wgetdcwd(long wstr long)
MSVCRT__wgetdcwd
@ cdecl _wfullpath(ptr wstr long)
@ cdecl _wgetcwd(wstr long)
@ cdecl _wgetdcwd(long wstr long)
@ cdecl _wgetenv(wstr)
@ extern _winmajor MSVCRT__winmajor
@ extern _winminor MSVCRT__winminor
@ extern _winver MSVCRT__winver
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
MSVCRT__wmakepath
@ cdecl _wmkdir(wstr)
MSVCRT__wmkdir
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
@ cdecl _wmkdir(wstr)
@ cdecl _wmktemp(wstr) MSVCRT__wmktemp
@ varargs _wopen(wstr long) MSVCRT__wopen
@ cdecl _wperror(wstr)
...
...
@@ -652,8 +652,8 @@
@ cdecl _wremove(wstr) MSVCRT__wremove
@ cdecl _wrename(wstr wstr) MSVCRT__wrename
@ cdecl _write(long ptr long) MSVCRT__write
@ cdecl _wrmdir(wstr)
MSVCRT__wrmdir
@ cdecl _wsearchenv(wstr wstr ptr)
MSVCRT__wsearchenv
@ cdecl _wrmdir(wstr)
@ cdecl _wsearchenv(wstr wstr ptr)
@ cdecl _wsetlocale(long wstr)
@ varargs _wsopen(wstr long long) MSVCRT__wsopen
@ varargs _wspawnl(long wstr wstr)
...
...
@@ -664,7 +664,7 @@
@ cdecl _wspawnve(long wstr ptr ptr)
@ cdecl _wspawnvp(long wstr ptr)
@ cdecl _wspawnvpe(long wstr ptr ptr)
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
MSVCRT__wsplitpath
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
@ cdecl _wstat(wstr ptr) MSVCRT__wstat
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
@ cdecl _wstati64(wstr ptr) MSVCRT__wstati64
...
...
dlls/msvcr71/msvcr71.spec
View file @
41fa6e4b
...
...
@@ -241,8 +241,8 @@
@ cdecl _cexit()
@ cdecl _cgets(ptr)
@ stub _cgetws
@ cdecl _chdir(str)
MSVCRT__chdir
@ cdecl _chdrive(long)
MSVCRT__chdrive
@ cdecl _chdir(str)
@ cdecl _chdrive(long)
@ cdecl _chgsign(double)
@ cdecl -arch=i386 -norelay _chkesp()
@ cdecl _chmod(str long) MSVCRT__chmod
...
...
@@ -295,13 +295,13 @@
@ cdecl _filelength(long) MSVCRT__filelength
@ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64
@ cdecl _fileno(ptr) MSVCRT__fileno
@ cdecl _findclose(long)
MSVCRT__findclose
@ cdecl _findfirst(str ptr)
MSVCRT__findfirst
@ cdecl _findfirst64(str ptr)
MSVCRT__findfirst64
@ cdecl _findfirsti64(str ptr)
MSVCRT__findfirsti64
@ cdecl _findnext(long ptr)
MSVCRT__findnext
@ cdecl _findnext64(long ptr)
MSVCRT__findnext64
@ cdecl _findnexti64(long ptr)
MSVCRT__findnexti64
@ cdecl _findclose(long)
@ cdecl _findfirst(str ptr)
@ cdecl _findfirst64(str ptr)
@ cdecl _findfirsti64(str ptr)
@ cdecl _findnext(long ptr)
@ cdecl _findnext64(long ptr)
@ cdecl _findnexti64(long ptr)
@ cdecl _finite(double)
@ cdecl _flsbuf(long ptr) MSVCRT__flsbuf
@ cdecl _flushall() MSVCRT__flushall
...
...
@@ -319,7 +319,7 @@
@ cdecl -arch=win64 _ftime(ptr) _ftime64
@ cdecl _ftime64(ptr)
@ cdecl -arch=i386 -ret64 _ftol()
@ cdecl _fullpath(ptr str long)
MSVCRT__fullpath
@ cdecl _fullpath(ptr str long)
@ cdecl -arch=win32 _futime(long ptr) _futime32
@ cdecl -arch=win64 _futime(long ptr) _futime64
@ cdecl _futime64(long ptr)
...
...
@@ -329,11 +329,11 @@
@ cdecl _get_sbh_threshold()
@ cdecl _getch()
@ cdecl _getche()
@ cdecl _getcwd(str long)
MSVCRT__getcwd
@ cdecl _getdcwd(long str long)
MSVCRT__getdcwd
@ cdecl _getdiskfree(long ptr)
MSVCRT__getdiskfree
@ cdecl _getcwd(str long)
@ cdecl _getdcwd(long str long)
@ cdecl _getdiskfree(long ptr)
@ cdecl _getdllprocaddr(long str long)
@ cdecl _getdrive()
MSVCRT__getdrive
@ cdecl _getdrive()
@ cdecl _getdrives() kernel32.GetLogicalDrives
@ cdecl _getmaxstdio() MSVCRT__getmaxstdio
@ cdecl _getmbcp()
...
...
@@ -412,7 +412,7 @@
@ cdecl -ret64 _lseeki64(long int64 long) MSVCRT__lseeki64
@ cdecl _ltoa(long ptr long) ntdll._ltoa
@ cdecl _ltow(long ptr long) ntdll._ltow
@ cdecl _makepath(ptr str str str str)
MSVCRT__makepath
@ cdecl _makepath(ptr str str str str)
@ cdecl _mbbtombc(long)
@ cdecl _mbbtype(long long)
# extern _mbcasemap
...
...
@@ -470,7 +470,7 @@
@ cdecl _mbsupr(str)
@ cdecl _memccpy(ptr ptr long long) ntdll._memccpy
@ cdecl _memicmp(str str long)
@ cdecl _mkdir(str)
MSVCRT__mkdir
@ cdecl _mkdir(str)
@ cdecl _mktemp(str) MSVCRT__mktemp
@ cdecl _mktime64(ptr)
@ cdecl _msize(ptr)
...
...
@@ -497,7 +497,7 @@
@ extern _pwctype MSVCRT__pwctype
@ cdecl _read(long ptr long) MSVCRT__read
@ cdecl _resetstkoflw()
@ cdecl _rmdir(str)
MSVCRT__rmdir
@ cdecl _rmdir(str)
@ cdecl _rmtmp() MSVCRT__rmtmp
@ cdecl _rotl(long long)
@ cdecl _rotr(long long)
...
...
@@ -508,7 +508,7 @@
@ cdecl _scalb(double long)
@ varargs _scprintf(str)
@ varargs _scwprintf(wstr)
@ cdecl _searchenv(str str ptr)
MSVCRT__searchenv
@ cdecl _searchenv(str str ptr)
@ stdcall -arch=i386 _seh_longjmp_unwind(ptr)
@ cdecl _set_SSE2_enable(long)
@ cdecl _set_error_mode(long)
...
...
@@ -536,7 +536,7 @@
@ cdecl _spawnve(long str ptr ptr)
@ cdecl _spawnvp(long str ptr)
@ cdecl _spawnvpe(long str ptr ptr)
@ cdecl _splitpath(str ptr ptr ptr ptr)
MSVCRT__splitpath
@ cdecl _splitpath(str ptr ptr ptr ptr)
@ cdecl _stat(str ptr) MSVCRT_stat
@ cdecl _stat64(str ptr) MSVCRT_stat64
@ cdecl _stati64(str ptr) MSVCRT_stati64
...
...
@@ -589,7 +589,7 @@
@ cdecl _vsnwprintf(ptr long wstr ptr)
@ cdecl _waccess(wstr long) MSVCRT__waccess
@ cdecl _wasctime(ptr)
@ cdecl _wchdir(wstr)
MSVCRT__wchdir
@ cdecl _wchdir(wstr)
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ extern _wcmdln MSVCRT__wcmdln
@ cdecl _wcreat(wstr long) MSVCRT__wcreat
...
...
@@ -621,24 +621,24 @@
@ cdecl _wexecvp(wstr ptr)
@ cdecl _wexecvpe(wstr ptr ptr)
@ cdecl _wfdopen(long wstr) MSVCRT__wfdopen
@ cdecl _wfindfirst(wstr ptr)
MSVCRT__wfindfirst
@ cdecl _wfindfirst64(wstr ptr)
MSVCRT__wfindfirst64
@ cdecl _wfindfirsti64(wstr ptr)
MSVCRT__wfindfirsti64
@ cdecl _wfindnext(long ptr)
MSVCRT__wfindnext
@ cdecl _wfindnext64(long ptr)
MSVCRT__wfindnext64
@ cdecl _wfindnexti64(long ptr)
MSVCRT__wfindnexti64
@ cdecl _wfindfirst(wstr ptr)
@ cdecl _wfindfirst64(wstr ptr)
@ cdecl _wfindfirsti64(wstr ptr)
@ cdecl _wfindnext(long ptr)
@ cdecl _wfindnext64(long ptr)
@ cdecl _wfindnexti64(long ptr)
@ cdecl _wfopen(wstr wstr) MSVCRT__wfopen
@ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen
@ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen
@ cdecl _wfullpath(ptr wstr long)
MSVCRT__wfullpath
@ cdecl _wgetcwd(wstr long)
MSVCRT__wgetcwd
@ cdecl _wgetdcwd(long wstr long)
MSVCRT__wgetdcwd
@ cdecl _wfullpath(ptr wstr long)
@ cdecl _wgetcwd(wstr long)
@ cdecl _wgetdcwd(long wstr long)
@ cdecl _wgetenv(wstr)
@ extern _winmajor MSVCRT__winmajor
@ extern _winminor MSVCRT__winminor
@ extern _winver MSVCRT__winver
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
MSVCRT__wmakepath
@ cdecl _wmkdir(wstr)
MSVCRT__wmkdir
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
@ cdecl _wmkdir(wstr)
@ cdecl _wmktemp(wstr) MSVCRT__wmktemp
@ varargs _wopen(wstr long) MSVCRT__wopen
@ cdecl _wperror(wstr)
...
...
@@ -648,8 +648,8 @@
@ cdecl _wremove(wstr) MSVCRT__wremove
@ cdecl _wrename(wstr wstr) MSVCRT__wrename
@ cdecl _write(long ptr long) MSVCRT__write
@ cdecl _wrmdir(wstr)
MSVCRT__wrmdir
@ cdecl _wsearchenv(wstr wstr ptr)
MSVCRT__wsearchenv
@ cdecl _wrmdir(wstr)
@ cdecl _wsearchenv(wstr wstr ptr)
@ cdecl _wsetlocale(long wstr)
@ varargs _wsopen(wstr long long) MSVCRT__wsopen
@ varargs _wspawnl(long wstr wstr)
...
...
@@ -660,7 +660,7 @@
@ cdecl _wspawnve(long wstr ptr ptr)
@ cdecl _wspawnvp(long wstr ptr)
@ cdecl _wspawnvpe(long wstr ptr ptr)
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
MSVCRT__wsplitpath
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
@ cdecl _wstat(wstr ptr) MSVCRT__wstat
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
@ cdecl _wstati64(wstr ptr) MSVCRT__wstati64
...
...
dlls/msvcr80/msvcr80.spec
View file @
41fa6e4b
...
...
@@ -381,8 +381,8 @@
@ stub _cgets_s
@ stub _cgetws
@ stub _cgetws_s
@ cdecl _chdir(str)
MSVCRT__chdir
@ cdecl _chdrive(long)
MSVCRT__chdrive
@ cdecl _chdir(str)
@ cdecl _chdrive(long)
@ cdecl _chgsign(double)
@ cdecl -arch=!i386 _chgsignf(float)
@ cdecl -arch=i386 -norelay _chkesp()
...
...
@@ -475,15 +475,15 @@
@ cdecl _filelength(long) MSVCRT__filelength
@ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64
@ cdecl _fileno(ptr) MSVCRT__fileno
@ cdecl _findclose(long)
MSVCRT__findclose
@ cdecl _findfirst32(str ptr)
MSVCRT__findfirst32
@ cdecl _findclose(long)
@ cdecl _findfirst32(str ptr)
@ stub _findfirst32i64
@ cdecl _findfirst64(str ptr)
MSVCRT__findfirst64
@ cdecl _findfirst64i32(str ptr)
MSVCRT__findfirst64i32
@ cdecl _findnext32(long ptr)
MSVCRT__findnext32
@ cdecl _findfirst64(str ptr)
@ cdecl _findfirst64i32(str ptr)
@ cdecl _findnext32(long ptr)
@ stub _findnext32i64
@ cdecl _findnext64(long ptr)
MSVCRT__findnext64
@ cdecl _findnext64i32(long ptr)
MSVCRT__findnext64i32
@ cdecl _findnext64(long ptr)
@ cdecl _findnext64i32(long ptr)
@ cdecl _finite(double)
@ cdecl -arch=!i386 _finitef(float)
@ cdecl _flsbuf(long ptr) MSVCRT__flsbuf
...
...
@@ -525,7 +525,7 @@
@ cdecl _ftime64(ptr)
@ cdecl _ftime64_s(ptr)
@ cdecl -arch=i386 -ret64 _ftol()
@ cdecl _fullpath(ptr str long)
MSVCRT__fullpath
@ cdecl _fullpath(ptr str long)
@ cdecl _futime32(long ptr)
@ cdecl _futime64(long ptr)
@ varargs _fwprintf_l(ptr wstr ptr) MSVCRT__fwprintf_l
...
...
@@ -567,12 +567,12 @@
@ cdecl _getch_nolock()
@ cdecl _getche()
@ cdecl _getche_nolock()
@ cdecl _getcwd(str long)
MSVCRT__getcwd
@ cdecl _getdcwd(long str long)
MSVCRT__getdcwd
@ cdecl _getcwd(str long)
@ cdecl _getdcwd(long str long)
@ stub _getdcwd_nolock
@ cdecl _getdiskfree(long ptr)
MSVCRT__getdiskfree
@ cdecl _getdiskfree(long ptr)
@ cdecl _getdllprocaddr(long str long)
@ cdecl _getdrive()
MSVCRT__getdrive
@ cdecl _getdrive()
@ cdecl _getdrives() kernel32.GetLogicalDrives
@ cdecl _getmaxstdio() MSVCRT__getmaxstdio
@ cdecl _getmbcp()
...
...
@@ -737,8 +737,8 @@
@ cdecl _ltoa_s(long ptr long long)
@ cdecl _ltow(long ptr long) ntdll._ltow
@ cdecl _ltow_s(long ptr long long)
@ cdecl _makepath(ptr str str str str)
MSVCRT__makepath
@ cdecl _makepath_s(ptr long str str str str)
MSVCRT__makepath_s
@ cdecl _makepath(ptr str str str str)
@ cdecl _makepath_s(ptr long str str str str)
@ cdecl _malloc_crt(long) malloc
@ cdecl _mbbtombc(long)
@ stub _mbbtombc_l
...
...
@@ -879,7 +879,7 @@
@ cdecl _memccpy(ptr ptr long long) ntdll._memccpy
@ cdecl _memicmp(str str long)
@ cdecl _memicmp_l(str str long ptr)
@ cdecl _mkdir(str)
MSVCRT__mkdir
@ cdecl _mkdir(str)
@ cdecl _mkgmtime32(ptr)
@ cdecl _mkgmtime64(ptr)
@ cdecl _mktemp(str) MSVCRT__mktemp
...
...
@@ -923,7 +923,7 @@
@ cdecl _recalloc(ptr long long)
@ stub _recalloc_crt
@ cdecl _resetstkoflw()
@ cdecl _rmdir(str)
MSVCRT__rmdir
@ cdecl _rmdir(str)
@ cdecl _rmtmp() MSVCRT__rmtmp
@ cdecl _rotl(long long)
@ cdecl -ret64 _rotl64(int64 long)
...
...
@@ -945,8 +945,8 @@
@ stub _scwprintf_l
@ stub _scwprintf_p
@ stub _scwprintf_p_l
@ cdecl _searchenv(str str ptr)
MSVCRT__searchenv
@ cdecl _searchenv_s(str str ptr long)
MSVCRT__searchenv_s
@ cdecl _searchenv(str str ptr)
@ cdecl _searchenv_s(str str ptr long)
@ stdcall -arch=i386 _seh_longjmp_unwind4(ptr)
@ stdcall -arch=i386 _seh_longjmp_unwind(ptr)
@ cdecl _set_SSE2_enable(long)
...
...
@@ -1000,8 +1000,8 @@
@ cdecl _spawnve(long str ptr ptr)
@ cdecl _spawnvp(long str ptr)
@ cdecl _spawnvpe(long str ptr ptr)
@ cdecl _splitpath(str ptr ptr ptr ptr)
MSVCRT__splitpath
@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long)
MSVCRT__splitpath_s
@ cdecl _splitpath(str ptr ptr ptr ptr)
@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long)
@ varargs _sprintf_l(ptr str ptr)
@ varargs _sprintf_p(ptr long str)
@ varargs _sprintf_p_l(ptr long str ptr)
...
...
@@ -1163,7 +1163,7 @@
@ cdecl _wasctime(ptr)
@ cdecl _wasctime_s(ptr long ptr)
@ cdecl _wassert(wstr wstr long)
@ cdecl _wchdir(wstr)
MSVCRT__wchdir
@ cdecl _wchdir(wstr)
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ extern _wcmdln MSVCRT__wcmdln
@ cdecl _wcreat(wstr long) MSVCRT__wcreat
...
...
@@ -1223,31 +1223,31 @@
@ cdecl _wexecvp(wstr ptr)
@ cdecl _wexecvpe(wstr ptr ptr)
@ cdecl _wfdopen(long wstr) MSVCRT__wfdopen
@ cdecl _wfindfirst32(wstr ptr)
MSVCRT__wfindfirst32
@ cdecl _wfindfirst32(wstr ptr)
@ stub _wfindfirst32i64
@ cdecl _wfindfirst64(wstr ptr)
MSVCRT__wfindfirst64
@ cdecl _wfindfirst64i32(wstr ptr)
MSVCRT__wfindfirst64i32
@ cdecl _wfindnext32(long ptr)
MSVCRT__wfindnext32
@ cdecl _wfindfirst64(wstr ptr)
@ cdecl _wfindfirst64i32(wstr ptr)
@ cdecl _wfindnext32(long ptr)
@ stub _wfindnext32i64
@ cdecl _wfindnext64(long ptr)
MSVCRT__wfindnext64
@ cdecl _wfindnext64i32(long ptr)
MSVCRT__wfindnext64i32
@ cdecl _wfindnext64(long ptr)
@ cdecl _wfindnext64i32(long ptr)
@ cdecl _wfopen(wstr wstr) MSVCRT__wfopen
@ cdecl _wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s
@ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen
@ cdecl _wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s
@ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen
@ cdecl _wfullpath(ptr wstr long)
MSVCRT__wfullpath
@ cdecl _wgetcwd(wstr long)
MSVCRT__wgetcwd
@ cdecl _wgetdcwd(long wstr long)
MSVCRT__wgetdcwd
@ cdecl _wfullpath(ptr wstr long)
@ cdecl _wgetcwd(wstr long)
@ cdecl _wgetdcwd(long wstr long)
@ stub _wgetdcwd_nolock
@ cdecl _wgetenv(wstr)
@ cdecl _wgetenv_s(ptr ptr long wstr)
@ extern _winmajor MSVCRT__winmajor
@ extern _winminor MSVCRT__winminor
@ extern _winver MSVCRT__winver
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
MSVCRT__wmakepath
@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr)
MSVCRT__wmakepath_s
@ cdecl _wmkdir(wstr)
MSVCRT__wmkdir
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr)
@ cdecl _wmkdir(wstr)
@ cdecl _wmktemp(wstr) MSVCRT__wmktemp
@ cdecl _wmktemp_s(wstr long) MSVCRT__wmktemp_s
@ varargs _wopen(wstr long) MSVCRT__wopen
...
...
@@ -1263,11 +1263,11 @@
@ cdecl _wremove(wstr) MSVCRT__wremove
@ cdecl _wrename(wstr wstr) MSVCRT__wrename
@ cdecl _write(long ptr long) MSVCRT__write
@ cdecl _wrmdir(wstr)
MSVCRT__wrmdir
@ cdecl _wrmdir(wstr)
@ varargs _wscanf_l(wstr ptr)
@ varargs _wscanf_s_l(wstr ptr)
@ cdecl _wsearchenv(wstr wstr ptr)
MSVCRT__wsearchenv
@ cdecl _wsearchenv_s(wstr wstr ptr long)
MSVCRT__wsearchenv_s
@ cdecl _wsearchenv(wstr wstr ptr)
@ cdecl _wsearchenv_s(wstr wstr ptr long)
@ cdecl _wsetlocale(long wstr)
@ varargs _wsopen(wstr long long) MSVCRT__wsopen
@ cdecl _wsopen_s(ptr wstr long long long) MSVCRT__wsopen_s
...
...
@@ -1279,8 +1279,8 @@
@ cdecl _wspawnve(long wstr ptr ptr)
@ cdecl _wspawnvp(long wstr ptr)
@ cdecl _wspawnvpe(long wstr ptr ptr)
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
MSVCRT__wsplitpath
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
MSVCRT__wsplitpath_s
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
@ cdecl _wstat32(wstr ptr) MSVCRT__wstat32
@ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
...
...
dlls/msvcr90/msvcr90.spec
View file @
41fa6e4b
...
...
@@ -365,8 +365,8 @@
@ stub _cgets_s
@ stub _cgetws
@ stub _cgetws_s
@ cdecl _chdir(str)
MSVCRT__chdir
@ cdecl _chdrive(long)
MSVCRT__chdrive
@ cdecl _chdir(str)
@ cdecl _chdrive(long)
@ cdecl _chgsign(double)
@ cdecl -arch=i386 -norelay _chkesp()
@ cdecl _chmod(str long) MSVCRT__chmod
...
...
@@ -458,15 +458,15 @@
@ cdecl _filelength(long) MSVCRT__filelength
@ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64
@ cdecl _fileno(ptr) MSVCRT__fileno
@ cdecl _findclose(long)
MSVCRT__findclose
@ cdecl _findfirst32(str ptr)
MSVCRT__findfirst32
@ cdecl _findclose(long)
@ cdecl _findfirst32(str ptr)
@ stub _findfirst32i64
@ cdecl _findfirst64(str ptr)
MSVCRT__findfirst64
@ cdecl _findfirst64i32(str ptr)
MSVCRT__findfirst64i32
@ cdecl _findnext32(long ptr)
MSVCRT__findnext32
@ cdecl _findfirst64(str ptr)
@ cdecl _findfirst64i32(str ptr)
@ cdecl _findnext32(long ptr)
@ stub _findnext32i64
@ cdecl _findnext64(long ptr)
MSVCRT__findnext64
@ cdecl _findnext64i32(long ptr)
MSVCRT__findnext64i32
@ cdecl _findnext64(long ptr)
@ cdecl _findnext64i32(long ptr)
@ cdecl _finite(double)
@ cdecl -arch=!i386 _finitef(float)
@ cdecl _flsbuf(long ptr) MSVCRT__flsbuf
...
...
@@ -508,7 +508,7 @@
@ cdecl _ftime64(ptr)
@ cdecl _ftime64_s(ptr)
@ cdecl -arch=i386 -ret64 _ftol()
@ cdecl _fullpath(ptr str long)
MSVCRT__fullpath
@ cdecl _fullpath(ptr str long)
@ cdecl _futime32(long ptr)
@ cdecl _futime64(long ptr)
@ varargs _fwprintf_l(ptr wstr ptr) MSVCRT__fwprintf_l
...
...
@@ -545,12 +545,12 @@
@ cdecl _getch_nolock()
@ cdecl _getche()
@ cdecl _getche_nolock()
@ cdecl _getcwd(str long)
MSVCRT__getcwd
@ cdecl _getdcwd(long str long)
MSVCRT__getdcwd
@ cdecl _getcwd(str long)
@ cdecl _getdcwd(long str long)
@ stub _getdcwd_nolock
@ cdecl _getdiskfree(long ptr)
MSVCRT__getdiskfree
@ cdecl _getdiskfree(long ptr)
@ cdecl _getdllprocaddr(long str long)
@ cdecl _getdrive()
MSVCRT__getdrive
@ cdecl _getdrive()
@ cdecl _getdrives() kernel32.GetLogicalDrives
@ cdecl _getmaxstdio() MSVCRT__getmaxstdio
@ cdecl _getmbcp()
...
...
@@ -715,8 +715,8 @@
@ cdecl _ltoa_s(long ptr long long)
@ cdecl _ltow(long ptr long) ntdll._ltow
@ cdecl _ltow_s(long ptr long long)
@ cdecl _makepath(ptr str str str str)
MSVCRT__makepath
@ cdecl _makepath_s(ptr long str str str str)
MSVCRT__makepath_s
@ cdecl _makepath(ptr str str str str)
@ cdecl _makepath_s(ptr long str str str str)
@ cdecl _malloc_crt(long) malloc
@ cdecl _mbbtombc(long)
@ stub _mbbtombc_l
...
...
@@ -857,7 +857,7 @@
@ cdecl _memccpy(ptr ptr long long) ntdll._memccpy
@ cdecl _memicmp(str str long)
@ cdecl _memicmp_l(str str long ptr)
@ cdecl _mkdir(str)
MSVCRT__mkdir
@ cdecl _mkdir(str)
@ cdecl _mkgmtime32(ptr)
@ cdecl _mkgmtime64(ptr)
@ cdecl _mktemp(str) MSVCRT__mktemp
...
...
@@ -899,7 +899,7 @@
@ cdecl _recalloc(ptr long long)
@ stub _recalloc_crt
@ cdecl _resetstkoflw()
@ cdecl _rmdir(str)
MSVCRT__rmdir
@ cdecl _rmdir(str)
@ cdecl _rmtmp() MSVCRT__rmtmp
@ cdecl _rotl(long long)
@ cdecl -ret64 _rotl64(int64 long)
...
...
@@ -921,8 +921,8 @@
@ stub _scwprintf_l
@ stub _scwprintf_p
@ stub _scwprintf_p_l
@ cdecl _searchenv(str str ptr)
MSVCRT__searchenv
@ cdecl _searchenv_s(str str ptr long)
MSVCRT__searchenv_s
@ cdecl _searchenv(str str ptr)
@ cdecl _searchenv_s(str str ptr long)
@ stdcall -arch=i386 _seh_longjmp_unwind4(ptr)
@ stdcall -arch=i386 _seh_longjmp_unwind(ptr)
@ cdecl _set_SSE2_enable(long)
...
...
@@ -975,8 +975,8 @@
@ cdecl _spawnve(long str ptr ptr)
@ cdecl _spawnvp(long str ptr)
@ cdecl _spawnvpe(long str ptr ptr)
@ cdecl _splitpath(str ptr ptr ptr ptr)
MSVCRT__splitpath
@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long)
MSVCRT__splitpath_s
@ cdecl _splitpath(str ptr ptr ptr ptr)
@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long)
@ varargs _sprintf_l(ptr str ptr)
@ varargs _sprintf_p(ptr long str)
@ varargs _sprintf_p_l(ptr long str ptr)
...
...
@@ -1138,7 +1138,7 @@
@ cdecl _wasctime(ptr)
@ cdecl _wasctime_s(ptr long ptr)
@ cdecl _wassert(wstr wstr long)
@ cdecl _wchdir(wstr)
MSVCRT__wchdir
@ cdecl _wchdir(wstr)
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ extern _wcmdln MSVCRT__wcmdln
@ cdecl _wcreat(wstr long) MSVCRT__wcreat
...
...
@@ -1198,28 +1198,28 @@
@ cdecl _wexecvp(wstr ptr)
@ cdecl _wexecvpe(wstr ptr ptr)
@ cdecl _wfdopen(long wstr) MSVCRT__wfdopen
@ cdecl _wfindfirst32(wstr ptr)
MSVCRT__wfindfirst32
@ cdecl _wfindfirst32(wstr ptr)
@ stub _wfindfirst32i64
@ cdecl _wfindfirst64(wstr ptr)
MSVCRT__wfindfirst64
@ cdecl _wfindfirst64i32(wstr ptr)
MSVCRT__wfindfirst64i32
@ cdecl _wfindnext32(long ptr)
MSVCRT__wfindnext32
@ cdecl _wfindfirst64(wstr ptr)
@ cdecl _wfindfirst64i32(wstr ptr)
@ cdecl _wfindnext32(long ptr)
@ stub _wfindnext32i64
@ cdecl _wfindnext64(long ptr)
MSVCRT__wfindnext64
@ cdecl _wfindnext64i32(long ptr)
MSVCRT__wfindnext64i32
@ cdecl _wfindnext64(long ptr)
@ cdecl _wfindnext64i32(long ptr)
@ cdecl _wfopen(wstr wstr) MSVCRT__wfopen
@ cdecl _wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s
@ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen
@ cdecl _wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s
@ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen
@ cdecl _wfullpath(ptr wstr long)
MSVCRT__wfullpath
@ cdecl _wgetcwd(wstr long)
MSVCRT__wgetcwd
@ cdecl _wgetdcwd(long wstr long)
MSVCRT__wgetdcwd
@ cdecl _wfullpath(ptr wstr long)
@ cdecl _wgetcwd(wstr long)
@ cdecl _wgetdcwd(long wstr long)
@ stub _wgetdcwd_nolock
@ cdecl _wgetenv(wstr)
@ cdecl _wgetenv_s(ptr ptr long wstr)
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
MSVCRT__wmakepath
@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr)
MSVCRT__wmakepath_s
@ cdecl _wmkdir(wstr)
MSVCRT__wmkdir
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr)
@ cdecl _wmkdir(wstr)
@ cdecl _wmktemp(wstr) MSVCRT__wmktemp
@ cdecl _wmktemp_s(wstr long) MSVCRT__wmktemp_s
@ varargs _wopen(wstr long) MSVCRT__wopen
...
...
@@ -1235,11 +1235,11 @@
@ cdecl _wremove(wstr) MSVCRT__wremove
@ cdecl _wrename(wstr wstr) MSVCRT__wrename
@ cdecl _write(long ptr long) MSVCRT__write
@ cdecl _wrmdir(wstr)
MSVCRT__wrmdir
@ cdecl _wrmdir(wstr)
@ varargs _wscanf_l(wstr ptr)
@ varargs _wscanf_s_l(wstr ptr)
@ cdecl _wsearchenv(wstr wstr ptr)
MSVCRT__wsearchenv
@ cdecl _wsearchenv_s(wstr wstr ptr long)
MSVCRT__wsearchenv_s
@ cdecl _wsearchenv(wstr wstr ptr)
@ cdecl _wsearchenv_s(wstr wstr ptr long)
@ cdecl _wsetlocale(long wstr)
@ varargs _wsopen(wstr long long) MSVCRT__wsopen
@ cdecl _wsopen_s(ptr wstr long long long) MSVCRT__wsopen_s
...
...
@@ -1251,8 +1251,8 @@
@ cdecl _wspawnve(long wstr ptr ptr)
@ cdecl _wspawnvp(long wstr ptr)
@ cdecl _wspawnvpe(long wstr ptr ptr)
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
MSVCRT__wsplitpath
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
MSVCRT__wsplitpath_s
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
@ cdecl _wstat32(wstr ptr) MSVCRT__wstat32
@ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
...
...
dlls/msvcrt/dir.c
View file @
41fa6e4b
...
...
@@ -33,6 +33,17 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcrt
);
#undef _wfindfirst
#undef _wfindfirsti64
#undef _wfindnext
#undef _wfindnexti64
#undef _wfindfirst32
#undef _wfindnext32
#undef _wfindfirst64i32
#undef _wfindfirst64
#undef _wfindnext64i32
#undef _wfindnext64
/* INTERNAL: Translate WIN32_FIND_DATAA to finddata_t */
static
void
msvcrt_fttofd
(
const
WIN32_FIND_DATAA
*
fd
,
struct
MSVCRT__finddata_t
*
ft
)
{
...
...
@@ -74,7 +85,7 @@ static void msvcrt_fttofd32( const WIN32_FIND_DATAA *fd, struct MSVCRT__finddata
}
/* INTERNAL: Translate WIN32_FIND_DATAW to wfinddata_t */
static
void
msvcrt_wfttofd
(
const
WIN32_FIND_DATAW
*
fd
,
struct
MSVCRT_
_wfinddata_t
*
ft
)
static
void
msvcrt_wfttofd
(
const
WIN32_FIND_DATAW
*
fd
,
struct
_wfinddata_t
*
ft
)
{
DWORD
dw
;
...
...
@@ -94,7 +105,7 @@ static void msvcrt_wfttofd( const WIN32_FIND_DATAW *fd, struct MSVCRT__wfinddata
}
/* INTERNAL: Translate WIN32_FIND_DATAW to wfinddata32_t */
static
void
msvcrt_wfttofd32
(
const
WIN32_FIND_DATAW
*
fd
,
struct
MSVCRT_
_wfinddata32_t
*
ft
)
static
void
msvcrt_wfttofd32
(
const
WIN32_FIND_DATAW
*
fd
,
struct
_wfinddata32_t
*
ft
)
{
DWORD
dw
;
...
...
@@ -154,7 +165,7 @@ static void msvcrt_fttofd64( const WIN32_FIND_DATAA *fd, struct MSVCRT__finddata
}
/* INTERNAL: Translate WIN32_FIND_DATAW to wfinddata64_t */
static
void
msvcrt_wfttofd64
(
const
WIN32_FIND_DATAW
*
fd
,
struct
MSVCRT_
_wfinddata64_t
*
ft
)
static
void
msvcrt_wfttofd64
(
const
WIN32_FIND_DATAW
*
fd
,
struct
_wfinddata64_t
*
ft
)
{
DWORD
dw
;
...
...
@@ -194,7 +205,7 @@ static void msvcrt_fttofd64i32( const WIN32_FIND_DATAA *fd, struct MSVCRT__findd
}
/* INTERNAL: Translate WIN32_FIND_DATAW to wfinddatai64_t */
static
void
msvcrt_wfttofdi64
(
const
WIN32_FIND_DATAW
*
fd
,
struct
MSVCRT_
_wfinddatai64_t
*
ft
)
static
void
msvcrt_wfttofdi64
(
const
WIN32_FIND_DATAW
*
fd
,
struct
_wfinddatai64_t
*
ft
)
{
DWORD
dw
;
...
...
@@ -214,7 +225,7 @@ static void msvcrt_wfttofdi64( const WIN32_FIND_DATAW *fd, struct MSVCRT__wfindd
}
/* INTERNAL: Translate WIN32_FIND_DATAW to wfinddata64i32_t */
static
void
msvcrt_wfttofd64i32
(
const
WIN32_FIND_DATAW
*
fd
,
struct
MSVCRT_
_wfinddata64i32_t
*
ft
)
static
void
msvcrt_wfttofd64i32
(
const
WIN32_FIND_DATAW
*
fd
,
struct
_wfinddata64i32_t
*
ft
)
{
DWORD
dw
;
...
...
@@ -248,7 +259,7 @@ static void msvcrt_wfttofd64i32( const WIN32_FIND_DATAW *fd, struct MSVCRT__wfin
* NOTES
* See SetCurrentDirectoryA.
*/
int
CDECL
MSVCRT_
_chdir
(
const
char
*
newdir
)
int
CDECL
_chdir
(
const
char
*
newdir
)
{
if
(
!
SetCurrentDirectoryA
(
newdir
))
{
...
...
@@ -263,7 +274,7 @@ int CDECL MSVCRT__chdir(const char * newdir)
*
* Unicode version of _chdir.
*/
int
CDECL
MSVCRT_
_wchdir
(
const
wchar_t
*
newdir
)
int
CDECL
_wchdir
(
const
wchar_t
*
newdir
)
{
if
(
!
SetCurrentDirectoryW
(
newdir
))
{
...
...
@@ -288,7 +299,7 @@ int CDECL MSVCRT__wchdir(const wchar_t * newdir)
* NOTES
* See SetCurrentDirectoryA.
*/
int
CDECL
MSVCRT_
_chdrive
(
int
newdrive
)
int
CDECL
_chdrive
(
int
newdrive
)
{
WCHAR
buffer
[]
=
L"A:"
;
...
...
@@ -318,7 +329,7 @@ int CDECL MSVCRT__chdrive(int newdrive)
* NOTES
* See FindClose.
*/
int
CDECL
MSVCRT_
_findclose
(
intptr_t
hand
)
int
CDECL
_findclose
(
intptr_t
hand
)
{
TRACE
(
":handle %Iu
\n
"
,
hand
);
if
(
!
FindClose
((
HANDLE
)
hand
))
...
...
@@ -346,7 +357,7 @@ int CDECL MSVCRT__findclose(intptr_t hand)
* NOTES
* See FindFirstFileA.
*/
intptr_t
CDECL
MSVCRT_
_findfirst
(
const
char
*
fspec
,
struct
MSVCRT__finddata_t
*
ft
)
intptr_t
CDECL
_findfirst
(
const
char
*
fspec
,
struct
MSVCRT__finddata_t
*
ft
)
{
WIN32_FIND_DATAA
find_data
;
HANDLE
hfind
;
...
...
@@ -365,7 +376,7 @@ intptr_t CDECL MSVCRT__findfirst(const char * fspec, struct MSVCRT__finddata_t*
/*********************************************************************
* _findfirst32 (MSVCRT.@)
*/
intptr_t
CDECL
MSVCRT_
_findfirst32
(
const
char
*
fspec
,
struct
MSVCRT__finddata32_t
*
ft
)
intptr_t
CDECL
_findfirst32
(
const
char
*
fspec
,
struct
MSVCRT__finddata32_t
*
ft
)
{
WIN32_FIND_DATAA
find_data
;
HANDLE
hfind
;
...
...
@@ -382,11 +393,11 @@ intptr_t CDECL MSVCRT__findfirst32(const char * fspec, struct MSVCRT__finddata32
}
/*********************************************************************
*
_wfindfirst (MSVCRT.@)
*
_wfindfirst (MSVCRT.@)
*
* Unicode version of _findfirst.
*/
intptr_t
CDECL
MSVCRT__wfindfirst
(
const
wchar_t
*
fspec
,
struct
MSVCRT_
_wfinddata_t
*
ft
)
intptr_t
CDECL
_wfindfirst
(
const
wchar_t
*
fspec
,
struct
_wfinddata_t
*
ft
)
{
WIN32_FIND_DATAW
find_data
;
HANDLE
hfind
;
...
...
@@ -407,7 +418,7 @@ intptr_t CDECL MSVCRT__wfindfirst(const wchar_t * fspec, struct MSVCRT__wfinddat
*
* Unicode version of _findfirst32.
*/
intptr_t
CDECL
MSVCRT__wfindfirst32
(
const
wchar_t
*
fspec
,
struct
MSVCRT_
_wfinddata32_t
*
ft
)
intptr_t
CDECL
_wfindfirst32
(
const
wchar_t
*
fspec
,
struct
_wfinddata32_t
*
ft
)
{
WIN32_FIND_DATAW
find_data
;
HANDLE
hfind
;
...
...
@@ -428,7 +439,7 @@ intptr_t CDECL MSVCRT__wfindfirst32(const wchar_t * fspec, struct MSVCRT__wfindd
*
* 64-bit version of _findfirst.
*/
intptr_t
CDECL
MSVCRT_
_findfirsti64
(
const
char
*
fspec
,
struct
MSVCRT__finddatai64_t
*
ft
)
intptr_t
CDECL
_findfirsti64
(
const
char
*
fspec
,
struct
MSVCRT__finddatai64_t
*
ft
)
{
WIN32_FIND_DATAA
find_data
;
HANDLE
hfind
;
...
...
@@ -449,7 +460,7 @@ intptr_t CDECL MSVCRT__findfirsti64(const char * fspec, struct MSVCRT__finddatai
*
* 64-bit version of _findfirst.
*/
intptr_t
CDECL
MSVCRT_
_findfirst64
(
const
char
*
fspec
,
struct
MSVCRT__finddata64_t
*
ft
)
intptr_t
CDECL
_findfirst64
(
const
char
*
fspec
,
struct
MSVCRT__finddata64_t
*
ft
)
{
WIN32_FIND_DATAA
find_data
;
HANDLE
hfind
;
...
...
@@ -470,7 +481,7 @@ intptr_t CDECL MSVCRT__findfirst64(const char * fspec, struct MSVCRT__finddata64
*
* Unicode version of _findfirst64.
*/
intptr_t
CDECL
MSVCRT__wfindfirst64
(
const
wchar_t
*
fspec
,
struct
MSVCRT_
_wfinddata64_t
*
ft
)
intptr_t
CDECL
_wfindfirst64
(
const
wchar_t
*
fspec
,
struct
_wfinddata64_t
*
ft
)
{
WIN32_FIND_DATAW
find_data
;
HANDLE
hfind
;
...
...
@@ -491,7 +502,7 @@ intptr_t CDECL MSVCRT__wfindfirst64(const wchar_t * fspec, struct MSVCRT__wfindd
*
* 64-bit/32-bit version of _findfirst.
*/
intptr_t
CDECL
MSVCRT_
_findfirst64i32
(
const
char
*
fspec
,
struct
MSVCRT__finddata64i32_t
*
ft
)
intptr_t
CDECL
_findfirst64i32
(
const
char
*
fspec
,
struct
MSVCRT__finddata64i32_t
*
ft
)
{
WIN32_FIND_DATAA
find_data
;
HANDLE
hfind
;
...
...
@@ -512,7 +523,7 @@ intptr_t CDECL MSVCRT__findfirst64i32(const char * fspec, struct MSVCRT__finddat
*
* Unicode version of _findfirst64i32.
*/
intptr_t
CDECL
MSVCRT__wfindfirst64i32
(
const
wchar_t
*
fspec
,
struct
MSVCRT_
_wfinddata64i32_t
*
ft
)
intptr_t
CDECL
_wfindfirst64i32
(
const
wchar_t
*
fspec
,
struct
_wfinddata64i32_t
*
ft
)
{
WIN32_FIND_DATAW
find_data
;
HANDLE
hfind
;
...
...
@@ -533,7 +544,7 @@ intptr_t CDECL MSVCRT__wfindfirst64i32(const wchar_t * fspec, struct MSVCRT__wfi
*
* Unicode version of _findfirsti64.
*/
intptr_t
CDECL
MSVCRT__wfindfirsti64
(
const
wchar_t
*
fspec
,
struct
MSVCRT_
_wfinddatai64_t
*
ft
)
intptr_t
CDECL
_wfindfirsti64
(
const
wchar_t
*
fspec
,
struct
_wfinddatai64_t
*
ft
)
{
WIN32_FIND_DATAW
find_data
;
HANDLE
hfind
;
...
...
@@ -565,7 +576,7 @@ intptr_t CDECL MSVCRT__wfindfirsti64(const wchar_t * fspec, struct MSVCRT__wfind
* NOTES
* See FindNextFileA.
*/
int
CDECL
MSVCRT_
_findnext
(
intptr_t
hand
,
struct
MSVCRT__finddata_t
*
ft
)
int
CDECL
_findnext
(
intptr_t
hand
,
struct
MSVCRT__finddata_t
*
ft
)
{
WIN32_FIND_DATAA
find_data
;
...
...
@@ -582,7 +593,7 @@ int CDECL MSVCRT__findnext(intptr_t hand, struct MSVCRT__finddata_t * ft)
/*********************************************************************
* _findnext32 (MSVCRT.@)
*/
int
CDECL
MSVCRT_
_findnext32
(
intptr_t
hand
,
struct
MSVCRT__finddata32_t
*
ft
)
int
CDECL
_findnext32
(
intptr_t
hand
,
struct
MSVCRT__finddata32_t
*
ft
)
{
WIN32_FIND_DATAA
find_data
;
...
...
@@ -599,7 +610,7 @@ int CDECL MSVCRT__findnext32(intptr_t hand, struct MSVCRT__finddata32_t * ft)
/*********************************************************************
* _wfindnext32 (MSVCRT.@)
*/
int
CDECL
MSVCRT__wfindnext32
(
intptr_t
hand
,
struct
MSVCRT_
_wfinddata32_t
*
ft
)
int
CDECL
_wfindnext32
(
intptr_t
hand
,
struct
_wfinddata32_t
*
ft
)
{
WIN32_FIND_DATAW
find_data
;
...
...
@@ -614,11 +625,11 @@ int CDECL MSVCRT__wfindnext32(intptr_t hand, struct MSVCRT__wfinddata32_t * ft)
}
/*********************************************************************
*
_wfindnext (MSVCRT.@)
*
_wfindnext (MSVCRT.@)
*
* Unicode version of _findnext.
*/
int
CDECL
MSVCRT__wfindnext
(
intptr_t
hand
,
struct
MSVCRT_
_wfinddata_t
*
ft
)
int
CDECL
_wfindnext
(
intptr_t
hand
,
struct
_wfinddata_t
*
ft
)
{
WIN32_FIND_DATAW
find_data
;
...
...
@@ -637,7 +648,7 @@ int CDECL MSVCRT__wfindnext(intptr_t hand, struct MSVCRT__wfinddata_t * ft)
*
* 64-bit version of _findnext.
*/
int
CDECL
MSVCRT_
_findnexti64
(
intptr_t
hand
,
struct
MSVCRT__finddatai64_t
*
ft
)
int
CDECL
_findnexti64
(
intptr_t
hand
,
struct
MSVCRT__finddatai64_t
*
ft
)
{
WIN32_FIND_DATAA
find_data
;
...
...
@@ -656,7 +667,7 @@ int CDECL MSVCRT__findnexti64(intptr_t hand, struct MSVCRT__finddatai64_t * ft)
*
* 64-bit version of _findnext.
*/
int
CDECL
MSVCRT_
_findnext64
(
intptr_t
hand
,
struct
MSVCRT__finddata64_t
*
ft
)
int
CDECL
_findnext64
(
intptr_t
hand
,
struct
MSVCRT__finddata64_t
*
ft
)
{
WIN32_FIND_DATAA
find_data
;
...
...
@@ -675,7 +686,7 @@ int CDECL MSVCRT__findnext64(intptr_t hand, struct MSVCRT__finddata64_t * ft)
*
* Unicode version of _wfindnext64.
*/
int
CDECL
MSVCRT__wfindnext64
(
intptr_t
hand
,
struct
MSVCRT_
_wfinddata64_t
*
ft
)
int
CDECL
_wfindnext64
(
intptr_t
hand
,
struct
_wfinddata64_t
*
ft
)
{
WIN32_FIND_DATAW
find_data
;
...
...
@@ -694,7 +705,7 @@ int CDECL MSVCRT__wfindnext64(intptr_t hand, struct MSVCRT__wfinddata64_t * ft)
*
* 64-bit/32-bit version of _findnext.
*/
int
CDECL
MSVCRT_
_findnext64i32
(
intptr_t
hand
,
struct
MSVCRT__finddata64i32_t
*
ft
)
int
CDECL
_findnext64i32
(
intptr_t
hand
,
struct
MSVCRT__finddata64i32_t
*
ft
)
{
WIN32_FIND_DATAA
find_data
;
...
...
@@ -713,7 +724,7 @@ int CDECL MSVCRT__findnext64i32(intptr_t hand, struct MSVCRT__finddata64i32_t *
*
* Unicode version of _findnexti64.
*/
int
CDECL
MSVCRT__wfindnexti64
(
intptr_t
hand
,
struct
MSVCRT_
_wfinddatai64_t
*
ft
)
int
CDECL
_wfindnexti64
(
intptr_t
hand
,
struct
_wfinddatai64_t
*
ft
)
{
WIN32_FIND_DATAW
find_data
;
...
...
@@ -732,7 +743,7 @@ int CDECL MSVCRT__wfindnexti64(intptr_t hand, struct MSVCRT__wfinddatai64_t * ft
*
* Unicode version of _findnext64i32.
*/
int
CDECL
MSVCRT__wfindnext64i32
(
intptr_t
hand
,
struct
MSVCRT_
_wfinddata64i32_t
*
ft
)
int
CDECL
_wfindnext64i32
(
intptr_t
hand
,
struct
_wfinddata64i32_t
*
ft
)
{
WIN32_FIND_DATAW
find_data
;
...
...
@@ -760,7 +771,7 @@ int CDECL MSVCRT__wfindnext64i32(intptr_t hand, struct MSVCRT__wfinddata64i32_t
* Otherwise populates buf with the path and returns it.
* Failure: NULL. errno indicates the error.
*/
char
*
CDECL
MSVCRT_
_getcwd
(
char
*
buf
,
int
size
)
char
*
CDECL
_getcwd
(
char
*
buf
,
int
size
)
{
char
dir
[
MAX_PATH
];
int
dir_len
=
GetCurrentDirectoryA
(
MAX_PATH
,
dir
);
...
...
@@ -787,7 +798,7 @@ char* CDECL MSVCRT__getcwd(char * buf, int size)
*
* Unicode version of _getcwd.
*/
wchar_t
*
CDECL
MSVCRT_
_wgetcwd
(
wchar_t
*
buf
,
int
size
)
wchar_t
*
CDECL
_wgetcwd
(
wchar_t
*
buf
,
int
size
)
{
wchar_t
dir
[
MAX_PATH
];
int
dir_len
=
GetCurrentDirectoryW
(
MAX_PATH
,
dir
);
...
...
@@ -821,7 +832,7 @@ wchar_t* CDECL MSVCRT__wgetcwd(wchar_t * buf, int size)
* Success: The drive letter number from 1 to 26 ("A:" to "Z:").
* Failure: 0.
*/
int
CDECL
MSVCRT_
_getdrive
(
void
)
int
CDECL
_getdrive
(
void
)
{
WCHAR
buffer
[
MAX_PATH
];
if
(
GetCurrentDirectoryW
(
MAX_PATH
,
buffer
)
&&
...
...
@@ -845,14 +856,14 @@ int CDECL MSVCRT__getdrive(void)
* Otherwise populates drive with the path and returns it.
* Failure: NULL. errno indicates the error.
*/
char
*
CDECL
MSVCRT_
_getdcwd
(
int
drive
,
char
*
buf
,
int
size
)
char
*
CDECL
_getdcwd
(
int
drive
,
char
*
buf
,
int
size
)
{
static
char
*
dummy
;
TRACE
(
":drive %d(%c), size %d
\n
"
,
drive
,
drive
+
'A'
-
1
,
size
);
if
(
!
drive
||
drive
==
MSVCRT_
_getdrive
())
return
MSVCRT_
_getcwd
(
buf
,
size
);
/* current */
if
(
!
drive
||
drive
==
_getdrive
())
return
_getcwd
(
buf
,
size
);
/* current */
else
{
char
dir
[
MAX_PATH
];
...
...
@@ -887,14 +898,14 @@ char* CDECL MSVCRT__getdcwd(int drive, char * buf, int size)
*
* Unicode version of _wgetdcwd.
*/
wchar_t
*
CDECL
MSVCRT_
_wgetdcwd
(
int
drive
,
wchar_t
*
buf
,
int
size
)
wchar_t
*
CDECL
_wgetdcwd
(
int
drive
,
wchar_t
*
buf
,
int
size
)
{
static
wchar_t
*
dummy
;
TRACE
(
":drive %d(%c), size %d
\n
"
,
drive
,
drive
+
'A'
-
1
,
size
);
if
(
!
drive
||
drive
==
MSVCRT_
_getdrive
())
return
MSVCRT_
_wgetcwd
(
buf
,
size
);
/* current */
if
(
!
drive
||
drive
==
_getdrive
())
return
_wgetcwd
(
buf
,
size
);
/* current */
else
{
wchar_t
dir
[
MAX_PATH
];
...
...
@@ -939,7 +950,7 @@ wchar_t* CDECL MSVCRT__wgetdcwd(int drive, wchar_t * buf, int size)
* NOTES
* See GetLastError().
*/
unsigned
int
CDECL
MSVCRT_
_getdiskfree
(
unsigned
int
disk
,
struct
_diskfree_t
*
d
)
unsigned
int
CDECL
_getdiskfree
(
unsigned
int
disk
,
struct
_diskfree_t
*
d
)
{
WCHAR
drivespec
[]
=
L"@:
\\
"
;
DWORD
ret
[
4
];
...
...
@@ -978,7 +989,7 @@ unsigned int CDECL MSVCRT__getdiskfree(unsigned int disk, struct _diskfree_t * d
* NOTES
* See CreateDirectoryA.
*/
int
CDECL
MSVCRT_
_mkdir
(
const
char
*
newdir
)
int
CDECL
_mkdir
(
const
char
*
newdir
)
{
if
(
CreateDirectoryA
(
newdir
,
NULL
))
return
0
;
...
...
@@ -991,7 +1002,7 @@ int CDECL MSVCRT__mkdir(const char * newdir)
*
* Unicode version of _mkdir.
*/
int
CDECL
MSVCRT_
_wmkdir
(
const
wchar_t
*
newdir
)
int
CDECL
_wmkdir
(
const
wchar_t
*
newdir
)
{
if
(
CreateDirectoryW
(
newdir
,
NULL
))
return
0
;
...
...
@@ -1014,7 +1025,7 @@ int CDECL MSVCRT__wmkdir(const wchar_t* newdir)
* NOTES
* See RemoveDirectoryA.
*/
int
CDECL
MSVCRT_
_rmdir
(
const
char
*
dir
)
int
CDECL
_rmdir
(
const
char
*
dir
)
{
if
(
RemoveDirectoryA
(
dir
))
return
0
;
...
...
@@ -1027,7 +1038,7 @@ int CDECL MSVCRT__rmdir(const char * dir)
*
* Unicode version of _rmdir.
*/
int
CDECL
MSVCRT_
_wrmdir
(
const
wchar_t
*
dir
)
int
CDECL
_wrmdir
(
const
wchar_t
*
dir
)
{
if
(
RemoveDirectoryW
(
dir
))
return
0
;
...
...
@@ -1038,7 +1049,7 @@ int CDECL MSVCRT__wrmdir(const wchar_t * dir)
/******************************************************************
* _splitpath_s (MSVCRT.@)
*/
int
CDECL
MSVCRT_
_splitpath_s
(
const
char
*
inpath
,
int
CDECL
_splitpath_s
(
const
char
*
inpath
,
char
*
drive
,
size_t
sz_drive
,
char
*
dir
,
size_t
sz_dir
,
char
*
fname
,
size_t
sz_fname
,
...
...
@@ -1126,10 +1137,10 @@ do_error:
/*********************************************************************
* _splitpath (MSVCRT.@)
*/
void
CDECL
MSVCRT_
_splitpath
(
const
char
*
inpath
,
char
*
drv
,
char
*
dir
,
void
CDECL
_splitpath
(
const
char
*
inpath
,
char
*
drv
,
char
*
dir
,
char
*
fname
,
char
*
ext
)
{
MSVCRT_
_splitpath_s
(
inpath
,
drv
,
drv
?
_MAX_DRIVE
:
0
,
dir
,
dir
?
_MAX_DIR
:
0
,
_splitpath_s
(
inpath
,
drv
,
drv
?
_MAX_DRIVE
:
0
,
dir
,
dir
?
_MAX_DIR
:
0
,
fname
,
fname
?
_MAX_FNAME
:
0
,
ext
,
ext
?
_MAX_EXT
:
0
);
}
...
...
@@ -1138,7 +1149,7 @@ void CDECL MSVCRT__splitpath(const char *inpath, char *drv, char *dir,
*
* Secure version of _wsplitpath
*/
int
CDECL
MSVCRT_
_wsplitpath_s
(
const
wchar_t
*
inpath
,
int
CDECL
_wsplitpath_s
(
const
wchar_t
*
inpath
,
wchar_t
*
drive
,
size_t
sz_drive
,
wchar_t
*
dir
,
size_t
sz_dir
,
wchar_t
*
fname
,
size_t
sz_fname
,
...
...
@@ -1220,10 +1231,10 @@ do_error:
*
* Unicode version of _splitpath.
*/
void
CDECL
MSVCRT_
_wsplitpath
(
const
wchar_t
*
inpath
,
wchar_t
*
drv
,
wchar_t
*
dir
,
void
CDECL
_wsplitpath
(
const
wchar_t
*
inpath
,
wchar_t
*
drv
,
wchar_t
*
dir
,
wchar_t
*
fname
,
wchar_t
*
ext
)
{
MSVCRT_
_wsplitpath_s
(
inpath
,
drv
,
drv
?
_MAX_DRIVE
:
0
,
dir
,
dir
?
_MAX_DIR
:
0
,
_wsplitpath_s
(
inpath
,
drv
,
drv
?
_MAX_DRIVE
:
0
,
dir
,
dir
?
_MAX_DIR
:
0
,
fname
,
fname
?
_MAX_FNAME
:
0
,
ext
,
ext
?
_MAX_EXT
:
0
);
}
...
...
@@ -1232,7 +1243,7 @@ void CDECL MSVCRT__wsplitpath(const wchar_t *inpath, wchar_t *drv, wchar_t *dir,
*
* Unicode version of _fullpath.
*/
wchar_t
*
CDECL
MSVCRT_
_wfullpath
(
wchar_t
*
absPath
,
const
wchar_t
*
relPath
,
size_t
size
)
wchar_t
*
CDECL
_wfullpath
(
wchar_t
*
absPath
,
const
wchar_t
*
relPath
,
size_t
size
)
{
DWORD
rc
;
WCHAR
*
buffer
;
...
...
@@ -1240,7 +1251,7 @@ wchar_t * CDECL MSVCRT__wfullpath(wchar_t * absPath, const wchar_t* relPath, siz
BOOL
alloced
=
FALSE
;
if
(
!
relPath
||
!*
relPath
)
return
MSVCRT_
_wgetcwd
(
absPath
,
size
);
return
_wgetcwd
(
absPath
,
size
);
if
(
absPath
==
NULL
)
{
...
...
@@ -1286,7 +1297,7 @@ wchar_t * CDECL MSVCRT__wfullpath(wchar_t * absPath, const wchar_t* relPath, siz
* Otherwise populates absPath with the path and returns it.
* Failure: NULL. errno indicates the error.
*/
char
*
CDECL
MSVCRT__fullpath
(
char
*
absPath
,
const
char
*
relPath
,
unsigned
in
t
size
)
char
*
CDECL
_fullpath
(
char
*
absPath
,
const
char
*
relPath
,
size_
t
size
)
{
DWORD
rc
;
char
*
lastpart
;
...
...
@@ -1294,7 +1305,7 @@ char * CDECL MSVCRT__fullpath(char * absPath, const char* relPath, unsigned int
BOOL
alloced
=
FALSE
;
if
(
!
relPath
||
!*
relPath
)
return
MSVCRT_
_getcwd
(
absPath
,
size
);
return
_getcwd
(
absPath
,
size
);
if
(
absPath
==
NULL
)
{
...
...
@@ -1341,7 +1352,7 @@ char * CDECL MSVCRT__fullpath(char * absPath, const char* relPath, unsigned int
* Nothing. If path is not large enough to hold the resulting pathname,
* random process memory will be overwritten.
*/
VOID
CDECL
MSVCRT_
_makepath
(
char
*
path
,
const
char
*
drive
,
VOID
CDECL
_makepath
(
char
*
path
,
const
char
*
drive
,
const
char
*
directory
,
const
char
*
filename
,
const
char
*
extension
)
{
...
...
@@ -1388,7 +1399,7 @@ VOID CDECL MSVCRT__makepath(char * path, const char * drive,
*
* Unicode version of _wmakepath.
*/
VOID
CDECL
MSVCRT_
_wmakepath
(
wchar_t
*
path
,
const
wchar_t
*
drive
,
const
wchar_t
*
directory
,
VOID
CDECL
_wmakepath
(
wchar_t
*
path
,
const
wchar_t
*
drive
,
const
wchar_t
*
directory
,
const
wchar_t
*
filename
,
const
wchar_t
*
extension
)
{
wchar_t
*
p
=
path
;
...
...
@@ -1435,7 +1446,7 @@ VOID CDECL MSVCRT__wmakepath(wchar_t *path, const wchar_t *drive, const wchar_t
*
* Safe version of _makepath.
*/
int
CDECL
MSVCRT_
_makepath_s
(
char
*
path
,
size_t
size
,
const
char
*
drive
,
int
CDECL
_makepath_s
(
char
*
path
,
size_t
size
,
const
char
*
drive
,
const
char
*
directory
,
const
char
*
filename
,
const
char
*
extension
)
{
...
...
@@ -1539,7 +1550,7 @@ range:
*
* Safe version of _wmakepath.
*/
int
CDECL
MSVCRT_
_wmakepath_s
(
wchar_t
*
path
,
size_t
size
,
const
wchar_t
*
drive
,
int
CDECL
_wmakepath_s
(
wchar_t
*
path
,
size_t
size
,
const
wchar_t
*
drive
,
const
wchar_t
*
directory
,
const
wchar_t
*
filename
,
const
wchar_t
*
extension
)
{
...
...
@@ -1641,7 +1652,7 @@ range:
/*********************************************************************
* _searchenv_s (MSVCRT.@)
*/
int
CDECL
MSVCRT_
_searchenv_s
(
const
char
*
file
,
const
char
*
env
,
char
*
buf
,
size_t
count
)
int
CDECL
_searchenv_s
(
const
char
*
file
,
const
char
*
env
,
char
*
buf
,
size_t
count
)
{
char
*
envVal
,
*
penv
,
*
end
;
char
path
[
MAX_PATH
];
...
...
@@ -1726,15 +1737,15 @@ int CDECL MSVCRT__searchenv_s(const char* file, const char* env, char *buf, size
/*********************************************************************
* _searchenv (MSVCRT.@)
*/
void
CDECL
MSVCRT_
_searchenv
(
const
char
*
file
,
const
char
*
env
,
char
*
buf
)
void
CDECL
_searchenv
(
const
char
*
file
,
const
char
*
env
,
char
*
buf
)
{
MSVCRT_
_searchenv_s
(
file
,
env
,
buf
,
MAX_PATH
);
_searchenv_s
(
file
,
env
,
buf
,
MAX_PATH
);
}
/*********************************************************************
* _wsearchenv_s (MSVCRT.@)
*/
int
CDECL
MSVCRT_
_wsearchenv_s
(
const
wchar_t
*
file
,
const
wchar_t
*
env
,
int
CDECL
_wsearchenv_s
(
const
wchar_t
*
file
,
const
wchar_t
*
env
,
wchar_t
*
buf
,
size_t
count
)
{
wchar_t
*
envVal
,
*
penv
,
*
end
;
...
...
@@ -1820,7 +1831,7 @@ int CDECL MSVCRT__wsearchenv_s(const wchar_t* file, const wchar_t* env,
/*********************************************************************
* _wsearchenv (MSVCRT.@)
*/
void
CDECL
MSVCRT_
_wsearchenv
(
const
wchar_t
*
file
,
const
wchar_t
*
env
,
wchar_t
*
buf
)
void
CDECL
_wsearchenv
(
const
wchar_t
*
file
,
const
wchar_t
*
env
,
wchar_t
*
buf
)
{
MSVCRT_
_wsearchenv_s
(
file
,
env
,
buf
,
MAX_PATH
);
_wsearchenv_s
(
file
,
env
,
buf
,
MAX_PATH
);
}
dlls/msvcrt/file.c
View file @
41fa6e4b
...
...
@@ -26,7 +26,7 @@
* Use the file flag hints O_SEQUENTIAL, O_RANDOM, O_SHORT_LIVED
*/
#include <direct.h>
#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>
...
...
@@ -2997,7 +2997,7 @@ int CDECL MSVCRT_stat64(const char* path, struct MSVCRT__stat64 * buf)
if
(
isalpha
(
*
path
)
&&
(
*
(
path
+
1
)
==
':'
))
buf
->
st_dev
=
buf
->
st_rdev
=
_toupper_l
(
*
path
,
NULL
)
-
'A'
;
/* drive num */
else
buf
->
st_dev
=
buf
->
st_rdev
=
MSVCRT_
_getdrive
()
-
1
;
buf
->
st_dev
=
buf
->
st_rdev
=
_getdrive
()
-
1
;
/* Dir, or regular file? */
if
(
hfi
.
dwFileAttributes
&
FILE_ATTRIBUTE_DIRECTORY
)
...
...
@@ -3149,7 +3149,7 @@ int CDECL MSVCRT__wstat64(const wchar_t* path, struct MSVCRT__stat64 * buf)
if
(
iswalpha
(
*
path
)
&&
path
[
1
]
==
':'
)
buf
->
st_dev
=
buf
->
st_rdev
=
towupper
(
*
path
)
-
'A'
;
/* drive num */
else
buf
->
st_dev
=
buf
->
st_rdev
=
MSVCRT_
_getdrive
()
-
1
;
buf
->
st_dev
=
buf
->
st_rdev
=
_getdrive
()
-
1
;
/* Dir, or regular file? */
if
(
hfi
.
dwFileAttributes
&
FILE_ATTRIBUTE_DIRECTORY
)
...
...
dlls/msvcrt/msvcrt.h
View file @
41fa6e4b
...
...
@@ -651,7 +651,6 @@ int __cdecl _ismbblead_l(unsigned int, _locale_t);
int
__cdecl
_ismbclegal
(
unsigned
int
c
);
int
__cdecl
_ismbstrail
(
const
unsigned
char
*
start
,
const
unsigned
char
*
str
);
void
__cdecl
MSVCRT__searchenv
(
const
char
*
,
const
char
*
,
char
*
);
int
__cdecl
MSVCRT__getdrive
(
void
);
char
*
__cdecl
_strset
(
char
*
,
int
);
int
__cdecl
_ungetch
(
int
);
int
__cdecl
_cputs
(
const
char
*
);
...
...
dlls/msvcrt/msvcrt.spec
View file @
41fa6e4b
...
...
@@ -349,8 +349,8 @@
# stub _cgets_s(ptr long ptr)
# stub _cgetws(ptr)
# stub _cgetws_s(ptr long ptr)
@ cdecl _chdir(str)
MSVCRT__chdir
@ cdecl _chdrive(long)
MSVCRT__chdrive
@ cdecl _chdir(str)
@ cdecl _chdrive(long)
@ cdecl _chgsign(double)
@ cdecl -arch=!i386 _chgsignf(float)
@ cdecl -arch=i386 -norelay _chkesp()
...
...
@@ -439,17 +439,17 @@
@ cdecl _filelength(long) MSVCRT__filelength
@ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64
@ cdecl _fileno(ptr) MSVCRT__fileno
@ cdecl _findclose(long)
MSVCRT__findclose
@ cdecl _findfirst(str ptr)
MSVCRT__findfirst
@ cdecl _findfirst32(str ptr)
MSVCRT__findfirst32
@ cdecl _findfirst64(str ptr)
MSVCRT__findfirst64
@ cdecl _findfirst64i32(str ptr)
MSVCRT__findfirst64i32
@ cdecl _findfirsti64(str ptr)
MSVCRT__findfirsti64
@ cdecl _findnext(long ptr)
MSVCRT__findnext
@ cdecl _findnext32(long ptr)
MSVCRT__findnext32
@ cdecl _findnext64(long ptr)
MSVCRT__findnext64
@ cdecl _findnext64i32(long ptr)
MSVCRT__findnext64i32
@ cdecl _findnexti64(long ptr)
MSVCRT__findnexti64
@ cdecl _findclose(long)
@ cdecl _findfirst(str ptr)
@ cdecl _findfirst32(str ptr)
@ cdecl _findfirst64(str ptr)
@ cdecl _findfirst64i32(str ptr)
@ cdecl _findfirsti64(str ptr)
@ cdecl _findnext(long ptr)
@ cdecl _findnext32(long ptr)
@ cdecl _findnext64(long ptr)
@ cdecl _findnext64i32(long ptr)
@ cdecl _findnexti64(long ptr)
@ cdecl _finite(double)
@ cdecl -arch=!i386 _finitef(float)
@ cdecl _flsbuf(long ptr) MSVCRT__flsbuf
...
...
@@ -487,7 +487,7 @@
@ cdecl -arch=i386 -ret64 _ftol2() _ftol
@ cdecl -arch=i386 -ret64 _ftol2_sse() _ftol #FIXME: SSE variant should be implemented
# stub _ftol2_sse_excpt
@ cdecl _fullpath(ptr str long)
MSVCRT__fullpath
@ cdecl _fullpath(ptr str long)
# stub _fullpath_dbg(ptr str long long str long)
@ cdecl -arch=win32 _futime(long ptr) _futime32
@ cdecl -arch=win64 _futime(long ptr) _futime64
...
...
@@ -524,11 +524,11 @@
@ cdecl _get_unexpected()
@ cdecl _getch()
@ cdecl _getche()
@ cdecl _getcwd(str long)
MSVCRT__getcwd
@ cdecl _getdcwd(long str long)
MSVCRT__getdcwd
@ cdecl _getdiskfree(long ptr)
MSVCRT__getdiskfree
@ cdecl _getcwd(str long)
@ cdecl _getdcwd(long str long)
@ cdecl _getdiskfree(long ptr)
@ cdecl _getdllprocaddr(long str long)
@ cdecl _getdrive()
MSVCRT__getdrive
@ cdecl _getdrive()
@ cdecl _getdrives() kernel32.GetLogicalDrives
@ cdecl _getmaxstdio() MSVCRT__getmaxstdio
@ cdecl _getmbcp()
...
...
@@ -682,8 +682,8 @@
@ cdecl _ltoa_s(long ptr long long)
@ cdecl _ltow(long ptr long) ntdll._ltow
@ cdecl _ltow_s(long ptr long long)
@ cdecl _makepath(ptr str str str str)
MSVCRT__makepath
@ cdecl _makepath_s(ptr long str str str str)
MSVCRT__makepath_s
@ cdecl _makepath(ptr str str str str)
@ cdecl _makepath_s(ptr long str str str str)
# stub _malloc_dbg(long long str long)
@ cdecl _mbbtombc(long)
# stub _mbbtombc_l(long ptr)
...
...
@@ -827,7 +827,7 @@
@ cdecl _memccpy(ptr ptr long long) ntdll._memccpy
@ cdecl _memicmp(str str long)
@ cdecl _memicmp_l(str str long ptr)
@ cdecl _mkdir(str)
MSVCRT__mkdir
@ cdecl _mkdir(str)
@ cdecl -arch=win32 _mkgmtime(ptr) _mkgmtime32
@ cdecl -arch=win64 _mkgmtime(ptr) _mkgmtime64
@ cdecl _mkgmtime32(ptr)
...
...
@@ -869,7 +869,7 @@
@ cdecl _read(long ptr long) MSVCRT__read
# stub _realloc_dbg(ptr long long str long)
@ cdecl _resetstkoflw()
@ cdecl _rmdir(str)
MSVCRT__rmdir
@ cdecl _rmdir(str)
@ cdecl _rmtmp() MSVCRT__rmtmp
@ cdecl _rotl(long long)
@ cdecl -ret64 _rotl64(int64 long)
...
...
@@ -889,8 +889,8 @@
@ varargs _scwprintf(wstr)
# stub _scwprintf_l(wstr ptr)
# stub _scwprintf_p_l(wstr ptr)
@ cdecl _searchenv(str str ptr)
MSVCRT__searchenv
@ cdecl _searchenv_s(str str ptr long)
MSVCRT__searchenv_s
@ cdecl _searchenv(str str ptr)
@ cdecl _searchenv_s(str str ptr long)
@ stdcall -arch=i386 _seh_longjmp_unwind4(ptr)
@ stdcall -arch=i386 _seh_longjmp_unwind(ptr)
@ cdecl _set_SSE2_enable(long)
...
...
@@ -939,8 +939,8 @@
@ cdecl _spawnve(long str ptr ptr)
@ cdecl _spawnvp(long str ptr)
@ cdecl _spawnvpe(long str ptr ptr)
@ cdecl _splitpath(str ptr ptr ptr ptr)
MSVCRT__splitpath
@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long)
MSVCRT__splitpath_s
@ cdecl _splitpath(str ptr ptr ptr ptr)
@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long)
@ varargs _sprintf_l(ptr str ptr)
@ varargs _sprintf_p_l(ptr long str ptr)
@ varargs _sprintf_s_l(ptr long str ptr)
...
...
@@ -1095,7 +1095,7 @@
@ cdecl _wasctime(ptr)
@ cdecl _wasctime_s(ptr long ptr)
@ cdecl _wassert(wstr wstr long)
@ cdecl _wchdir(wstr)
MSVCRT__wchdir
@ cdecl _wchdir(wstr)
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ extern _wcmdln MSVCRT__wcmdln
@ cdecl _wcreat(wstr long) MSVCRT__wcreat
...
...
@@ -1157,33 +1157,33 @@
@ cdecl _wexecvp(wstr ptr)
@ cdecl _wexecvpe(wstr ptr ptr)
@ cdecl _wfdopen(long wstr) MSVCRT__wfdopen
@ cdecl _wfindfirst(wstr ptr)
MSVCRT__wfindfirst
@ cdecl _wfindfirst32(wstr ptr)
MSVCRT__wfindfirst32
@ cdecl _wfindfirst64(wstr ptr)
MSVCRT__wfindfirst64
@ cdecl _wfindfirsti64(wstr ptr)
MSVCRT__wfindfirsti64
@ cdecl _wfindfirst64i32(wstr ptr)
MSVCRT__wfindfirst64i32
@ cdecl _wfindnext(long ptr)
MSVCRT__wfindnext
@ cdecl _wfindnext64(long ptr)
MSVCRT__wfindnext64
@ cdecl _wfindnext64i32(long ptr)
MSVCRT__wfindnext64i32
@ cdecl _wfindnexti64(long ptr)
MSVCRT__wfindnexti64
@ cdecl _wfindfirst(wstr ptr)
@ cdecl _wfindfirst32(wstr ptr)
@ cdecl _wfindfirst64(wstr ptr)
@ cdecl _wfindfirsti64(wstr ptr)
@ cdecl _wfindfirst64i32(wstr ptr)
@ cdecl _wfindnext(long ptr)
@ cdecl _wfindnext64(long ptr)
@ cdecl _wfindnext64i32(long ptr)
@ cdecl _wfindnexti64(long ptr)
@ cdecl _wfopen(wstr wstr) MSVCRT__wfopen
@ cdecl _wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s
@ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen
@ cdecl _wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s
@ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen
@ cdecl _wfullpath(ptr wstr long)
MSVCRT__wfullpath
@ cdecl _wfullpath(ptr wstr long)
# stub _wfullpath_dbg(ptr wstr long long str long)
@ cdecl _wgetcwd(wstr long)
MSVCRT__wgetcwd
@ cdecl _wgetdcwd(long wstr long)
MSVCRT__wgetdcwd
@ cdecl _wgetcwd(wstr long)
@ cdecl _wgetdcwd(long wstr long)
@ cdecl _wgetenv(wstr)
@ cdecl _wgetenv_s(ptr ptr long wstr)
@ extern _winmajor MSVCRT__winmajor
@ extern _winminor MSVCRT__winminor
# stub _winput_s
@ extern _winver MSVCRT__winver
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
MSVCRT__wmakepath
@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr)
MSVCRT__wmakepath_s
@ cdecl _wmkdir(wstr)
MSVCRT__wmkdir
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr)
@ cdecl _wmkdir(wstr)
@ cdecl _wmktemp(wstr) MSVCRT__wmktemp
@ cdecl _wmktemp_s(wstr long) MSVCRT__wmktemp_s
@ varargs _wopen(wstr long) MSVCRT__wopen
...
...
@@ -1200,11 +1200,11 @@
@ cdecl _wremove(wstr) MSVCRT__wremove
@ cdecl _wrename(wstr wstr) MSVCRT__wrename
@ cdecl _write(long ptr long) MSVCRT__write
@ cdecl _wrmdir(wstr)
MSVCRT__wrmdir
@ cdecl _wrmdir(wstr)
@ varargs _wscanf_l(wstr ptr)
@ varargs _wscanf_s_l(wstr ptr)
@ cdecl _wsearchenv(wstr wstr ptr)
MSVCRT__wsearchenv
@ cdecl _wsearchenv_s(wstr wstr ptr long)
MSVCRT__wsearchenv_s
@ cdecl _wsearchenv(wstr wstr ptr)
@ cdecl _wsearchenv_s(wstr wstr ptr long)
@ cdecl _wsetlocale(long wstr)
@ varargs _wsopen(wstr long long) MSVCRT__wsopen
@ cdecl _wsopen_s(ptr wstr long long long) MSVCRT__wsopen_s
...
...
@@ -1216,8 +1216,8 @@
@ cdecl _wspawnve(long wstr ptr ptr)
@ cdecl _wspawnvp(long wstr ptr)
@ cdecl _wspawnvpe(long wstr ptr ptr)
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
MSVCRT__wsplitpath
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
MSVCRT__wsplitpath_s
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
@ cdecl _wstat(wstr ptr) MSVCRT__wstat
@ cdecl _wstati64(wstr ptr) MSVCRT__wstati64
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
...
...
dlls/msvcrtd/msvcrtd.spec
View file @
41fa6e4b
...
...
@@ -229,8 +229,8 @@
@ cdecl _calloc_dbg(long long) calloc
@ cdecl _cexit()
@ cdecl _cgets(ptr)
@ cdecl _chdir(str)
MSVCRT__chdir
@ cdecl _chdrive(long)
MSVCRT__chdrive
@ cdecl _chdir(str)
@ cdecl _chdrive(long)
@ cdecl _chgsign(double)
@ cdecl -arch=i386 -norelay _chkesp()
@ cdecl _chmod(str long) MSVCRT__chmod
...
...
@@ -284,11 +284,11 @@
@ cdecl _filelength(long) MSVCRT__filelength
@ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64
@ cdecl _fileno(ptr) MSVCRT__fileno
@ cdecl _findclose(long)
MSVCRT__findclose
@ cdecl _findfirst(str ptr)
MSVCRT__findfirst
@ cdecl _findfirsti64(str ptr)
MSVCRT__findfirsti64
@ cdecl _findnext(long ptr)
MSVCRT__findnext
@ cdecl _findnexti64(long ptr)
MSVCRT__findnexti64
@ cdecl _findclose(long)
@ cdecl _findfirst(str ptr)
@ cdecl _findfirsti64(str ptr)
@ cdecl _findnext(long ptr)
@ cdecl _findnexti64(long ptr)
@ cdecl _finite(double)
@ cdecl _flsbuf(long ptr) MSVCRT__flsbuf
@ cdecl _flushall() MSVCRT__flushall
...
...
@@ -305,7 +305,7 @@
@ cdecl -arch=win32 _ftime(ptr) _ftime32
@ cdecl -arch=win64 _ftime(ptr) _ftime64
@ cdecl -arch=i386 -ret64 _ftol()
@ cdecl _fullpath(ptr str long)
MSVCRT__fullpath
@ cdecl _fullpath(ptr str long)
@ cdecl -arch=win32 _futime(long ptr) _futime32
@ cdecl -arch=win64 _futime(long ptr) _futime64
@ cdecl _gcvt(double long str)
...
...
@@ -313,11 +313,11 @@
@ cdecl _get_sbh_threshold()
@ cdecl _getch()
@ cdecl _getche()
@ cdecl _getcwd(str long)
MSVCRT__getcwd
@ cdecl _getdcwd(long str long)
MSVCRT__getdcwd
@ cdecl _getdiskfree(long ptr)
MSVCRT__getdiskfree
@ cdecl _getcwd(str long)
@ cdecl _getdcwd(long str long)
@ cdecl _getdiskfree(long ptr)
@ cdecl _getdllprocaddr(long str long)
@ cdecl _getdrive()
MSVCRT__getdrive
@ cdecl _getdrive()
@ cdecl _getdrives() kernel32.GetLogicalDrives
@ cdecl _getmaxstdio() MSVCRT__getmaxstdio
@ cdecl _getmbcp()
...
...
@@ -393,7 +393,7 @@
@ cdecl -ret64 _lseeki64(long int64 long) MSVCRT__lseeki64
@ cdecl _ltoa(long ptr long) ntdll._ltoa
@ cdecl _ltow(long ptr long) ntdll._ltow
@ cdecl _makepath(ptr str str str str)
MSVCRT__makepath
@ cdecl _makepath(ptr str str str str)
@ cdecl _malloc_dbg(long) malloc
@ cdecl _mbbtombc(long)
@ cdecl _mbbtype(long long)
...
...
@@ -452,7 +452,7 @@
@ cdecl _mbsupr(str)
@ cdecl _memccpy(ptr ptr long long) ntdll._memccpy
@ cdecl _memicmp(str str long)
@ cdecl _mkdir(str)
MSVCRT__mkdir
@ cdecl _mkdir(str)
@ cdecl _mktemp(str) MSVCRT__mktemp
@ cdecl _msize(ptr)
@ cdecl _msize_dbg(ptr) _msize
...
...
@@ -477,7 +477,7 @@
@ extern _pwctype MSVCRT__pwctype
@ cdecl _read(long ptr long) MSVCRT__read
@ cdecl _realloc_dbg(ptr long) realloc
@ cdecl _rmdir(str)
MSVCRT__rmdir
@ cdecl _rmdir(str)
@ cdecl _rmtmp() MSVCRT__rmtmp
@ cdecl _rotl(long long)
@ cdecl _rotr(long long)
...
...
@@ -486,7 +486,7 @@
@ cdecl -arch=i386 _safe_fprem()
@ cdecl -arch=i386 _safe_fprem1()
@ cdecl _scalb(double long)
@ cdecl _searchenv(str str ptr)
MSVCRT__searchenv
@ cdecl _searchenv(str str ptr)
@ stdcall -arch=i386 _seh_longjmp_unwind4(ptr)
@ stdcall -arch=i386 _seh_longjmp_unwind(ptr)
@ cdecl _set_error_mode(long)
...
...
@@ -510,7 +510,7 @@
@ cdecl _spawnve(long str ptr ptr)
@ cdecl _spawnvp(long str ptr)
@ cdecl _spawnvpe(long str ptr ptr)
@ cdecl _splitpath(str ptr ptr ptr ptr)
MSVCRT__splitpath
@ cdecl _splitpath(str ptr ptr ptr ptr)
@ cdecl _stat(str ptr) MSVCRT_stat
@ cdecl _stati64(str ptr) MSVCRT_stati64
@ cdecl _statusfp()
...
...
@@ -555,7 +555,7 @@
@ cdecl _vsnwprintf(ptr long wstr ptr)
@ cdecl _waccess(wstr long) MSVCRT__waccess
@ cdecl _wasctime(ptr)
@ cdecl _wchdir(wstr)
MSVCRT__wchdir
@ cdecl _wchdir(wstr)
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ extern _wcmdln MSVCRT__wcmdln
@ cdecl _wcreat(wstr long) MSVCRT__wcreat
...
...
@@ -582,22 +582,22 @@
@ cdecl _wexecvp(wstr ptr)
@ cdecl _wexecvpe(wstr ptr ptr)
@ cdecl _wfdopen(long wstr) MSVCRT__wfdopen
@ cdecl _wfindfirst(wstr ptr)
MSVCRT__wfindfirst
@ cdecl _wfindfirsti64(wstr ptr)
MSVCRT__wfindfirsti64
@ cdecl _wfindnext(long ptr)
MSVCRT__wfindnext
@ cdecl _wfindnexti64(long ptr)
MSVCRT__wfindnexti64
@ cdecl _wfindfirst(wstr ptr)
@ cdecl _wfindfirsti64(wstr ptr)
@ cdecl _wfindnext(long ptr)
@ cdecl _wfindnexti64(long ptr)
@ cdecl _wfopen(wstr wstr) MSVCRT__wfopen
@ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen
@ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen
@ cdecl _wfullpath(ptr wstr long)
MSVCRT__wfullpath
@ cdecl _wgetcwd(wstr long)
MSVCRT__wgetcwd
@ cdecl _wgetdcwd(long wstr long)
MSVCRT__wgetdcwd
@ cdecl _wfullpath(ptr wstr long)
@ cdecl _wgetcwd(wstr long)
@ cdecl _wgetdcwd(long wstr long)
@ cdecl _wgetenv(wstr)
@ extern _winmajor MSVCRT__winmajor
@ extern _winminor MSVCRT__winminor
@ extern _winver MSVCRT__winver
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
MSVCRT__wmakepath
@ cdecl _wmkdir(wstr)
MSVCRT__wmkdir
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
@ cdecl _wmkdir(wstr)
@ cdecl _wmktemp(wstr) MSVCRT__wmktemp
@ varargs _wopen(wstr long) MSVCRT__wopen
@ cdecl _wperror(wstr)
...
...
@@ -607,8 +607,8 @@
@ cdecl _wremove(wstr) MSVCRT__wremove
@ cdecl _wrename(wstr wstr) MSVCRT__wrename
@ cdecl _write(long ptr long) MSVCRT__write
@ cdecl _wrmdir(wstr)
MSVCRT__wrmdir
@ cdecl _wsearchenv(wstr wstr ptr)
MSVCRT__wsearchenv
@ cdecl _wrmdir(wstr)
@ cdecl _wsearchenv(wstr wstr ptr)
@ cdecl _wsetlocale(long wstr)
@ varargs _wsopen(wstr long long) MSVCRT__wsopen
@ varargs _wspawnl(long wstr wstr)
...
...
@@ -619,7 +619,7 @@
@ cdecl _wspawnve(long wstr ptr ptr)
@ cdecl _wspawnvp(long wstr ptr)
@ cdecl _wspawnvpe(long wstr ptr ptr)
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
MSVCRT__wsplitpath
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
@ cdecl _wstat(wstr ptr) MSVCRT__wstat
@ cdecl _wstati64(wstr ptr) MSVCRT__wstati64
@ cdecl _wstrdate(ptr)
...
...
dlls/ucrtbase/ucrtbase.spec
View file @
41fa6e4b
...
...
@@ -217,8 +217,8 @@
@ stub _cgets_s
@ stub _cgetws
@ stub _cgetws_s
@ cdecl _chdir(str)
MSVCRT__chdir
@ cdecl _chdrive(long)
MSVCRT__chdrive
@ cdecl _chdir(str)
@ cdecl _chdrive(long)
@ cdecl _chgsign(double)
@ cdecl _chgsignf(float)
@ cdecl -arch=i386 -norelay _chkesp()
...
...
@@ -311,15 +311,15 @@
@ cdecl _filelength(long) MSVCRT__filelength
@ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64
@ cdecl _fileno(ptr) MSVCRT__fileno
@ cdecl _findclose(long)
MSVCRT__findclose
@ cdecl _findfirst32(str ptr)
MSVCRT__findfirst32
@ cdecl _findclose(long)
@ cdecl _findfirst32(str ptr)
@ stub _findfirst32i64
@ cdecl _findfirst64(str ptr)
MSVCRT__findfirst64
@ cdecl _findfirst64i32(str ptr)
MSVCRT__findfirst64i32
@ cdecl _findnext32(long ptr)
MSVCRT__findnext32
@ cdecl _findfirst64(str ptr)
@ cdecl _findfirst64i32(str ptr)
@ cdecl _findnext32(long ptr)
@ stub _findnext32i64
@ cdecl _findnext64(long ptr)
MSVCRT__findnext64
@ cdecl _findnext64i32(long ptr)
MSVCRT__findnext64i32
@ cdecl _findnext64(long ptr)
@ cdecl _findnext64i32(long ptr)
@ cdecl _finite(double)
@ cdecl -arch=!i386 _finitef(float)
@ cdecl _flushall() MSVCRT__flushall
...
...
@@ -351,7 +351,7 @@
@ cdecl _ftime64(ptr)
@ cdecl _ftime64_s(ptr)
@ cdecl -arch=i386 -ret64 _ftol()
@ cdecl _fullpath(ptr str long)
MSVCRT__fullpath
@ cdecl _fullpath(ptr str long)
@ cdecl _futime32(long ptr)
@ cdecl _futime64(long ptr)
@ cdecl _fwrite_nolock(ptr long long ptr) MSVCRT__fwrite_nolock
...
...
@@ -386,11 +386,11 @@
@ cdecl _getch_nolock()
@ cdecl _getche()
@ cdecl _getche_nolock()
@ cdecl _getcwd(str long)
MSVCRT__getcwd
@ cdecl _getdcwd(long str long)
MSVCRT__getdcwd
@ cdecl _getdiskfree(long ptr)
MSVCRT__getdiskfree
@ cdecl _getcwd(str long)
@ cdecl _getdcwd(long str long)
@ cdecl _getdiskfree(long ptr)
@ cdecl _getdllprocaddr(long str long)
@ cdecl _getdrive()
MSVCRT__getdrive
@ cdecl _getdrive()
@ cdecl _getdrives() kernel32.GetLogicalDrives
@ cdecl _getmaxstdio() MSVCRT__getmaxstdio
@ cdecl _getmbcp()
...
...
@@ -578,8 +578,8 @@
@ cdecl _ltoa_s(long ptr long long)
@ cdecl _ltow(long ptr long) ntdll._ltow
@ cdecl _ltow_s(long ptr long long)
@ cdecl _makepath(ptr str str str str)
MSVCRT__makepath
@ cdecl _makepath_s(ptr long str str str str)
MSVCRT__makepath_s
@ cdecl _makepath(ptr str str str str)
@ cdecl _makepath_s(ptr long str str str str)
@ cdecl _malloc_base(long)
@ cdecl _mbbtombc(long)
@ stub _mbbtombc_l
...
...
@@ -720,7 +720,7 @@
@ cdecl _memccpy(ptr ptr long long) ntdll._memccpy
@ cdecl _memicmp(str str long)
@ cdecl _memicmp_l(str str long ptr)
@ cdecl _mkdir(str)
MSVCRT__mkdir
@ cdecl _mkdir(str)
@ cdecl _mkgmtime32(ptr)
@ cdecl _mkgmtime64(ptr)
@ cdecl _mktemp(str) MSVCRT__mktemp
...
...
@@ -864,8 +864,8 @@
@ stub _o__cgets_s
@ stub _o__cgetws
@ stub _o__cgetws_s
@ cdecl _o__chdir(str)
MSVCRT_
_chdir
@ cdecl _o__chdrive(long)
MSVCRT_
_chdrive
@ cdecl _o__chdir(str) _chdir
@ cdecl _o__chdrive(long) _chdrive
@ cdecl _o__chmod(str long) MSVCRT__chmod
@ cdecl _o__chsize(long long) MSVCRT__chsize
@ cdecl _o__chsize_s(long int64) MSVCRT__chsize_s
...
...
@@ -935,15 +935,15 @@
@ cdecl _o__filelength(long) MSVCRT__filelength
@ cdecl -ret64 _o__filelengthi64(long) MSVCRT__filelengthi64
@ cdecl _o__fileno(ptr) MSVCRT__fileno
@ cdecl _o__findclose(long)
MSVCRT_
_findclose
@ cdecl _o__findfirst32(str ptr)
MSVCRT_
_findfirst32
@ cdecl _o__findclose(long) _findclose
@ cdecl _o__findfirst32(str ptr) _findfirst32
@ stub _o__findfirst32i64
@ cdecl _o__findfirst64(str ptr)
MSVCRT_
_findfirst64
@ cdecl _o__findfirst64i32(str ptr)
MSVCRT_
_findfirst64i32
@ cdecl _o__findnext32(long ptr)
MSVCRT_
_findnext32
@ cdecl _o__findfirst64(str ptr) _findfirst64
@ cdecl _o__findfirst64i32(str ptr) _findfirst64i32
@ cdecl _o__findnext32(long ptr) _findnext32
@ stub _o__findnext32i64
@ cdecl _o__findnext64(long ptr)
MSVCRT_
_findnext64
@ cdecl _o__findnext64i32(long ptr)
MSVCRT_
_findnext64i32
@ cdecl _o__findnext64(long ptr) _findnext64
@ cdecl _o__findnext64i32(long ptr) _findnext64i32
@ cdecl _o__flushall() MSVCRT__flushall
@ cdecl _o__fpclass(double) _fpclass
@ cdecl -arch=!i386 _o__fpclassf(float) _fpclassf
...
...
@@ -970,7 +970,7 @@
@ cdecl _o__ftime32_s(ptr) _ftime32_s
@ cdecl _o__ftime64(ptr) _ftime64
@ cdecl _o__ftime64_s(ptr) _ftime64_s
@ cdecl _o__fullpath(ptr str long)
MSVCRT_
_fullpath
@ cdecl _o__fullpath(ptr str long) _fullpath
@ cdecl _o__futime32(long ptr) _futime32
@ cdecl _o__futime64(long ptr) _futime64
@ cdecl _o__fwrite_nolock(ptr long long ptr) MSVCRT__fwrite_nolock
...
...
@@ -1000,11 +1000,11 @@
@ cdecl _o__getch_nolock() _getch_nolock
@ cdecl _o__getche() _getche
@ cdecl _o__getche_nolock() _getche_nolock
@ cdecl _o__getcwd(str long)
MSVCRT_
_getcwd
@ cdecl _o__getdcwd(long str long)
MSVCRT_
_getdcwd
@ cdecl _o__getdiskfree(long ptr)
MSVCRT_
_getdiskfree
@ cdecl _o__getcwd(str long) _getcwd
@ cdecl _o__getdcwd(long str long) _getdcwd
@ cdecl _o__getdiskfree(long ptr) _getdiskfree
@ cdecl _o__getdllprocaddr(long str long) _getdllprocaddr
@ cdecl _o__getdrive()
MSVCRT_
_getdrive
@ cdecl _o__getdrive() _getdrive
@ cdecl _o__getdrives() kernel32.GetLogicalDrives
@ cdecl _o__getmbcp() _getmbcp
@ stub _o__getsystime
...
...
@@ -1149,8 +1149,8 @@
@ cdecl _o__ltoa_s(long ptr long long) _ltoa_s
@ cdecl _o__ltow(long ptr long) ntdll._ltow
@ cdecl _o__ltow_s(long ptr long long) _ltow_s
@ cdecl _o__makepath(ptr str str str str)
MSVCRT_
_makepath
@ cdecl _o__makepath_s(ptr long str str str str)
MSVCRT_
_makepath_s
@ cdecl _o__makepath(ptr str str str str) _makepath
@ cdecl _o__makepath_s(ptr long str str str str) _makepath_s
@ cdecl _o__malloc_base(long) _malloc_base
@ cdecl _o__mbbtombc(long) _mbbtombc
@ stub _o__mbbtombc_l
...
...
@@ -1288,7 +1288,7 @@
@ cdecl _o__mbtowc_l(ptr str long ptr) _mbtowc_l
@ cdecl _o__memicmp(str str long) _memicmp
@ cdecl _o__memicmp_l(str str long ptr) _memicmp_l
@ cdecl _o__mkdir(str)
MSVCRT_
_mkdir
@ cdecl _o__mkdir(str) _mkdir
@ cdecl _o__mkgmtime32(ptr) _mkgmtime32
@ cdecl _o__mkgmtime64(ptr) _mkgmtime64
@ cdecl _o__mktemp(str) MSVCRT__mktemp
...
...
@@ -1318,12 +1318,12 @@
@ cdecl _o__recalloc(ptr long long) _recalloc
@ cdecl _o__register_onexit_function(ptr ptr) _register_onexit_function
@ cdecl _o__resetstkoflw() _resetstkoflw
@ cdecl _o__rmdir(str)
MSVCRT_
_rmdir
@ cdecl _o__rmdir(str) _rmdir
@ cdecl _o__rmtmp() MSVCRT__rmtmp
@ cdecl _o__scalb(double long) _scalb
@ cdecl -arch=x86_64 _o__scalbf(float long) _scalbf
@ cdecl _o__searchenv(str str ptr)
MSVCRT_
_searchenv
@ cdecl _o__searchenv_s(str str ptr long)
MSVCRT_
_searchenv_s
@ cdecl _o__searchenv(str str ptr) _searchenv
@ cdecl _o__searchenv_s(str str ptr long) _searchenv_s
@ cdecl _o__seh_filter_dll(long ptr) __CppXcptFilter
@ cdecl _o__seh_filter_exe(long ptr) _XcptFilter
@ cdecl _o__set_abort_behavior(long long) _set_abort_behavior
...
...
@@ -1347,8 +1347,8 @@
@ cdecl _o__spawnve(long str ptr ptr) _spawnve
@ cdecl _o__spawnvp(long str ptr) _spawnvp
@ cdecl _o__spawnvpe(long str ptr ptr) _spawnvpe
@ cdecl _o__splitpath(str ptr ptr ptr ptr)
MSVCRT_
_splitpath
@ cdecl _o__splitpath_s(str ptr long ptr long ptr long ptr long)
MSVCRT_
_splitpath_s
@ cdecl _o__splitpath(str ptr ptr ptr ptr) _splitpath
@ cdecl _o__splitpath_s(str ptr long ptr long ptr long ptr long) _splitpath_s
@ cdecl _o__stat32(str ptr) MSVCRT__stat32
@ cdecl _o__stat32i64(str ptr) MSVCRT__stat32i64
@ cdecl _o__stat64(str ptr) MSVCRT_stat64
...
...
@@ -1431,7 +1431,7 @@
@ cdecl _o__waccess_s(wstr long) MSVCRT__waccess_s
@ cdecl _o__wasctime(ptr) _wasctime
@ cdecl _o__wasctime_s(ptr long ptr) _wasctime_s
@ cdecl _o__wchdir(wstr)
MSVCRT_
_wchdir
@ cdecl _o__wchdir(wstr) _wchdir
@ cdecl _o__wchmod(wstr long) MSVCRT__wchmod
@ cdecl _o__wcreat(wstr long) MSVCRT__wcreat
@ cdecl _o__wcreate_locale(long wstr) _wcreate_locale
...
...
@@ -1488,27 +1488,27 @@
@ cdecl _o__wexecvp(wstr ptr) _wexecvp
@ cdecl _o__wexecvpe(wstr ptr ptr) _wexecvpe
@ cdecl _o__wfdopen(long wstr) MSVCRT__wfdopen
@ cdecl _o__wfindfirst32(wstr ptr)
MSVCRT_
_wfindfirst32
@ cdecl _o__wfindfirst32(wstr ptr) _wfindfirst32
@ stub _o__wfindfirst32i64
@ cdecl _o__wfindfirst64(wstr ptr)
MSVCRT_
_wfindfirst64
@ cdecl _o__wfindfirst64i32(wstr ptr)
MSVCRT_
_wfindfirst64i32
@ cdecl _o__wfindnext32(long ptr)
MSVCRT_
_wfindnext32
@ cdecl _o__wfindfirst64(wstr ptr) _wfindfirst64
@ cdecl _o__wfindfirst64i32(wstr ptr) _wfindfirst64i32
@ cdecl _o__wfindnext32(long ptr) _wfindnext32
@ stub _o__wfindnext32i64
@ cdecl _o__wfindnext64(long ptr)
MSVCRT_
_wfindnext64
@ cdecl _o__wfindnext64i32(long ptr)
MSVCRT_
_wfindnext64i32
@ cdecl _o__wfindnext64(long ptr) _wfindnext64
@ cdecl _o__wfindnext64i32(long ptr) _wfindnext64i32
@ cdecl _o__wfopen(wstr wstr) MSVCRT__wfopen
@ cdecl _o__wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s
@ cdecl _o__wfreopen(wstr wstr ptr) MSVCRT__wfreopen
@ cdecl _o__wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s
@ cdecl _o__wfsopen(wstr wstr long) MSVCRT__wfsopen
@ cdecl _o__wfullpath(ptr wstr long)
MSVCRT_
_wfullpath
@ cdecl _o__wgetcwd(wstr long)
MSVCRT_
_wgetcwd
@ cdecl _o__wgetdcwd(long wstr long)
MSVCRT_
_wgetdcwd
@ cdecl _o__wfullpath(ptr wstr long) _wfullpath
@ cdecl _o__wgetcwd(wstr long) _wgetcwd
@ cdecl _o__wgetdcwd(long wstr long) _wgetdcwd
@ cdecl _o__wgetenv(wstr) _wgetenv
@ cdecl _o__wgetenv_s(ptr ptr long wstr) _wgetenv_s
@ cdecl _o__wmakepath(ptr wstr wstr wstr wstr)
MSVCRT_
_wmakepath
@ cdecl _o__wmakepath_s(ptr long wstr wstr wstr wstr)
MSVCRT_
_wmakepath_s
@ cdecl _o__wmkdir(wstr)
MSVCRT_
_wmkdir
@ cdecl _o__wmakepath(ptr wstr wstr wstr wstr) _wmakepath
@ cdecl _o__wmakepath_s(ptr long wstr wstr wstr wstr) _wmakepath_s
@ cdecl _o__wmkdir(wstr) _wmkdir
@ cdecl _o__wmktemp(wstr) MSVCRT__wmktemp
@ cdecl _o__wmktemp_s(wstr long) MSVCRT__wmktemp_s
@ cdecl _o__wperror(wstr) _wperror
...
...
@@ -1518,9 +1518,9 @@
@ cdecl _o__wremove(wstr) MSVCRT__wremove
@ cdecl _o__wrename(wstr wstr) MSVCRT__wrename
@ cdecl _o__write(long ptr long) MSVCRT__write
@ cdecl _o__wrmdir(wstr)
MSVCRT_
_wrmdir
@ cdecl _o__wsearchenv(wstr wstr ptr)
MSVCRT_
_wsearchenv
@ cdecl _o__wsearchenv_s(wstr wstr ptr long)
MSVCRT_
_wsearchenv_s
@ cdecl _o__wrmdir(wstr) _wrmdir
@ cdecl _o__wsearchenv(wstr wstr ptr) _wsearchenv
@ cdecl _o__wsearchenv_s(wstr wstr ptr long) _wsearchenv_s
@ cdecl _o__wsetlocale(long wstr) _wsetlocale
@ cdecl _o__wsopen_dispatch(wstr long long long ptr long) MSVCRT__wsopen_dispatch
@ cdecl _o__wsopen_s(ptr wstr long long long) MSVCRT__wsopen_s
...
...
@@ -1528,8 +1528,8 @@
@ cdecl _o__wspawnve(long wstr ptr ptr) _wspawnve
@ cdecl _o__wspawnvp(long wstr ptr) _wspawnvp
@ cdecl _o__wspawnvpe(long wstr ptr ptr) _wspawnvpe
@ cdecl _o__wsplitpath(wstr ptr ptr ptr ptr)
MSVCRT_
_wsplitpath
@ cdecl _o__wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
MSVCRT_
_wsplitpath_s
@ cdecl _o__wsplitpath(wstr ptr ptr ptr ptr) _wsplitpath
@ cdecl _o__wsplitpath_s(wstr ptr long ptr long ptr long ptr long) _wsplitpath_s
@ cdecl _o__wstat32(wstr ptr) MSVCRT__wstat32
@ cdecl _o__wstat32i64(wstr ptr) MSVCRT__wstat32i64
@ cdecl _o__wstat64(wstr ptr) MSVCRT__wstat64
...
...
@@ -1864,7 +1864,7 @@
@ cdecl _register_onexit_function(ptr ptr)
@ cdecl _register_thread_local_exe_atexit_callback(ptr)
@ cdecl _resetstkoflw()
@ cdecl _rmdir(str)
MSVCRT__rmdir
@ cdecl _rmdir(str)
@ cdecl _rmtmp() MSVCRT__rmtmp
@ cdecl _rotl(long long)
@ cdecl -ret64 _rotl64(int64 long)
...
...
@@ -1872,8 +1872,8 @@
@ cdecl -ret64 _rotr64(int64 long)
@ cdecl _scalb(double long)
@ cdecl -arch=x86_64 _scalbf(float long)
@ cdecl _searchenv(str str ptr)
MSVCRT__searchenv
@ cdecl _searchenv_s(str str ptr long)
MSVCRT__searchenv_s
@ cdecl _searchenv(str str ptr)
@ cdecl _searchenv_s(str str ptr long)
@ cdecl -arch=i386,x86_64,arm,arm64 _seh_filter_dll(long ptr) __CppXcptFilter
@ cdecl _seh_filter_exe(long ptr) _XcptFilter
@ cdecl -arch=win64 _set_FMA3_enable(long)
...
...
@@ -1912,8 +1912,8 @@
@ cdecl _spawnve(long str ptr ptr)
@ cdecl _spawnvp(long str ptr)
@ cdecl _spawnvpe(long str ptr ptr)
@ cdecl _splitpath(str ptr ptr ptr ptr)
MSVCRT__splitpath
@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long)
MSVCRT__splitpath_s
@ cdecl _splitpath(str ptr ptr ptr ptr)
@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long)
@ cdecl _stat32(str ptr) MSVCRT__stat32
@ cdecl _stat32i64(str ptr) MSVCRT__stat32i64
@ cdecl _stat64(str ptr) MSVCRT_stat64
...
...
@@ -2008,7 +2008,7 @@
@ cdecl _wasctime(ptr)
@ cdecl _wasctime_s(ptr long ptr)
@ cdecl _wassert(wstr wstr long)
@ cdecl _wchdir(wstr)
MSVCRT__wchdir
@ cdecl _wchdir(wstr)
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ cdecl _wcreat(wstr long) MSVCRT__wcreat
@ cdecl _wcreate_locale(long wstr)
...
...
@@ -2073,27 +2073,27 @@
@ cdecl _wexecvp(wstr ptr)
@ cdecl _wexecvpe(wstr ptr ptr)
@ cdecl _wfdopen(long wstr) MSVCRT__wfdopen
@ cdecl _wfindfirst32(wstr ptr)
MSVCRT__wfindfirst32
@ cdecl _wfindfirst32(wstr ptr)
@ stub _wfindfirst32i64
@ cdecl _wfindfirst64(wstr ptr)
MSVCRT__wfindfirst64
@ cdecl _wfindfirst64i32(wstr ptr)
MSVCRT__wfindfirst64i32
@ cdecl _wfindnext32(long ptr)
MSVCRT__wfindnext32
@ cdecl _wfindfirst64(wstr ptr)
@ cdecl _wfindfirst64i32(wstr ptr)
@ cdecl _wfindnext32(long ptr)
@ stub _wfindnext32i64
@ cdecl _wfindnext64(long ptr)
MSVCRT__wfindnext64
@ cdecl _wfindnext64i32(long ptr)
MSVCRT__wfindnext64i32
@ cdecl _wfindnext64(long ptr)
@ cdecl _wfindnext64i32(long ptr)
@ cdecl _wfopen(wstr wstr) MSVCRT__wfopen
@ cdecl _wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s
@ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen
@ cdecl _wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s
@ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen
@ cdecl _wfullpath(ptr wstr long)
MSVCRT__wfullpath
@ cdecl _wgetcwd(wstr long)
MSVCRT__wgetcwd
@ cdecl _wgetdcwd(long wstr long)
MSVCRT__wgetdcwd
@ cdecl _wfullpath(ptr wstr long)
@ cdecl _wgetcwd(wstr long)
@ cdecl _wgetdcwd(long wstr long)
@ cdecl _wgetenv(wstr)
@ cdecl _wgetenv_s(ptr ptr long wstr)
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
MSVCRT__wmakepath
@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr)
MSVCRT__wmakepath_s
@ cdecl _wmkdir(wstr)
MSVCRT__wmkdir
@ cdecl _wmakepath(ptr wstr wstr wstr wstr)
@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr)
@ cdecl _wmkdir(wstr)
@ cdecl _wmktemp(wstr) MSVCRT__wmktemp
@ cdecl _wmktemp_s(wstr long) MSVCRT__wmktemp_s
@ varargs _wopen(wstr long) MSVCRT__wopen
...
...
@@ -2104,9 +2104,9 @@
@ cdecl _wremove(wstr) MSVCRT__wremove
@ cdecl _wrename(wstr wstr) MSVCRT__wrename
@ cdecl _write(long ptr long) MSVCRT__write
@ cdecl _wrmdir(wstr)
MSVCRT__wrmdir
@ cdecl _wsearchenv(wstr wstr ptr)
MSVCRT__wsearchenv
@ cdecl _wsearchenv_s(wstr wstr ptr long)
MSVCRT__wsearchenv_s
@ cdecl _wrmdir(wstr)
@ cdecl _wsearchenv(wstr wstr ptr)
@ cdecl _wsearchenv_s(wstr wstr ptr long)
@ cdecl _wsetlocale(long wstr)
@ varargs _wsopen(wstr long long) MSVCRT__wsopen
@ cdecl _wsopen_dispatch(wstr long long long ptr long) MSVCRT__wsopen_dispatch
...
...
@@ -2119,8 +2119,8 @@
@ cdecl _wspawnve(long wstr ptr ptr)
@ cdecl _wspawnvp(long wstr ptr)
@ cdecl _wspawnvpe(long wstr ptr ptr)
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
MSVCRT__wsplitpath
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
MSVCRT__wsplitpath_s
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
@ cdecl _wstat32(wstr ptr) MSVCRT__wstat32
@ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment