msvcrt: Remove MSVCRT_ prefix from time.c functions.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Piotr Caban 2020-12-03 19:10:50 +01:00 committed by Alexandre Julliard
parent 58c565559b
commit 40b3361c0a
13 changed files with 598 additions and 685 deletions

View file

@ -114,7 +114,8 @@
@ cdecl _fputwchar(long) MSVCRT__fputwchar
@ cdecl _fsopen(str str long) MSVCRT__fsopen
@ cdecl _fstat(long ptr) MSVCRT__fstat
@ cdecl _ftime(ptr) MSVCRT__ftime
@ cdecl -arch=win32 _ftime(ptr) _ftime32
@ cdecl -arch=win64 _ftime(ptr) _ftime64
@ cdecl -arch=i386 -ret64 _ftol() MSVCRT__ftol
@ cdecl _fullpath(ptr str long) MSVCRT__fullpath
@ cdecl -arch=win32 _futime(long ptr) _futime32
@ -286,7 +287,7 @@
@ cdecl _stat(str ptr) MSVCRT_stat
@ cdecl _statusfp()
@ cdecl _strcmpi(str str) _stricmp
@ cdecl _strdate(ptr) MSVCRT__strdate
@ cdecl _strdate(ptr)
@ cdecl _strdec(str str)
@ cdecl _strdup(str)
@ cdecl _strerror(long)
@ -302,7 +303,7 @@
@ cdecl _strrev(str)
@ cdecl _strset(str long)
@ cdecl _strspnp(str str)
@ cdecl _strtime(ptr) MSVCRT__strtime
@ cdecl _strtime(ptr)
@ cdecl _strupr(str)
@ cdecl _swab(str str long)
@ extern _sys_errlist MSVCRT__sys_errlist
@ -313,7 +314,7 @@
@ cdecl _tolower(long)
@ cdecl _toupper(long)
@ extern _tzname MSVCRT__tzname
@ cdecl _tzset() MSVCRT__tzset
@ cdecl _tzset()
@ cdecl _ultoa(long ptr long) ntdll._ultoa
@ cdecl _umask(long) MSVCRT__umask
@ cdecl _ungetch(long)
@ -344,7 +345,7 @@
@ cdecl abort()
@ cdecl abs(long) MSVCRT_abs
@ cdecl acos(double) MSVCRT_acos
@ cdecl asctime(ptr) MSVCRT_asctime
@ cdecl asctime(ptr)
@ cdecl asin(double) MSVCRT_asin
@ cdecl atan(double) MSVCRT_atan
@ cdecl atan2(double double) MSVCRT_atan2
@ -356,11 +357,13 @@
@ cdecl calloc(long long)
@ cdecl ceil(double) MSVCRT_ceil
@ cdecl clearerr(ptr) MSVCRT_clearerr
@ cdecl clock() MSVCRT_clock
@ cdecl clock()
@ cdecl cos(double) MSVCRT_cos
@ cdecl cosh(double) MSVCRT_cosh
@ cdecl ctime(ptr) MSVCRT_ctime
@ cdecl difftime(long long) MSVCRT_difftime
@ cdecl -arch=win32 ctime(ptr) _ctime32
@ cdecl -arch=win64 ctime(ptr) _ctime64
@ cdecl -arch=win32 difftime(long long) _difftime32
@ cdecl -arch=win64 difftime(long long) _difftime64
@ cdecl -ret64 div(long long) MSVCRT_div
@ cdecl exit(long)
@ cdecl exp(double) MSVCRT_exp
@ -395,7 +398,8 @@
@ cdecl getchar() MSVCRT_getchar
@ cdecl getenv(str)
@ cdecl gets(str) MSVCRT_gets
@ cdecl gmtime(ptr) MSVCRT_gmtime
@ cdecl -arch=win32 gmtime(ptr) _gmtime32
@ cdecl -arch=win64 gmtime(ptr) _gmtime64
@ cdecl is_wctype(long long) MSVCRT_iswctype
@ cdecl isalnum(long)
@ cdecl isalpha(long)
@ -426,7 +430,8 @@
@ cdecl ldexp(double long) MSVCRT_ldexp
@ cdecl -ret64 ldiv(long long) MSVCRT_ldiv
@ cdecl localeconv()
@ cdecl localtime(ptr) MSVCRT_localtime
@ cdecl -arch=win32 localtime(ptr) _localtime32
@ cdecl -arch=win64 localtime(ptr) _localtime64
@ cdecl log(double) MSVCRT_log
@ cdecl log10(double) MSVCRT_log10
@ cdecl -arch=i386,x86_64,arm,arm64 longjmp(ptr long) MSVCRT_longjmp
@ -439,7 +444,8 @@
@ cdecl memcpy(ptr ptr long)
@ cdecl memmove(ptr ptr long)
@ cdecl memset(ptr long long)
@ cdecl mktime(ptr) MSVCRT_mktime
@ cdecl -arch=win32 mktime(ptr) _mktime32
@ cdecl -arch=win64 mktime(ptr) _mktime64
@ cdecl modf(double ptr) MSVCRT_modf
@ cdecl perror(str)
@ cdecl pow(double double) MSVCRT_pow
@ -472,7 +478,7 @@
@ cdecl strcpy(ptr str)
@ cdecl strcspn(str str)
@ cdecl strerror(long)
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
@ cdecl strftime(ptr long str ptr)
@ cdecl strlen(str)
@ cdecl strncat(str str long)
@ cdecl strncmp(str str long)
@ -491,7 +497,8 @@
@ cdecl system(str)
@ cdecl tan(double) MSVCRT_tan
@ cdecl tanh(double) MSVCRT_tanh
@ cdecl time(ptr) MSVCRT_time
@ cdecl -arch=win32 time(ptr) _time32
@ cdecl -arch=win64 time(ptr) _time64
@ cdecl tmpfile() MSVCRT_tmpfile
@ cdecl tmpnam(ptr) MSVCRT_tmpnam
@ cdecl tolower(long)
@ -512,7 +519,7 @@
@ cdecl wcscoll(wstr wstr) MSVCRT_wcscoll
@ cdecl wcscpy(ptr wstr) MSVCRT_wcscpy
@ cdecl wcscspn(wstr wstr) ntdll.wcscspn
@ cdecl wcsftime(ptr long wstr ptr) MSVCRT_wcsftime
@ cdecl wcsftime(ptr long wstr ptr)
@ cdecl wcslen(wstr) MSVCRT_wcslen
@ cdecl wcsncat(wstr wstr long) ntdll.wcsncat
@ cdecl wcsncmp(wstr wstr long) MSVCRT_wcsncmp

View file

@ -581,10 +581,10 @@
@ cdecl __crtCompareStringW(long long wstr long wstr long)
@ cdecl __crtLCMapStringA(long long str long ptr long long long)
@ cdecl __crtLCMapStringW(long long wstr long ptr long long long)
@ cdecl __daylight() MSVCRT___p__daylight
@ cdecl __daylight() __p__daylight
@ cdecl __dllonexit(ptr ptr ptr)
@ cdecl __doserrno()
@ cdecl __dstbias() MSVCRT___p__dstbias
@ cdecl __dstbias() __p__dstbias
@ stub ___fls_getvalue@4
@ stub ___fls_setvalue@8
@ cdecl __fpecode()
@ -632,8 +632,8 @@
@ cdecl __p___winitenv()
@ cdecl __p__acmdln()
@ cdecl __p__commode()
@ cdecl __p__daylight() MSVCRT___p__daylight
@ cdecl __p__dstbias() MSVCRT___p__dstbias
@ cdecl __p__daylight()
@ cdecl __p__dstbias()
@ cdecl __p__environ()
@ cdecl __p__fmode()
@ cdecl __p__iob() __iob_func
@ -642,7 +642,7 @@
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@ stub __p__pwctype()
@ cdecl __p__timezone() MSVCRT___p__timezone
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
@ cdecl __p__wenviron()
@ -662,7 +662,7 @@
@ cdecl __sys_nerr()
@ cdecl __threadhandle() kernel32.GetCurrentThread
@ cdecl __threadid() kernel32.GetCurrentThreadId
@ cdecl __timezone() MSVCRT___p__timezone
@ cdecl __timezone() __p__timezone
@ cdecl __toascii(long)
@ cdecl __tzname() __p__tzname
@ cdecl __unDName(ptr str long ptr ptr long)
@ -751,10 +751,10 @@
@ varargs _cscanf_l(str ptr)
@ varargs _cscanf_s(str)
@ varargs _cscanf_s_l(str ptr)
@ cdecl _ctime32(ptr) MSVCRT__ctime32
@ cdecl _ctime32_s(str long ptr) MSVCRT__ctime32_s
@ cdecl _ctime64(ptr) MSVCRT__ctime64
@ cdecl _ctime64_s(str long ptr) MSVCRT__ctime64_s
@ cdecl _ctime32(ptr)
@ cdecl _ctime32_s(str long ptr)
@ cdecl _ctime64(ptr)
@ cdecl _ctime64_s(str long ptr)
@ cdecl _cwait(ptr long long)
@ varargs _cwprintf(wstr)
@ stub _cwprintf_l
@ -767,8 +767,8 @@
@ varargs _cwscanf_s(wstr)
@ varargs _cwscanf_s_l(wstr ptr)
@ extern _daylight MSVCRT___daylight
@ cdecl _difftime32(long long) MSVCRT__difftime32
@ cdecl _difftime64(int64 int64) MSVCRT__difftime64
@ cdecl _difftime32(long long)
@ cdecl _difftime64(int64 int64)
@ stub _dosmaperr
@ extern _dstbias MSVCRT__dstbias
@ cdecl _dup(long) MSVCRT__dup
@ -854,10 +854,10 @@
@ cdecl _ftell_nolock(ptr) MSVCRT__ftell_nolock
@ cdecl -ret64 _ftelli64(ptr) MSVCRT__ftelli64
@ cdecl -ret64 _ftelli64_nolock(ptr) MSVCRT__ftelli64_nolock
@ cdecl _ftime32(ptr) MSVCRT__ftime32
@ cdecl _ftime32_s(ptr) MSVCRT__ftime32_s
@ cdecl _ftime64(ptr) MSVCRT__ftime64
@ cdecl _ftime64_s(ptr) MSVCRT__ftime64_s
@ cdecl _ftime32(ptr)
@ cdecl _ftime32_s(ptr)
@ cdecl _ftime64(ptr)
@ cdecl _ftime64_s(ptr)
@ cdecl -arch=i386 -ret64 _ftol() MSVCRT__ftol
@ cdecl _fullpath(ptr str long) MSVCRT__fullpath
@ cdecl _futime32(long ptr)
@ -874,7 +874,7 @@
@ cdecl _get_current_locale()
@ cdecl _get_daylight(ptr)
@ cdecl _get_doserrno(ptr)
@ cdecl _get_dstbias(ptr) MSVCRT__get_dstbias
@ cdecl _get_dstbias(ptr)
@ cdecl _get_errno(ptr)
@ cdecl _get_fmode(ptr)
@ cdecl _get_heap_handle()
@ -886,7 +886,7 @@
@ cdecl _get_purecall_handler()
@ cdecl _get_terminate()
@ cdecl _get_timezone(ptr)
@ cdecl _get_tzname(ptr str long long) MSVCRT__get_tzname
@ cdecl _get_tzname(ptr str long long)
@ cdecl _get_unexpected()
@ cdecl _get_wpgmptr(ptr)
@ cdecl _getc_nolock(ptr) MSVCRT__fgetc_nolock
@ -915,10 +915,10 @@
@ cdecl _getws(ptr) MSVCRT__getws
@ stub _getws_s
@ cdecl -arch=i386 _global_unwind2(ptr)
@ cdecl _gmtime32(ptr) MSVCRT__gmtime32
@ cdecl _gmtime32_s(ptr ptr) MSVCRT__gmtime32_s
@ cdecl _gmtime64(ptr) MSVCRT__gmtime64
@ cdecl _gmtime64_s(ptr ptr) MSVCRT__gmtime64_s
@ cdecl _gmtime32(ptr)
@ cdecl _gmtime32_s(ptr ptr)
@ cdecl _gmtime64(ptr)
@ cdecl _gmtime64_s(ptr ptr)
@ cdecl _heapadd(ptr long)
@ cdecl _heapchk()
@ cdecl _heapmin()
@ -1045,9 +1045,9 @@
@ cdecl -arch=x86_64 _local_unwind(ptr ptr)
@ cdecl -arch=i386 _local_unwind2(ptr long)
@ cdecl -arch=i386 _local_unwind4(ptr ptr long)
@ cdecl _localtime32(ptr) MSVCRT__localtime32
@ cdecl _localtime32(ptr)
@ cdecl _localtime32_s(ptr ptr)
@ cdecl _localtime64(ptr) MSVCRT__localtime64
@ cdecl _localtime64(ptr)
@ cdecl _localtime64_s(ptr ptr)
@ cdecl _lock(long)
@ cdecl _lock_file(ptr) MSVCRT__lock_file
@ -1208,12 +1208,12 @@
@ cdecl _memicmp(str str long)
@ cdecl _memicmp_l(str str long ptr)
@ cdecl _mkdir(str) MSVCRT__mkdir
@ cdecl _mkgmtime32(ptr) MSVCRT__mkgmtime32
@ cdecl _mkgmtime64(ptr) MSVCRT__mkgmtime64
@ cdecl _mkgmtime32(ptr)
@ cdecl _mkgmtime64(ptr)
@ cdecl _mktemp(str) MSVCRT__mktemp
@ cdecl _mktemp_s(str long) MSVCRT__mktemp_s
@ cdecl _mktime32(ptr) MSVCRT__mktime32
@ cdecl _mktime64(ptr) MSVCRT__mktime64
@ cdecl _mktime32(ptr)
@ cdecl _mktime64(ptr)
@ cdecl _msize(ptr)
@ cdecl _nextafter(double double) MSVCRT__nextafter
@ cdecl -arch=x86_64 _nextafterf(float float) MSVCRT__nextafterf
@ -1335,12 +1335,12 @@
@ cdecl _statusfp()
@ cdecl -arch=i386 _statusfp2(ptr ptr)
@ cdecl _strcoll_l(str str ptr)
@ cdecl _strdate(ptr) MSVCRT__strdate
@ cdecl _strdate(ptr)
@ cdecl _strdate_s(ptr long)
@ cdecl _strdup(str)
@ cdecl _strerror(long)
@ stub _strerror_s
@ cdecl _strftime_l(ptr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _strftime_l(ptr long str ptr ptr)
@ cdecl _stricmp(str str)
@ cdecl _stricmp_l(str str ptr)
@ cdecl _stricoll(str str)
@ -1360,7 +1360,7 @@
@ cdecl _strrev(str)
@ cdecl _strset(str long)
@ stub _strset_s
@ cdecl _strtime(ptr) MSVCRT__strtime
@ cdecl _strtime(ptr)
@ cdecl _strtime_s(ptr long)
@ cdecl _strtod_l(str ptr ptr)
@ cdecl -ret64 _strtoi64(str ptr long)
@ -1388,8 +1388,8 @@
@ cdecl _tell(long) MSVCRT__tell
@ cdecl -ret64 _telli64(long)
@ cdecl _tempnam(str str) MSVCRT__tempnam
@ cdecl _time32(ptr) MSVCRT__time32
@ cdecl _time64(ptr) MSVCRT__time64
@ cdecl _time32(ptr)
@ cdecl _time64(ptr)
@ extern _timezone MSVCRT___timezone
@ cdecl _tolower(long)
@ cdecl _tolower_l(long ptr)
@ -1398,7 +1398,7 @@
@ cdecl _towlower_l(long ptr) MSVCRT__towlower_l
@ cdecl _towupper_l(long ptr) MSVCRT__towupper_l
@ extern _tzname MSVCRT__tzname
@ cdecl _tzset() MSVCRT__tzset
@ cdecl _tzset()
@ cdecl _ui64toa(int64 ptr long) ntdll._ui64toa
@ cdecl _ui64toa_s(int64 ptr long long)
@ cdecl _ui64tow(int64 ptr long) ntdll._ui64tow
@ -1480,8 +1480,8 @@
@ stub _vwprintf_s_l
@ cdecl _waccess(wstr long) MSVCRT__waccess
@ cdecl _waccess_s(wstr long) MSVCRT__waccess_s
@ cdecl _wasctime(ptr) MSVCRT__wasctime
@ cdecl _wasctime_s(ptr long ptr) MSVCRT__wasctime_s
@ cdecl _wasctime(ptr)
@ cdecl _wasctime_s(ptr long ptr)
@ cdecl _wassert(wstr wstr long)
@ cdecl _wchdir(wstr) MSVCRT__wchdir
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ -1491,7 +1491,7 @@
@ cdecl _wcsdup(wstr) MSVCRT__wcsdup
@ cdecl _wcserror(long)
@ cdecl _wcserror_s(ptr long long)
@ cdecl _wcsftime_l(ptr long wstr ptr ptr) MSVCRT__wcsftime_l
@ cdecl _wcsftime_l(ptr long wstr ptr ptr)
@ cdecl _wcsicmp(wstr wstr) MSVCRT__wcsicmp
@ cdecl _wcsicmp_l(wstr wstr ptr) MSVCRT__wcsicmp_l
@ cdecl _wcsicoll(wstr wstr) MSVCRT__wcsicoll
@ -1525,10 +1525,10 @@
@ cdecl _wcsupr_s(wstr long) MSVCRT__wcsupr_s
@ cdecl _wcsupr_s_l(wstr long ptr) MSVCRT__wcsupr_s_l
@ cdecl _wcsxfrm_l(ptr wstr long ptr) MSVCRT__wcsxfrm_l
@ cdecl _wctime32(ptr) MSVCRT__wctime32
@ cdecl _wctime32_s(ptr long ptr) MSVCRT__wctime32_s
@ cdecl _wctime64(ptr) MSVCRT__wctime64
@ cdecl _wctime64_s(ptr long ptr) MSVCRT__wctime64_s
@ cdecl _wctime32(ptr)
@ cdecl _wctime32_s(ptr long ptr)
@ cdecl _wctime64(ptr)
@ cdecl _wctime64_s(ptr long ptr)
@ cdecl _wctomb_l(ptr long ptr) MSVCRT__wctomb_l
@ cdecl _wctomb_s_l(ptr ptr long long ptr) MSVCRT__wctomb_s_l
@ extern _wctype MSVCRT__wctype
@ -1602,9 +1602,9 @@
@ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
@ cdecl _wstat64i32(wstr ptr) MSVCRT__wstat64i32
@ cdecl _wstrdate(ptr) MSVCRT__wstrdate
@ cdecl _wstrdate(ptr)
@ cdecl _wstrdate_s(ptr long)
@ cdecl _wstrtime(ptr) MSVCRT__wstrtime
@ cdecl _wstrtime(ptr)
@ cdecl _wstrtime_s(ptr long)
@ cdecl _wsystem(wstr)
@ cdecl _wtempnam(wstr wstr) MSVCRT__wtempnam
@ -1628,8 +1628,8 @@
@ cdecl abs(long) MSVCRT_abs
@ cdecl acos(double) MSVCRT_acos
@ cdecl -arch=!i386 acosf(float) MSVCRT_acosf
@ cdecl asctime(ptr) MSVCRT_asctime
@ cdecl asctime_s(ptr long ptr) MSVCRT_asctime_s
@ cdecl asctime(ptr)
@ cdecl asctime_s(ptr long ptr)
@ cdecl asin(double) MSVCRT_asin
@ cdecl -arch=!i386 asinf(float) MSVCRT_asinf
@ cdecl atan(double) MSVCRT_atan
@ -1648,7 +1648,7 @@
@ cdecl -arch=!i386 ceilf(float) MSVCRT_ceilf
@ cdecl clearerr(ptr) MSVCRT_clearerr
@ cdecl clearerr_s(ptr) MSVCRT_clearerr_s
@ cdecl clock() MSVCRT_clock
@ cdecl clock()
@ cdecl cos(double) MSVCRT_cos
@ cdecl -arch=!i386 cosf(float) MSVCRT_cosf
@ cdecl cosh(double) MSVCRT_cosh
@ -1805,7 +1805,7 @@
@ cdecl strcspn(str str)
@ cdecl strerror(long)
@ cdecl strerror_s(ptr long long)
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
@ cdecl strftime(ptr long str ptr)
@ cdecl strlen(str)
@ cdecl strncat(str str long)
@ cdecl strncat_s(str long str long)
@ -1862,7 +1862,7 @@
@ cdecl wcscpy(ptr wstr) MSVCRT_wcscpy
@ cdecl wcscpy_s(ptr long wstr) MSVCRT_wcscpy_s
@ cdecl wcscspn(wstr wstr) ntdll.wcscspn
@ cdecl wcsftime(ptr long wstr ptr) MSVCRT_wcsftime
@ cdecl wcsftime(ptr long wstr ptr)
@ cdecl wcslen(wstr) MSVCRT_wcslen
@ cdecl wcsncat(wstr wstr long) ntdll.wcsncat
@ cdecl wcsncat_s(wstr long wstr long) MSVCRT_wcsncat_s

View file

@ -931,10 +931,10 @@
@ cdecl __crtSetUnhandledExceptionFilter(ptr)
@ cdecl -arch=i386,win64 __crtTerminateProcess(long)
@ cdecl -arch=i386,win64 __crtUnhandledException(ptr)
@ cdecl __daylight() MSVCRT___p__daylight
@ cdecl __daylight() __p__daylight
@ cdecl __dllonexit(ptr ptr ptr)
@ cdecl __doserrno()
@ cdecl __dstbias() MSVCRT___p__dstbias
@ cdecl __dstbias() __p__dstbias
@ cdecl __fpecode()
@ cdecl __free_locale(ptr) _free_locale
@ cdecl __get_current_locale() _get_current_locale
@ -981,8 +981,8 @@
@ cdecl __p___winitenv()
@ cdecl __p__acmdln()
@ cdecl __p__commode()
@ cdecl __p__daylight() MSVCRT___p__daylight
@ cdecl __p__dstbias() MSVCRT___p__dstbias
@ cdecl __p__daylight()
@ cdecl __p__dstbias()
@ cdecl __p__environ()
@ cdecl __p__fmode()
@ cdecl __p__iob() __iob_func
@ -991,7 +991,7 @@
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@ stub __p__pwctype()
@ cdecl __p__timezone() MSVCRT___p__timezone
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
@ cdecl __p__wenviron()
@ -1010,7 +1010,7 @@
@ cdecl __sys_nerr()
@ cdecl __threadhandle() kernel32.GetCurrentThread
@ cdecl __threadid() kernel32.GetCurrentThreadId
@ cdecl __timezone() MSVCRT___p__timezone
@ cdecl __timezone() __p__timezone
@ cdecl __toascii(long)
@ cdecl __tzname() __p__tzname
@ cdecl __unDName(ptr str long ptr ptr long)
@ -1099,10 +1099,10 @@
@ varargs _cscanf_l(str ptr)
@ varargs _cscanf_s(str)
@ varargs _cscanf_s_l(str ptr)
@ cdecl _ctime32(ptr) MSVCRT__ctime32
@ cdecl _ctime32_s(str long ptr) MSVCRT__ctime32_s
@ cdecl _ctime64(ptr) MSVCRT__ctime64
@ cdecl _ctime64_s(str long ptr) MSVCRT__ctime64_s
@ cdecl _ctime32(ptr)
@ cdecl _ctime32_s(str long ptr)
@ cdecl _ctime64(ptr)
@ cdecl _ctime64_s(str long ptr)
@ cdecl _cwait(ptr long long)
@ varargs _cwprintf(wstr)
@ stub _cwprintf_l
@ -1115,8 +1115,8 @@
@ varargs _cwscanf_s(wstr)
@ varargs _cwscanf_s_l(wstr ptr)
@ extern _daylight MSVCRT___daylight
@ cdecl _difftime32(long long) MSVCRT__difftime32
@ cdecl _difftime64(int64 int64) MSVCRT__difftime64
@ cdecl _difftime32(long long)
@ cdecl _difftime64(int64 int64)
@ stub _dosmaperr
@ extern _dstbias MSVCRT__dstbias
@ cdecl _dup(long) MSVCRT__dup
@ -1201,10 +1201,10 @@
@ cdecl _ftell_nolock(ptr) MSVCRT__ftell_nolock
@ cdecl -ret64 _ftelli64(ptr) MSVCRT__ftelli64
@ cdecl -ret64 _ftelli64_nolock(ptr) MSVCRT__ftelli64_nolock
@ cdecl _ftime32(ptr) MSVCRT__ftime32
@ cdecl _ftime32_s(ptr) MSVCRT__ftime32_s
@ cdecl _ftime64(ptr) MSVCRT__ftime64
@ cdecl _ftime64_s(ptr) MSVCRT__ftime64_s
@ cdecl _ftime32(ptr)
@ cdecl _ftime32_s(ptr)
@ cdecl _ftime64(ptr)
@ cdecl _ftime64_s(ptr)
@ cdecl -arch=i386 -ret64 _ftol() MSVCRT__ftol
@ cdecl _fullpath(ptr str long) MSVCRT__fullpath
@ cdecl _futime32(long ptr)
@ -1221,7 +1221,7 @@
@ cdecl _get_current_locale()
@ cdecl _get_daylight(ptr)
@ cdecl _get_doserrno(ptr)
@ cdecl _get_dstbias(ptr) MSVCRT__get_dstbias
@ cdecl _get_dstbias(ptr)
@ cdecl _get_errno(ptr)
@ cdecl _get_fmode(ptr)
@ cdecl _get_heap_handle()
@ -1233,7 +1233,7 @@
@ cdecl _get_purecall_handler()
@ cdecl _get_terminate()
@ cdecl _get_timezone(ptr)
@ cdecl _get_tzname(ptr str long long) MSVCRT__get_tzname
@ cdecl _get_tzname(ptr str long long)
@ cdecl _get_unexpected()
@ cdecl _get_wpgmptr(ptr)
@ cdecl _getc_nolock(ptr) MSVCRT__fgetc_nolock
@ -1261,10 +1261,10 @@
@ cdecl _getws(ptr) MSVCRT__getws
@ stub _getws_s
@ cdecl -arch=i386 _global_unwind2(ptr)
@ cdecl _gmtime32(ptr) MSVCRT__gmtime32
@ cdecl _gmtime32_s(ptr ptr) MSVCRT__gmtime32_s
@ cdecl _gmtime64(ptr) MSVCRT__gmtime64
@ cdecl _gmtime64_s(ptr ptr) MSVCRT__gmtime64_s
@ cdecl _gmtime32(ptr)
@ cdecl _gmtime32_s(ptr ptr)
@ cdecl _gmtime64(ptr)
@ cdecl _gmtime64_s(ptr ptr)
@ cdecl _heapadd(ptr long)
@ cdecl _heapchk()
@ cdecl _heapmin()
@ -1402,9 +1402,9 @@
@ cdecl -arch=x86_64 _local_unwind(ptr ptr)
@ cdecl -arch=i386 _local_unwind2(ptr long)
@ cdecl -arch=i386 _local_unwind4(ptr ptr long)
@ cdecl _localtime32(ptr) MSVCRT__localtime32
@ cdecl _localtime32(ptr)
@ cdecl _localtime32_s(ptr ptr)
@ cdecl _localtime64(ptr) MSVCRT__localtime64
@ cdecl _localtime64(ptr)
@ cdecl _localtime64_s(ptr ptr)
@ cdecl _lock(long)
@ cdecl _lock_file(ptr) MSVCRT__lock_file
@ -1565,12 +1565,12 @@
@ cdecl _memicmp(str str long)
@ cdecl _memicmp_l(str str long ptr)
@ cdecl _mkdir(str) MSVCRT__mkdir
@ cdecl _mkgmtime32(ptr) MSVCRT__mkgmtime32
@ cdecl _mkgmtime64(ptr) MSVCRT__mkgmtime64
@ cdecl _mkgmtime32(ptr)
@ cdecl _mkgmtime64(ptr)
@ cdecl _mktemp(str) MSVCRT__mktemp
@ cdecl _mktemp_s(str long) MSVCRT__mktemp_s
@ cdecl _mktime32(ptr) MSVCRT__mktime32
@ cdecl _mktime64(ptr) MSVCRT__mktime64
@ cdecl _mktime32(ptr)
@ cdecl _mktime64(ptr)
@ cdecl _msize(ptr)
@ cdecl _nextafter(double double) MSVCRT__nextafter
@ cdecl -arch=x86_64 _nextafterf(float float) MSVCRT__nextafterf
@ -1692,12 +1692,12 @@
@ cdecl _statusfp()
@ cdecl -arch=i386 _statusfp2(ptr ptr)
@ cdecl _strcoll_l(str str ptr)
@ cdecl _strdate(ptr) MSVCRT__strdate
@ cdecl _strdate(ptr)
@ cdecl _strdate_s(ptr long)
@ cdecl _strdup(str)
@ cdecl _strerror(long)
@ stub _strerror_s
@ cdecl _strftime_l(ptr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _strftime_l(ptr long str ptr ptr)
@ cdecl _stricmp(str str)
@ cdecl _stricmp_l(str str ptr)
@ cdecl _stricoll(str str)
@ -1717,7 +1717,7 @@
@ cdecl _strrev(str)
@ cdecl _strset(str long)
@ stub _strset_s
@ cdecl _strtime(ptr) MSVCRT__strtime
@ cdecl _strtime(ptr)
@ cdecl _strtime_s(ptr long)
@ cdecl _strtod_l(str ptr ptr)
@ cdecl -ret64 _strtoi64(str ptr long)
@ -1745,8 +1745,8 @@
@ cdecl _tell(long) MSVCRT__tell
@ cdecl -ret64 _telli64(long)
@ cdecl _tempnam(str str) MSVCRT__tempnam
@ cdecl _time32(ptr) MSVCRT__time32
@ cdecl _time64(ptr) MSVCRT__time64
@ cdecl _time32(ptr)
@ cdecl _time64(ptr)
@ extern _timezone MSVCRT___timezone
@ cdecl _tolower(long)
@ cdecl _tolower_l(long ptr)
@ -1755,7 +1755,7 @@
@ cdecl _towlower_l(long ptr) MSVCRT__towlower_l
@ cdecl _towupper_l(long ptr) MSVCRT__towupper_l
@ extern _tzname MSVCRT__tzname
@ cdecl _tzset() MSVCRT__tzset
@ cdecl _tzset()
@ cdecl _ui64toa(int64 ptr long) ntdll._ui64toa
@ cdecl _ui64toa_s(int64 ptr long long)
@ cdecl _ui64tow(int64 ptr long) ntdll._ui64tow
@ -1837,8 +1837,8 @@
@ stub _vwprintf_s_l
@ cdecl _waccess(wstr long) MSVCRT__waccess
@ cdecl _waccess_s(wstr long) MSVCRT__waccess_s
@ cdecl _wasctime(ptr) MSVCRT__wasctime
@ cdecl _wasctime_s(ptr long ptr) MSVCRT__wasctime_s
@ cdecl _wasctime(ptr)
@ cdecl _wasctime_s(ptr long ptr)
@ cdecl _wassert(wstr wstr long)
@ cdecl _wchdir(wstr) MSVCRT__wchdir
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ -1849,7 +1849,7 @@
@ cdecl _wcsdup(wstr) MSVCRT__wcsdup
@ cdecl _wcserror(long)
@ cdecl _wcserror_s(ptr long long)
@ cdecl _wcsftime_l(ptr long wstr ptr ptr) MSVCRT__wcsftime_l
@ cdecl _wcsftime_l(ptr long wstr ptr ptr)
@ cdecl _wcsicmp(wstr wstr) MSVCRT__wcsicmp
@ cdecl _wcsicmp_l(wstr wstr ptr) MSVCRT__wcsicmp_l
@ cdecl _wcsicoll(wstr wstr) MSVCRT__wcsicoll
@ -1883,10 +1883,10 @@
@ cdecl _wcsupr_s(wstr long) MSVCRT__wcsupr_s
@ cdecl _wcsupr_s_l(wstr long ptr) MSVCRT__wcsupr_s_l
@ cdecl _wcsxfrm_l(ptr wstr long ptr) MSVCRT__wcsxfrm_l
@ cdecl _wctime32(ptr) MSVCRT__wctime32
@ cdecl _wctime32_s(ptr long ptr) MSVCRT__wctime32_s
@ cdecl _wctime64(ptr) MSVCRT__wctime64
@ cdecl _wctime64_s(ptr long ptr) MSVCRT__wctime64_s
@ cdecl _wctime32(ptr)
@ cdecl _wctime32_s(ptr long ptr)
@ cdecl _wctime64(ptr)
@ cdecl _wctime64_s(ptr long ptr)
@ cdecl _wctomb_l(ptr long ptr) MSVCRT__wctomb_l
@ cdecl _wctomb_s_l(ptr ptr long long ptr) MSVCRT__wctomb_s_l
@ extern _wctype MSVCRT__wctype
@ -1959,9 +1959,9 @@
@ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
@ cdecl _wstat64i32(wstr ptr) MSVCRT__wstat64i32
@ cdecl _wstrdate(ptr) MSVCRT__wstrdate
@ cdecl _wstrdate(ptr)
@ cdecl _wstrdate_s(ptr long)
@ cdecl _wstrtime(ptr) MSVCRT__wstrtime
@ cdecl _wstrtime(ptr)
@ cdecl _wstrtime_s(ptr long)
@ cdecl _wsystem(wstr)
@ cdecl _wtempnam(wstr wstr) MSVCRT__wtempnam
@ -1985,8 +1985,8 @@
@ cdecl abs(long) MSVCRT_abs
@ cdecl acos(double) MSVCRT_acos
@ cdecl -arch=!i386 acosf(float) MSVCRT_acosf
@ cdecl asctime(ptr) MSVCRT_asctime
@ cdecl asctime_s(ptr long ptr) MSVCRT_asctime_s
@ cdecl asctime(ptr)
@ cdecl asctime_s(ptr long ptr)
@ cdecl asin(double) MSVCRT_asin
@ cdecl -arch=!i386 asinf(float) MSVCRT_asinf
@ cdecl atan(double) MSVCRT_atan
@ -2005,7 +2005,7 @@
@ cdecl -arch=!i386 ceilf(float) MSVCRT_ceilf
@ cdecl clearerr(ptr) MSVCRT_clearerr
@ cdecl clearerr_s(ptr) MSVCRT_clearerr_s
@ cdecl clock() MSVCRT_clock
@ cdecl clock()
@ cdecl cos(double) MSVCRT_cos
@ cdecl -arch=!i386 cosf(float) MSVCRT_cosf
@ cdecl cosh(double) MSVCRT_cosh
@ -2163,7 +2163,7 @@
@ cdecl strcspn(str str)
@ cdecl strerror(long)
@ cdecl strerror_s(ptr long long)
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
@ cdecl strftime(ptr long str ptr)
@ cdecl strlen(str)
@ cdecl strncat(str str long)
@ cdecl strncat_s(str long str long)
@ -2220,7 +2220,7 @@
@ cdecl wcscpy(ptr wstr) MSVCRT_wcscpy
@ cdecl wcscpy_s(ptr long wstr) MSVCRT_wcscpy_s
@ cdecl wcscspn(wstr wstr) ntdll.wcscspn
@ cdecl wcsftime(ptr long wstr ptr) MSVCRT_wcsftime
@ cdecl wcsftime(ptr long wstr ptr)
@ cdecl wcslen(wstr) MSVCRT_wcslen
@ cdecl wcsncat(wstr wstr long) ntdll.wcsncat
@ cdecl wcsncat_s(wstr long wstr long) MSVCRT_wcsncat_s

View file

@ -921,10 +921,10 @@
@ cdecl -arch=i386,win64 __crtTerminateProcess(long)
@ cdecl __crtSleep(long)
@ cdecl -arch=i386,win64 __crtUnhandledException(ptr)
@ cdecl __daylight() MSVCRT___p__daylight
@ cdecl __daylight() __p__daylight
@ cdecl __dllonexit(ptr ptr ptr)
@ cdecl __doserrno()
@ cdecl __dstbias() MSVCRT___p__dstbias
@ cdecl __dstbias() __p__dstbias
@ cdecl __fpecode()
@ cdecl __free_locale(ptr) _free_locale
@ cdecl __get_current_locale() _get_current_locale
@ -971,8 +971,8 @@
@ cdecl __p___winitenv()
@ cdecl __p__acmdln()
@ cdecl __p__commode()
@ cdecl __p__daylight() MSVCRT___p__daylight
@ cdecl __p__dstbias() MSVCRT___p__dstbias
@ cdecl __p__daylight()
@ cdecl __p__dstbias()
@ cdecl __p__environ()
@ cdecl __p__fmode()
@ cdecl __p__iob() __iob_func
@ -981,7 +981,7 @@
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@ stub __p__pwctype()
@ cdecl __p__timezone() MSVCRT___p__timezone
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
@ cdecl __p__wenviron()
@ -1000,7 +1000,7 @@
@ cdecl __sys_nerr()
@ cdecl __threadhandle() kernel32.GetCurrentThread
@ cdecl __threadid() kernel32.GetCurrentThreadId
@ cdecl __timezone() MSVCRT___p__timezone
@ cdecl __timezone() __p__timezone
@ cdecl __toascii(long)
@ cdecl __tzname() __p__tzname
@ cdecl __unDName(ptr str long ptr ptr long)
@ -1090,10 +1090,10 @@
@ varargs _cscanf_l(str ptr)
@ varargs _cscanf_s(str)
@ varargs _cscanf_s_l(str ptr)
@ cdecl _ctime32(ptr) MSVCRT__ctime32
@ cdecl _ctime32_s(str long ptr) MSVCRT__ctime32_s
@ cdecl _ctime64(ptr) MSVCRT__ctime64
@ cdecl _ctime64_s(str long ptr) MSVCRT__ctime64_s
@ cdecl _ctime32(ptr)
@ cdecl _ctime32_s(str long ptr)
@ cdecl _ctime64(ptr)
@ cdecl _ctime64_s(str long ptr)
@ cdecl _cwait(ptr long long)
@ varargs _cwprintf(wstr)
@ stub _cwprintf_l
@ -1107,8 +1107,8 @@
@ varargs _cwscanf_s_l(wstr ptr)
@ extern _daylight MSVCRT___daylight
@ cdecl _dclass(double) MSVCR120__dclass
@ cdecl _difftime32(long long) MSVCRT__difftime32
@ cdecl _difftime64(int64 int64) MSVCRT__difftime64
@ cdecl _difftime32(long long)
@ cdecl _difftime64(int64 int64)
@ stub _dosmaperr
@ cdecl _dpcomp(double double) MSVCR120__dpcomp
@ cdecl _dsign(double) MSVCR120__dsign
@ -1201,10 +1201,10 @@
@ cdecl _ftell_nolock(ptr) MSVCRT__ftell_nolock
@ cdecl -ret64 _ftelli64(ptr) MSVCRT__ftelli64
@ cdecl -ret64 _ftelli64_nolock(ptr) MSVCRT__ftelli64_nolock
@ cdecl _ftime32(ptr) MSVCRT__ftime32
@ cdecl _ftime32_s(ptr) MSVCRT__ftime32_s
@ cdecl _ftime64(ptr) MSVCRT__ftime64
@ cdecl _ftime64_s(ptr) MSVCRT__ftime64_s
@ cdecl _ftime32(ptr)
@ cdecl _ftime32_s(ptr)
@ cdecl _ftime64(ptr)
@ cdecl _ftime64_s(ptr)
@ cdecl -arch=i386 -ret64 _ftol() MSVCRT__ftol
@ cdecl _fullpath(ptr str long) MSVCRT__fullpath
@ cdecl _futime32(long ptr)
@ -1221,7 +1221,7 @@
@ cdecl _get_current_locale()
@ cdecl _get_daylight(ptr)
@ cdecl _get_doserrno(ptr)
@ cdecl _get_dstbias(ptr) MSVCRT__get_dstbias
@ cdecl _get_dstbias(ptr)
@ cdecl _get_errno(ptr)
@ cdecl _get_fmode(ptr)
@ cdecl _get_heap_handle()
@ -1233,7 +1233,7 @@
@ cdecl _get_purecall_handler()
@ cdecl _get_terminate()
@ cdecl _get_timezone(ptr)
@ cdecl _get_tzname(ptr str long long) MSVCRT__get_tzname
@ cdecl _get_tzname(ptr str long long)
@ cdecl _get_unexpected()
@ cdecl _get_wpgmptr(ptr)
@ cdecl _getc_nolock(ptr) MSVCRT__fgetc_nolock
@ -1261,10 +1261,10 @@
@ cdecl _getws(ptr) MSVCRT__getws
@ stub _getws_s
@ cdecl -arch=i386 _global_unwind2(ptr)
@ cdecl _gmtime32(ptr) MSVCRT__gmtime32
@ cdecl _gmtime32_s(ptr ptr) MSVCRT__gmtime32_s
@ cdecl _gmtime64(ptr) MSVCRT__gmtime64
@ cdecl _gmtime64_s(ptr ptr) MSVCRT__gmtime64_s
@ cdecl _gmtime32(ptr)
@ cdecl _gmtime32_s(ptr ptr)
@ cdecl _gmtime64(ptr)
@ cdecl _gmtime64_s(ptr ptr)
@ cdecl _heapadd(ptr long)
@ cdecl _heapchk()
@ cdecl _heapmin()
@ -1412,9 +1412,9 @@
@ cdecl -arch=x86_64 _local_unwind(ptr ptr)
@ cdecl -arch=i386 _local_unwind2(ptr long)
@ cdecl -arch=i386 _local_unwind4(ptr ptr long)
@ cdecl _localtime32(ptr) MSVCRT__localtime32
@ cdecl _localtime32(ptr)
@ cdecl _localtime32_s(ptr ptr)
@ cdecl _localtime64(ptr) MSVCRT__localtime64
@ cdecl _localtime64(ptr)
@ cdecl _localtime64_s(ptr ptr)
@ cdecl _lock(long)
@ cdecl _lock_file(ptr) MSVCRT__lock_file
@ -1575,12 +1575,12 @@
@ cdecl _memicmp(str str long)
@ cdecl _memicmp_l(str str long ptr)
@ cdecl _mkdir(str) MSVCRT__mkdir
@ cdecl _mkgmtime32(ptr) MSVCRT__mkgmtime32
@ cdecl _mkgmtime64(ptr) MSVCRT__mkgmtime64
@ cdecl _mkgmtime32(ptr)
@ cdecl _mkgmtime64(ptr)
@ cdecl _mktemp(str) MSVCRT__mktemp
@ cdecl _mktemp_s(str long) MSVCRT__mktemp_s
@ cdecl _mktime32(ptr) MSVCRT__mktime32
@ cdecl _mktime64(ptr) MSVCRT__mktime64
@ cdecl _mktime32(ptr)
@ cdecl _mktime64(ptr)
@ cdecl _msize(ptr)
@ cdecl _nextafter(double double) MSVCRT__nextafter
@ cdecl -arch=x86_64 _nextafterf(float float) MSVCRT__nextafterf
@ -1703,12 +1703,12 @@
@ cdecl _statusfp()
@ cdecl -arch=i386 _statusfp2(ptr ptr)
@ cdecl _strcoll_l(str str ptr)
@ cdecl _strdate(ptr) MSVCRT__strdate
@ cdecl _strdate(ptr)
@ cdecl _strdate_s(ptr long)
@ cdecl _strdup(str)
@ cdecl _strerror(long)
@ stub _strerror_s
@ cdecl _strftime_l(ptr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _strftime_l(ptr long str ptr ptr)
@ cdecl _stricmp(str str)
@ cdecl _stricmp_l(str str ptr)
@ cdecl _stricoll(str str)
@ -1728,7 +1728,7 @@
@ cdecl _strrev(str)
@ cdecl _strset(str long)
@ stub _strset_s
@ cdecl _strtime(ptr) MSVCRT__strtime
@ cdecl _strtime(ptr)
@ cdecl _strtime_s(ptr long)
@ cdecl _strtod_l(str ptr ptr)
@ cdecl _strtof_l(str ptr ptr)
@ -1762,8 +1762,8 @@
@ cdecl _tell(long) MSVCRT__tell
@ cdecl -ret64 _telli64(long)
@ cdecl _tempnam(str str) MSVCRT__tempnam
@ cdecl _time32(ptr) MSVCRT__time32
@ cdecl _time64(ptr) MSVCRT__time64
@ cdecl _time32(ptr)
@ cdecl _time64(ptr)
@ extern _timezone MSVCRT___timezone
@ cdecl _tolower(long)
@ cdecl _tolower_l(long ptr)
@ -1772,7 +1772,7 @@
@ cdecl _towlower_l(long ptr) MSVCRT__towlower_l
@ cdecl _towupper_l(long ptr) MSVCRT__towupper_l
@ extern _tzname MSVCRT__tzname
@ cdecl _tzset() MSVCRT__tzset
@ cdecl _tzset()
@ cdecl _ui64toa(int64 ptr long) ntdll._ui64toa
@ cdecl _ui64toa_s(int64 ptr long long)
@ cdecl _ui64tow(int64 ptr long) ntdll._ui64tow
@ -1855,8 +1855,8 @@
@ stub _vwprintf_s_l
@ cdecl _waccess(wstr long) MSVCRT__waccess
@ cdecl _waccess_s(wstr long) MSVCRT__waccess_s
@ cdecl _wasctime(ptr) MSVCRT__wasctime
@ cdecl _wasctime_s(ptr long ptr) MSVCRT__wasctime_s
@ cdecl _wasctime(ptr)
@ cdecl _wasctime_s(ptr long ptr)
@ cdecl _wassert(wstr wstr long)
@ cdecl _wchdir(wstr) MSVCRT__wchdir
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ -1867,7 +1867,7 @@
@ cdecl _wcsdup(wstr) MSVCRT__wcsdup
@ cdecl _wcserror(long)
@ cdecl _wcserror_s(ptr long long)
@ cdecl _wcsftime_l(ptr long wstr ptr ptr) MSVCRT__wcsftime_l
@ cdecl _wcsftime_l(ptr long wstr ptr ptr)
@ cdecl _wcsicmp(wstr wstr) MSVCRT__wcsicmp
@ cdecl _wcsicmp_l(wstr wstr ptr) MSVCRT__wcsicmp_l
@ cdecl _wcsicoll(wstr wstr) MSVCRT__wcsicoll
@ -1907,10 +1907,10 @@
@ cdecl _wcsupr_s(wstr long) MSVCRT__wcsupr_s
@ cdecl _wcsupr_s_l(wstr long ptr) MSVCRT__wcsupr_s_l
@ cdecl _wcsxfrm_l(ptr wstr long ptr) MSVCRT__wcsxfrm_l
@ cdecl _wctime32(ptr) MSVCRT__wctime32
@ cdecl _wctime32_s(ptr long ptr) MSVCRT__wctime32_s
@ cdecl _wctime64(ptr) MSVCRT__wctime64
@ cdecl _wctime64_s(ptr long ptr) MSVCRT__wctime64_s
@ cdecl _wctime32(ptr)
@ cdecl _wctime32_s(ptr long ptr)
@ cdecl _wctime64(ptr)
@ cdecl _wctime64_s(ptr long ptr)
@ cdecl _wctomb_l(ptr long ptr) MSVCRT__wctomb_l
@ cdecl _wctomb_s_l(ptr ptr long long ptr) MSVCRT__wctomb_s_l
@ extern _wctype MSVCRT__wctype
@ -1983,9 +1983,9 @@
@ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
@ cdecl _wstat64i32(wstr ptr) MSVCRT__wstat64i32
@ cdecl _wstrdate(ptr) MSVCRT__wstrdate
@ cdecl _wstrdate(ptr)
@ cdecl _wstrdate_s(ptr long)
@ cdecl _wstrtime(ptr) MSVCRT__wstrtime
@ cdecl _wstrtime(ptr)
@ cdecl _wstrtime_s(ptr long)
@ cdecl _wsystem(wstr)
@ cdecl _wtempnam(wstr wstr) MSVCRT__wtempnam
@ -2014,8 +2014,8 @@
@ cdecl acosh(double) MSVCR120_acosh
@ cdecl acoshf(float) MSVCR120_acoshf
@ cdecl acoshl(double) MSVCR120_acoshl
@ cdecl asctime(ptr) MSVCRT_asctime
@ cdecl asctime_s(ptr long ptr) MSVCRT_asctime_s
@ cdecl asctime(ptr)
@ cdecl asctime_s(ptr long ptr)
@ cdecl asin(double) MSVCRT_asin
@ cdecl -arch=!i386 asinf(float) MSVCRT_asinf
@ cdecl asinh(double) MSVCR120_asinh
@ -2080,7 +2080,7 @@
@ stub cimagl
@ cdecl clearerr(ptr) MSVCRT_clearerr
@ cdecl clearerr_s(ptr) MSVCRT_clearerr_s
@ cdecl clock() MSVCRT_clock
@ cdecl clock()
@ stub clog
@ stub clog10
@ stub clog10f
@ -2373,7 +2373,7 @@
@ cdecl strcspn(str str)
@ cdecl strerror(long)
@ cdecl strerror_s(ptr long long)
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
@ cdecl strftime(ptr long str ptr)
@ cdecl strlen(str)
@ cdecl strncat(str str long)
@ cdecl strncat_s(str long str long)
@ -2455,7 +2455,7 @@
@ cdecl wcscpy(ptr wstr) MSVCRT_wcscpy
@ cdecl wcscpy_s(ptr long wstr) MSVCRT_wcscpy_s
@ cdecl wcscspn(wstr wstr) ntdll.wcscspn
@ cdecl wcsftime(ptr long wstr ptr) MSVCRT_wcsftime
@ cdecl wcsftime(ptr long wstr ptr)
@ cdecl wcslen(wstr) MSVCRT_wcslen
@ cdecl wcsncat(wstr wstr long) ntdll.wcsncat
@ cdecl wcsncat_s(wstr long wstr long) MSVCRT_wcsncat_s

View file

@ -170,8 +170,8 @@
@ cdecl __p__acmdln()
@ cdecl __p__amblksiz()
@ cdecl __p__commode()
@ cdecl __p__daylight() MSVCRT___p__daylight
@ cdecl __p__dstbias() MSVCRT___p__dstbias
@ cdecl __p__daylight()
@ cdecl __p__dstbias()
@ cdecl __p__environ()
@ stub __p__fileinfo()
@ cdecl __p__fmode()
@ -182,7 +182,7 @@
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@ stub __p__pwctype()
@ cdecl __p__timezone() MSVCRT___p__timezone
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
@ cdecl __p__wenviron()
@ -264,7 +264,7 @@
@ cdecl _cputws(wstr)
@ cdecl _creat(str long) MSVCRT__creat
@ varargs _cscanf(str)
@ cdecl _ctime64(ptr) MSVCRT__ctime64
@ cdecl _ctime64(ptr)
@ extern _ctype MSVCRT__ctype
@ cdecl _cwait(ptr long long)
@ varargs _cwprintf(wstr)
@ -321,8 +321,9 @@
@ cdecl _fstat(long ptr) MSVCRT__fstat
@ cdecl _fstat64(long ptr) MSVCRT__fstat64
@ cdecl _fstati64(long ptr) MSVCRT__fstati64
@ cdecl _ftime(ptr) MSVCRT__ftime
@ cdecl _ftime64(ptr) MSVCRT__ftime64
@ cdecl -arch=win32 _ftime(ptr) _ftime32
@ cdecl -arch=win64 _ftime(ptr) _ftime64
@ cdecl _ftime64(ptr)
@ cdecl -arch=i386 -ret64 _ftol() MSVCRT__ftol
@ cdecl _fullpath(ptr str long) MSVCRT__fullpath
@ cdecl -arch=win32 _futime(long ptr) _futime32
@ -348,7 +349,7 @@
@ cdecl _getwche()
@ cdecl _getws(ptr) MSVCRT__getws
@ cdecl -arch=i386 _global_unwind2(ptr)
@ cdecl _gmtime64(ptr) MSVCRT__gmtime64
@ cdecl _gmtime64(ptr)
@ cdecl _heapadd(ptr long)
@ cdecl _heapchk()
@ cdecl _heapmin()
@ -404,7 +405,7 @@
@ cdecl _lfind(ptr ptr ptr long ptr)
@ cdecl _loaddll(str)
@ cdecl -arch=i386 _local_unwind2(ptr long)
@ cdecl _localtime64(ptr) MSVCRT__localtime64
@ cdecl _localtime64(ptr)
@ cdecl _lock(long)
@ cdecl _locking(long long long) MSVCRT__locking
@ cdecl _logb(double) MSVCRT__logb
@ -476,7 +477,7 @@
@ cdecl _memicmp(str str long)
@ cdecl _mkdir(str) MSVCRT__mkdir
@ cdecl _mktemp(str) MSVCRT__mktemp
@ cdecl _mktime64(ptr) MSVCRT__mktime64
@ cdecl _mktime64(ptr)
@ cdecl _msize(ptr)
@ cdecl _nextafter(double double) MSVCRT__nextafter
@ cdecl _onexit(ptr)
@ -545,7 +546,7 @@
@ cdecl _stati64(str ptr) MSVCRT_stati64
@ cdecl _statusfp()
@ cdecl _strcmpi(str str) _stricmp
@ cdecl _strdate(ptr) MSVCRT__strdate
@ cdecl _strdate(ptr)
@ cdecl _strdup(str)
@ cdecl _strerror(long)
@ cdecl _stricmp(str str)
@ -557,7 +558,7 @@
@ cdecl _strnset(str long long)
@ cdecl _strrev(str)
@ cdecl _strset(str long)
@ cdecl _strtime(ptr) MSVCRT__strtime
@ cdecl _strtime(ptr)
@ cdecl -ret64 _strtoi64(str ptr long)
@ cdecl -ret64 _strtoui64(str ptr long)
@ cdecl _strupr(str)
@ -567,12 +568,12 @@
@ cdecl _tell(long) MSVCRT__tell
@ cdecl -ret64 _telli64(long)
@ cdecl _tempnam(str str) MSVCRT__tempnam
@ cdecl _time64(ptr) MSVCRT__time64
@ cdecl _time64(ptr)
@ extern _timezone MSVCRT___timezone
@ cdecl _tolower(long)
@ cdecl _toupper(long)
@ extern _tzname MSVCRT__tzname
@ cdecl _tzset() MSVCRT__tzset
@ cdecl _tzset()
@ cdecl _ui64toa(int64 ptr long) ntdll._ui64toa
@ cdecl _ui64tow(int64 ptr long) ntdll._ui64tow
@ cdecl _ultoa(long ptr long) ntdll._ultoa
@ -591,7 +592,7 @@
@ cdecl -norelay _vsnprintf(ptr long str ptr)
@ cdecl _vsnwprintf(ptr long wstr ptr) MSVCRT_vsnwprintf
@ cdecl _waccess(wstr long) MSVCRT__waccess
@ cdecl _wasctime(ptr) MSVCRT__wasctime
@ cdecl _wasctime(ptr)
@ cdecl _wchdir(wstr) MSVCRT__wchdir
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ extern _wcmdln MSVCRT__wcmdln
@ -610,8 +611,9 @@
@ cdecl -ret64 _wcstoi64(wstr ptr long) MSVCRT__wcstoi64
@ cdecl -ret64 _wcstoui64(wstr ptr long) MSVCRT__wcstoui64
@ cdecl _wcsupr(wstr) MSVCRT__wcsupr
@ cdecl _wctime(ptr) MSVCRT__wctime
@ cdecl _wctime64(ptr) MSVCRT__wctime64
@ cdecl -arch=win32 _wctime(ptr) _wctime32
@ cdecl -arch=win64 _wctime(ptr) _wctime64
@ cdecl _wctime64(ptr)
@ extern _wctype MSVCRT__wctype
@ extern _wenviron MSVCRT__wenviron
@ varargs _wexecl(wstr wstr)
@ -666,8 +668,8 @@
@ cdecl _wstat(wstr ptr) MSVCRT__wstat
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
@ cdecl _wstati64(wstr ptr) MSVCRT__wstati64
@ cdecl _wstrdate(ptr) MSVCRT__wstrdate
@ cdecl _wstrtime(ptr) MSVCRT__wstrtime
@ cdecl _wstrdate(ptr)
@ cdecl _wstrtime(ptr)
@ cdecl _wsystem(wstr)
@ cdecl _wtempnam(wstr wstr) MSVCRT__wtempnam
@ cdecl _wtmpnam(ptr) MSVCRT__wtmpnam
@ -685,7 +687,7 @@
@ cdecl abort()
@ cdecl abs(long) MSVCRT_abs
@ cdecl acos(double) MSVCRT_acos
@ cdecl asctime(ptr) MSVCRT_asctime
@ cdecl asctime(ptr)
@ cdecl asin(double) MSVCRT_asin
@ cdecl atan(double) MSVCRT_atan
@ cdecl atan2(double double) MSVCRT_atan2
@ -697,11 +699,13 @@
@ cdecl calloc(long long)
@ cdecl ceil(double) MSVCRT_ceil
@ cdecl clearerr(ptr) MSVCRT_clearerr
@ cdecl clock() MSVCRT_clock
@ cdecl clock()
@ cdecl cos(double) MSVCRT_cos
@ cdecl cosh(double) MSVCRT_cosh
@ cdecl ctime(ptr) MSVCRT_ctime
@ cdecl difftime(long long) MSVCRT_difftime
@ cdecl -arch=win32 ctime(ptr) _ctime32
@ cdecl -arch=win64 ctime(ptr) _ctime64
@ cdecl -arch=win32 difftime(long long) _difftime32
@ cdecl -arch=win64 difftime(long long) _difftime64
@ cdecl -ret64 div(long long) MSVCRT_div
@ cdecl exit(long)
@ cdecl exp(double) MSVCRT_exp
@ -740,7 +744,8 @@
@ cdecl gets(str) MSVCRT_gets
@ cdecl getwc(ptr) MSVCRT_getwc
@ cdecl getwchar() MSVCRT_getwchar
@ cdecl gmtime(ptr) MSVCRT_gmtime
@ cdecl -arch=win32 gmtime(ptr) _gmtime32
@ cdecl -arch=win64 gmtime(ptr) _gmtime64
@ cdecl is_wctype(long long) MSVCRT_iswctype
@ cdecl isalnum(long)
@ cdecl isalpha(long)
@ -771,7 +776,8 @@
@ cdecl ldexp(double long) MSVCRT_ldexp
@ cdecl -ret64 ldiv(long long) MSVCRT_ldiv
@ cdecl localeconv()
@ cdecl localtime(ptr) MSVCRT_localtime
@ cdecl -arch=win32 localtime(ptr) _localtime32
@ cdecl -arch=win64 localtime(ptr) _localtime64
@ cdecl log(double) MSVCRT_log
@ cdecl log10(double) MSVCRT_log10
@ cdecl -arch=i386,x86_64,arm,arm64 longjmp(ptr long) MSVCRT_longjmp
@ -784,7 +790,8 @@
@ cdecl memcpy(ptr ptr long)
@ cdecl memmove(ptr ptr long)
@ cdecl memset(ptr long long)
@ cdecl mktime(ptr) MSVCRT_mktime
@ cdecl -arch=win32 mktime(ptr) _mktime32
@ cdecl -arch=win64 mktime(ptr) _mktime64
@ cdecl modf(double ptr) MSVCRT_modf
@ cdecl perror(str)
@ cdecl pow(double double) MSVCRT_pow
@ -819,7 +826,7 @@
@ cdecl strcpy(ptr str)
@ cdecl strcspn(str str)
@ cdecl strerror(long)
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
@ cdecl strftime(ptr long str ptr)
@ cdecl strlen(str)
@ cdecl strncat(str str long)
@ cdecl strncmp(str str long)
@ -838,7 +845,8 @@
@ cdecl system(str)
@ cdecl tan(double) MSVCRT_tan
@ cdecl tanh(double) MSVCRT_tanh
@ cdecl time(ptr) MSVCRT_time
@ cdecl -arch=win32 time(ptr) _time32
@ cdecl -arch=win64 time(ptr) _time64
@ cdecl tmpfile() MSVCRT_tmpfile
@ cdecl tmpnam(ptr) MSVCRT_tmpnam
@ cdecl tolower(long)
@ -859,7 +867,7 @@
@ cdecl wcscoll(wstr wstr) MSVCRT_wcscoll
@ cdecl wcscpy(ptr wstr) MSVCRT_wcscpy
@ cdecl wcscspn(wstr wstr) ntdll.wcscspn
@ cdecl wcsftime(ptr long wstr ptr) MSVCRT_wcsftime
@ cdecl wcsftime(ptr long wstr ptr)
@ cdecl wcslen(wstr) MSVCRT_wcslen
@ cdecl wcsncat(wstr wstr long) ntdll.wcsncat
@ cdecl wcsncmp(wstr wstr long) MSVCRT_wcsncmp

View file

@ -165,8 +165,8 @@
@ cdecl __p__acmdln()
@ cdecl __p__amblksiz()
@ cdecl __p__commode()
@ cdecl __p__daylight() MSVCRT___p__daylight
@ cdecl __p__dstbias() MSVCRT___p__dstbias
@ cdecl __p__daylight()
@ cdecl __p__dstbias()
@ cdecl __p__environ()
@ stub __p__fileinfo()
@ cdecl __p__fmode()
@ -177,7 +177,7 @@
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@ stub __p__pwctype()
@ cdecl __p__timezone() MSVCRT___p__timezone
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
@ cdecl __p__wenviron()
@ -259,7 +259,7 @@
@ cdecl _cputws(wstr)
@ cdecl _creat(str long) MSVCRT__creat
@ varargs _cscanf(str)
@ cdecl _ctime64(ptr) MSVCRT__ctime64
@ cdecl _ctime64(ptr)
@ cdecl _cwait(ptr long long)
@ varargs _cwprintf(wstr)
@ varargs _cwscanf(wstr)
@ -315,8 +315,9 @@
@ cdecl _fstat(long ptr) MSVCRT__fstat
@ cdecl _fstat64(long ptr) MSVCRT__fstat64
@ cdecl _fstati64(long ptr) MSVCRT__fstati64
@ cdecl _ftime(ptr) MSVCRT__ftime
@ cdecl _ftime64(ptr) MSVCRT__ftime64
@ cdecl -arch=win32 _ftime(ptr) _ftime32
@ cdecl -arch=win64 _ftime(ptr) _ftime64
@ cdecl _ftime64(ptr)
@ cdecl -arch=i386 -ret64 _ftol() MSVCRT__ftol
@ cdecl _fullpath(ptr str long) MSVCRT__fullpath
@ cdecl -arch=win32 _futime(long ptr) _futime32
@ -343,7 +344,7 @@
@ cdecl _getwche()
@ cdecl _getws(ptr) MSVCRT__getws
@ cdecl -arch=i386 _global_unwind2(ptr)
@ cdecl _gmtime64(ptr) MSVCRT__gmtime64
@ cdecl _gmtime64(ptr)
@ cdecl _heapadd(ptr long)
@ cdecl _heapchk()
@ cdecl _heapmin()
@ -399,7 +400,7 @@
@ cdecl _lfind(ptr ptr ptr long ptr)
@ cdecl _loaddll(str)
@ cdecl -arch=i386 _local_unwind2(ptr long)
@ cdecl _localtime64(ptr) MSVCRT__localtime64
@ cdecl _localtime64(ptr)
@ cdecl _lock(long)
@ cdecl _locking(long long long) MSVCRT__locking
@ cdecl _logb(double) MSVCRT__logb
@ -471,7 +472,7 @@
@ cdecl _memicmp(str str long)
@ cdecl _mkdir(str) MSVCRT__mkdir
@ cdecl _mktemp(str) MSVCRT__mktemp
@ cdecl _mktime64(ptr) MSVCRT__mktime64
@ cdecl _mktime64(ptr)
@ cdecl _msize(ptr)
@ cdecl _nextafter(double double) MSVCRT__nextafter
@ cdecl _onexit(ptr)
@ -541,7 +542,7 @@
@ cdecl _stati64(str ptr) MSVCRT_stati64
@ cdecl _statusfp()
@ cdecl _strcmpi(str str) _stricmp
@ cdecl _strdate(ptr) MSVCRT__strdate
@ cdecl _strdate(ptr)
@ cdecl _strdup(str)
@ cdecl _strerror(long)
@ cdecl _stricmp(str str)
@ -553,7 +554,7 @@
@ cdecl _strnset(str long long)
@ cdecl _strrev(str)
@ cdecl _strset(str long)
@ cdecl _strtime(ptr) MSVCRT__strtime
@ cdecl _strtime(ptr)
@ cdecl -ret64 _strtoi64(str ptr long)
@ cdecl -ret64 _strtoui64(str ptr long)
@ cdecl _strupr(str)
@ -563,12 +564,12 @@
@ cdecl _tell(long) MSVCRT__tell
@ cdecl -ret64 _telli64(long)
@ cdecl _tempnam(str str) MSVCRT__tempnam
@ cdecl _time64(ptr) MSVCRT__time64
@ cdecl _time64(ptr)
@ extern _timezone MSVCRT___timezone
@ cdecl _tolower(long)
@ cdecl _toupper(long)
@ extern _tzname MSVCRT__tzname
@ cdecl _tzset() MSVCRT__tzset
@ cdecl _tzset()
@ cdecl _ui64toa(int64 ptr long) ntdll._ui64toa
@ cdecl _ui64tow(int64 ptr long) ntdll._ui64tow
@ cdecl _ultoa(long ptr long) ntdll._ultoa
@ -587,7 +588,7 @@
@ cdecl -norelay _vsnprintf(ptr long str ptr)
@ cdecl _vsnwprintf(ptr long wstr ptr) MSVCRT_vsnwprintf
@ cdecl _waccess(wstr long) MSVCRT__waccess
@ cdecl _wasctime(ptr) MSVCRT__wasctime
@ cdecl _wasctime(ptr)
@ cdecl _wchdir(wstr) MSVCRT__wchdir
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ extern _wcmdln MSVCRT__wcmdln
@ -606,8 +607,9 @@
@ cdecl -ret64 _wcstoi64(wstr ptr long) MSVCRT__wcstoi64
@ cdecl -ret64 _wcstoui64(wstr ptr long) MSVCRT__wcstoui64
@ cdecl _wcsupr(wstr) MSVCRT__wcsupr
@ cdecl _wctime(ptr) MSVCRT__wctime
@ cdecl _wctime64(ptr) MSVCRT__wctime64
@ cdecl -arch=win32 _wctime(ptr) _wctime32
@ cdecl -arch=win64 _wctime(ptr) _wctime64
@ cdecl _wctime64(ptr)
@ extern _wctype MSVCRT__wctype
@ extern _wenviron MSVCRT__wenviron
@ varargs _wexecl(wstr wstr)
@ -662,8 +664,8 @@
@ cdecl _wstat(wstr ptr) MSVCRT__wstat
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
@ cdecl _wstati64(wstr ptr) MSVCRT__wstati64
@ cdecl _wstrdate(ptr) MSVCRT__wstrdate
@ cdecl _wstrtime(ptr) MSVCRT__wstrtime
@ cdecl _wstrdate(ptr)
@ cdecl _wstrtime(ptr)
@ cdecl _wsystem(wstr)
@ cdecl _wtempnam(wstr wstr) MSVCRT__wtempnam
@ cdecl _wtmpnam(ptr) MSVCRT__wtmpnam
@ -681,7 +683,7 @@
@ cdecl abort()
@ cdecl abs(long) MSVCRT_abs
@ cdecl acos(double) MSVCRT_acos
@ cdecl asctime(ptr) MSVCRT_asctime
@ cdecl asctime(ptr)
@ cdecl asin(double) MSVCRT_asin
@ cdecl atan(double) MSVCRT_atan
@ cdecl atan2(double double) MSVCRT_atan2
@ -693,11 +695,13 @@
@ cdecl calloc(long long)
@ cdecl ceil(double) MSVCRT_ceil
@ cdecl clearerr(ptr) MSVCRT_clearerr
@ cdecl clock() MSVCRT_clock
@ cdecl clock()
@ cdecl cos(double) MSVCRT_cos
@ cdecl cosh(double) MSVCRT_cosh
@ cdecl ctime(ptr) MSVCRT_ctime
@ cdecl difftime(long long) MSVCRT_difftime
@ cdecl -arch=win32 ctime(ptr) _ctime32
@ cdecl -arch=win64 ctime(ptr) _ctime64
@ cdecl -arch=win32 difftime(long long) _difftime32
@ cdecl -arch=win64 difftime(long long) _difftime64
@ cdecl -ret64 div(long long) MSVCRT_div
@ cdecl exit(long)
@ cdecl exp(double) MSVCRT_exp
@ -736,7 +740,8 @@
@ cdecl gets(str) MSVCRT_gets
@ cdecl getwc(ptr) MSVCRT_getwc
@ cdecl getwchar() MSVCRT_getwchar
@ cdecl gmtime(ptr) MSVCRT_gmtime
@ cdecl -arch=win32 gmtime(ptr) _gmtime32
@ cdecl -arch=win64 gmtime(ptr) _gmtime64
@ cdecl is_wctype(long long) MSVCRT_iswctype
@ cdecl isalnum(long)
@ cdecl isalpha(long)
@ -767,7 +772,8 @@
@ cdecl ldexp(double long) MSVCRT_ldexp
@ cdecl -ret64 ldiv(long long) MSVCRT_ldiv
@ cdecl localeconv()
@ cdecl localtime(ptr) MSVCRT_localtime
@ cdecl -arch=win32 localtime(ptr) _localtime32
@ cdecl -arch=win64 localtime(ptr) _localtime64
@ cdecl log(double) MSVCRT_log
@ cdecl log10(double) MSVCRT_log10
@ cdecl -arch=i386,x86_64,arm,arm64 longjmp(ptr long) MSVCRT_longjmp
@ -780,7 +786,7 @@
@ cdecl memcpy(ptr ptr long)
@ cdecl memmove(ptr ptr long)
@ cdecl memset(ptr long long)
@ cdecl mktime(ptr) MSVCRT_mktime
@ cdecl -arch=win32 mktime(ptr) _mktime32
@ cdecl modf(double ptr) MSVCRT_modf
@ cdecl perror(str)
@ cdecl pow(double double) MSVCRT_pow
@ -815,7 +821,7 @@
@ cdecl strcpy(ptr str)
@ cdecl strcspn(str str)
@ cdecl strerror(long)
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
@ cdecl strftime(ptr long str ptr)
@ cdecl strlen(str)
@ cdecl strncat(str str long)
@ cdecl strncmp(str str long)
@ -834,7 +840,8 @@
@ cdecl system(str)
@ cdecl tan(double) MSVCRT_tan
@ cdecl tanh(double) MSVCRT_tanh
@ cdecl time(ptr) MSVCRT_time
@ cdecl -arch=win32 time(ptr) _time32
@ cdecl -arch=win64 time(ptr) _time64
@ cdecl tmpfile() MSVCRT_tmpfile
@ cdecl tmpnam(ptr) MSVCRT_tmpnam
@ cdecl tolower(long)
@ -855,7 +862,7 @@
@ cdecl wcscoll(wstr wstr) MSVCRT_wcscoll
@ cdecl wcscpy(ptr wstr) MSVCRT_wcscpy
@ cdecl wcscspn(wstr wstr) ntdll.wcscspn
@ cdecl wcsftime(ptr long wstr ptr) MSVCRT_wcsftime
@ cdecl wcsftime(ptr long wstr ptr)
@ cdecl wcslen(wstr) MSVCRT_wcslen
@ cdecl wcsncat(wstr wstr long) ntdll.wcsncat
@ cdecl wcsncmp(wstr wstr long) MSVCRT_wcsncmp

View file

@ -217,10 +217,10 @@
@ cdecl __crtGetStringTypeW(long long wstr long ptr)
@ cdecl __crtLCMapStringA(long long str long ptr long long long)
@ cdecl __crtLCMapStringW(long long wstr long ptr long long long)
@ cdecl __daylight() MSVCRT___p__daylight
@ cdecl __daylight() __p__daylight
@ cdecl __dllonexit(ptr ptr ptr)
@ cdecl __doserrno()
@ cdecl __dstbias() MSVCRT___p__dstbias
@ cdecl __dstbias() __p__dstbias
@ stub -arch=i386 ___fls_getvalue@4
@ stub -arch=x86_64 __fls_getvalue
@ stub -arch=i386 ___fls_setvalue@8
@ -276,8 +276,8 @@
@ cdecl __p__acmdln()
@ cdecl __p__amblksiz()
@ cdecl __p__commode()
@ cdecl __p__daylight() MSVCRT___p__daylight
@ cdecl __p__dstbias() MSVCRT___p__dstbias
@ cdecl __p__daylight()
@ cdecl __p__dstbias()
@ cdecl __p__environ()
@ cdecl __p__fmode()
@ cdecl -arch=i386 __p__iob() __iob_func
@ -288,7 +288,7 @@
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@ stub __p__pwctype()
@ cdecl __p__timezone() MSVCRT___p__timezone
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
@ cdecl __p__wenviron()
@ -311,7 +311,7 @@
@ cdecl __sys_nerr()
@ cdecl __threadhandle() kernel32.GetCurrentThread
@ cdecl __threadid() kernel32.GetCurrentThreadId
@ cdecl __timezone() MSVCRT___p__timezone
@ cdecl __timezone() __p__timezone
@ cdecl __toascii(long)
@ cdecl __tzname() __p__tzname
@ cdecl __unDName(ptr str long ptr ptr long)
@ -415,10 +415,10 @@
@ varargs _cscanf_l(str ptr)
@ varargs _cscanf_s(str)
@ varargs _cscanf_s_l(str ptr)
@ cdecl _ctime32(ptr) MSVCRT__ctime32
@ cdecl _ctime32_s(str long ptr) MSVCRT__ctime32_s
@ cdecl _ctime64(ptr) MSVCRT__ctime64
@ cdecl _ctime64_s(str long ptr) MSVCRT__ctime64_s
@ cdecl _ctime32(ptr)
@ cdecl _ctime32_s(str long ptr)
@ cdecl _ctime64(ptr)
@ cdecl _ctime64_s(str long ptr)
@ cdecl _cwait(ptr long long)
@ varargs _cwprintf(wstr)
@ stub _cwprintf_l
@ -432,8 +432,8 @@
@ varargs _cwscanf_s_l(wstr ptr)
@ extern _daylight MSVCRT___daylight
@ cdecl _decode_pointer(ptr)
@ cdecl _difftime32(long long) MSVCRT__difftime32
@ cdecl _difftime64(int64 int64) MSVCRT__difftime64
@ cdecl _difftime32(long long)
@ cdecl _difftime64(int64 int64)
@ stub _dosmaperr
@ extern _dstbias MSVCRT__dstbias
@ cdecl _dup(long) MSVCRT__dup
@ -520,10 +520,10 @@
@ cdecl _ftell_nolock(ptr) MSVCRT__ftell_nolock
@ cdecl -ret64 _ftelli64(ptr) MSVCRT__ftelli64
@ cdecl -ret64 _ftelli64_nolock(ptr) MSVCRT__ftelli64_nolock
@ cdecl _ftime32(ptr) MSVCRT__ftime32
@ cdecl _ftime32_s(ptr) MSVCRT__ftime32_s
@ cdecl _ftime64(ptr) MSVCRT__ftime64
@ cdecl _ftime64_s(ptr) MSVCRT__ftime64_s
@ cdecl _ftime32(ptr)
@ cdecl _ftime32_s(ptr)
@ cdecl _ftime64(ptr)
@ cdecl _ftime64_s(ptr)
@ cdecl -arch=i386 -ret64 _ftol() MSVCRT__ftol
@ cdecl _fullpath(ptr str long) MSVCRT__fullpath
@ cdecl _futime32(long ptr)
@ -541,7 +541,7 @@
@ cdecl _get_current_locale()
@ cdecl _get_daylight(ptr)
@ cdecl _get_doserrno(ptr)
@ cdecl _get_dstbias(ptr) MSVCRT__get_dstbias
@ cdecl _get_dstbias(ptr)
@ cdecl _get_errno(ptr)
@ cdecl _get_fmode(ptr)
@ cdecl _get_heap_handle()
@ -556,7 +556,7 @@
@ cdecl _get_sbh_threshold()
@ cdecl _get_terminate()
@ cdecl _get_timezone(ptr)
@ cdecl _get_tzname(ptr str long long) MSVCRT__get_tzname
@ cdecl _get_tzname(ptr str long long)
@ cdecl _get_unexpected()
@ cdecl _get_winmajor(ptr)
@ cdecl _get_winminor(ptr)
@ -588,10 +588,10 @@
@ cdecl _getws(ptr) MSVCRT__getws
@ stub _getws_s
@ cdecl -arch=i386 _global_unwind2(ptr)
@ cdecl _gmtime32(ptr) MSVCRT__gmtime32
@ cdecl _gmtime32_s(ptr ptr) MSVCRT__gmtime32_s
@ cdecl _gmtime64(ptr) MSVCRT__gmtime64
@ cdecl _gmtime64_s(ptr ptr) MSVCRT__gmtime64_s
@ cdecl _gmtime32(ptr)
@ cdecl _gmtime32_s(ptr ptr)
@ cdecl _gmtime64(ptr)
@ cdecl _gmtime64_s(ptr ptr)
@ cdecl _heapadd(ptr long)
@ cdecl _heapchk()
@ cdecl _heapmin()
@ -717,9 +717,9 @@
@ cdecl -arch=x86_64 _local_unwind(ptr ptr)
@ cdecl -arch=i386 _local_unwind2(ptr long)
@ cdecl -arch=i386 _local_unwind4(ptr ptr long)
@ cdecl _localtime32(ptr) MSVCRT__localtime32
@ cdecl _localtime32(ptr)
@ cdecl _localtime32_s(ptr ptr)
@ cdecl _localtime64(ptr) MSVCRT__localtime64
@ cdecl _localtime64(ptr)
@ cdecl _localtime64_s(ptr ptr)
@ cdecl _lock(long)
@ cdecl _lock_file(ptr) MSVCRT__lock_file
@ -880,12 +880,12 @@
@ cdecl _memicmp(str str long)
@ cdecl _memicmp_l(str str long ptr)
@ cdecl _mkdir(str) MSVCRT__mkdir
@ cdecl _mkgmtime32(ptr) MSVCRT__mkgmtime32
@ cdecl _mkgmtime64(ptr) MSVCRT__mkgmtime64
@ cdecl _mkgmtime32(ptr)
@ cdecl _mkgmtime64(ptr)
@ cdecl _mktemp(str) MSVCRT__mktemp
@ cdecl _mktemp_s(str long) MSVCRT__mktemp_s
@ cdecl _mktime32(ptr) MSVCRT__mktime32
@ cdecl _mktime64(ptr) MSVCRT__mktime64
@ cdecl _mktime32(ptr)
@ cdecl _mktime64(ptr)
@ cdecl _msize(ptr)
@ cdecl _nextafter(double double) MSVCRT__nextafter
@ cdecl -arch=x86_64 _nextafterf(float float) MSVCRT__nextafterf
@ -1015,12 +1015,12 @@
@ cdecl _statusfp()
@ cdecl -arch=i386 _statusfp2(ptr ptr)
@ cdecl _strcoll_l(str str ptr)
@ cdecl _strdate(ptr) MSVCRT__strdate
@ cdecl _strdate(ptr)
@ cdecl _strdate_s(ptr long)
@ cdecl _strdup(str)
@ cdecl _strerror(long)
@ stub _strerror_s
@ cdecl _strftime_l(ptr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _strftime_l(ptr long str ptr ptr)
@ cdecl _stricmp(str str)
@ cdecl _stricmp_l(str str ptr)
@ cdecl _stricoll(str str)
@ -1040,7 +1040,7 @@
@ cdecl _strrev(str)
@ cdecl _strset(str long)
@ stub _strset_s
@ cdecl _strtime(ptr) MSVCRT__strtime
@ cdecl _strtime(ptr)
@ cdecl _strtime_s(ptr long)
@ cdecl _strtod_l(str ptr ptr)
@ cdecl -ret64 _strtoi64(str ptr long)
@ -1068,8 +1068,8 @@
@ cdecl _tell(long) MSVCRT__tell
@ cdecl -ret64 _telli64(long)
@ cdecl _tempnam(str str) MSVCRT__tempnam
@ cdecl _time32(ptr) MSVCRT__time32
@ cdecl _time64(ptr) MSVCRT__time64
@ cdecl _time32(ptr)
@ cdecl _time64(ptr)
@ extern _timezone MSVCRT___timezone
@ cdecl _tolower(long)
@ cdecl _tolower_l(long ptr)
@ -1078,7 +1078,7 @@
@ cdecl _towlower_l(long ptr) MSVCRT__towlower_l
@ cdecl _towupper_l(long ptr) MSVCRT__towupper_l
@ extern _tzname MSVCRT__tzname
@ cdecl _tzset() MSVCRT__tzset
@ cdecl _tzset()
@ cdecl _ui64toa(int64 ptr long) ntdll._ui64toa
@ cdecl _ui64toa_s(int64 ptr long long)
@ cdecl _ui64tow(int64 ptr long) ntdll._ui64tow
@ -1160,8 +1160,8 @@
@ stub _vwprintf_s_l
@ cdecl _waccess(wstr long) MSVCRT__waccess
@ cdecl _waccess_s(wstr long) MSVCRT__waccess_s
@ cdecl _wasctime(ptr) MSVCRT__wasctime
@ cdecl _wasctime_s(ptr long ptr) MSVCRT__wasctime_s
@ cdecl _wasctime(ptr)
@ cdecl _wasctime_s(ptr long ptr)
@ cdecl _wassert(wstr wstr long)
@ cdecl _wchdir(wstr) MSVCRT__wchdir
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ -1171,7 +1171,7 @@
@ cdecl _wcsdup(wstr) MSVCRT__wcsdup
@ cdecl _wcserror(long)
@ cdecl _wcserror_s(ptr long long)
@ cdecl _wcsftime_l(ptr long wstr ptr ptr) MSVCRT__wcsftime_l
@ cdecl _wcsftime_l(ptr long wstr ptr ptr)
@ cdecl _wcsicmp(wstr wstr) MSVCRT__wcsicmp
@ cdecl _wcsicmp_l(wstr wstr ptr) MSVCRT__wcsicmp_l
@ cdecl _wcsicoll(wstr wstr) MSVCRT__wcsicoll
@ -1205,10 +1205,10 @@
@ cdecl _wcsupr_s(wstr long) MSVCRT__wcsupr_s
@ cdecl _wcsupr_s_l(wstr long ptr) MSVCRT__wcsupr_s_l
@ cdecl _wcsxfrm_l(ptr wstr long ptr) MSVCRT__wcsxfrm_l
@ cdecl _wctime32(ptr) MSVCRT__wctime32
@ cdecl _wctime32_s(ptr long ptr) MSVCRT__wctime32_s
@ cdecl _wctime64(ptr) MSVCRT__wctime64
@ cdecl _wctime64_s(ptr long ptr) MSVCRT__wctime64_s
@ cdecl _wctime32(ptr)
@ cdecl _wctime32_s(ptr long ptr)
@ cdecl _wctime64(ptr)
@ cdecl _wctime64_s(ptr long ptr)
@ cdecl _wctomb_l(ptr long ptr) MSVCRT__wctomb_l
@ cdecl _wctomb_s_l(ptr ptr long long ptr) MSVCRT__wctomb_s_l
@ extern _wctype MSVCRT__wctype
@ -1285,9 +1285,9 @@
@ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
@ cdecl _wstat64i32(wstr ptr) MSVCRT__wstat64i32
@ cdecl _wstrdate(ptr) MSVCRT__wstrdate
@ cdecl _wstrdate(ptr)
@ cdecl _wstrdate_s(ptr long)
@ cdecl _wstrtime(ptr) MSVCRT__wstrtime
@ cdecl _wstrtime(ptr)
@ cdecl _wstrtime_s(ptr long)
@ cdecl _wsystem(wstr)
@ cdecl _wtempnam(wstr wstr) MSVCRT__wtempnam
@ -1311,8 +1311,8 @@
@ cdecl abs(long) MSVCRT_abs
@ cdecl acos(double) MSVCRT_acos
@ cdecl -arch=!i386 acosf(float) MSVCRT_acosf
@ cdecl asctime(ptr) MSVCRT_asctime
@ cdecl asctime_s(ptr long ptr) MSVCRT_asctime_s
@ cdecl asctime(ptr)
@ cdecl asctime_s(ptr long ptr)
@ cdecl asin(double) MSVCRT_asin
@ cdecl -arch=!i386 asinf(float) MSVCRT_asinf
@ cdecl atan(double) MSVCRT_atan
@ -1331,7 +1331,7 @@
@ cdecl -arch=!i386 ceilf(float) MSVCRT_ceilf
@ cdecl clearerr(ptr) MSVCRT_clearerr
@ cdecl clearerr_s(ptr) MSVCRT_clearerr_s
@ cdecl clock() MSVCRT_clock
@ cdecl clock()
@ cdecl cos(double) MSVCRT_cos
@ cdecl -arch=!i386 cosf(float) MSVCRT_cosf
@ cdecl cosh(double) MSVCRT_cosh
@ -1486,7 +1486,7 @@
@ cdecl strcspn(str str)
@ cdecl strerror(long)
@ cdecl strerror_s(ptr long long)
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
@ cdecl strftime(ptr long str ptr)
@ cdecl strlen(str)
@ cdecl strncat(str str long)
@ cdecl strncat_s(str long str long)
@ -1543,7 +1543,7 @@
@ cdecl wcscpy(ptr wstr) MSVCRT_wcscpy
@ cdecl wcscpy_s(ptr long wstr) MSVCRT_wcscpy_s
@ cdecl wcscspn(wstr wstr) ntdll.wcscspn
@ cdecl wcsftime(ptr long wstr ptr) MSVCRT_wcsftime
@ cdecl wcsftime(ptr long wstr ptr)
@ cdecl wcslen(wstr) MSVCRT_wcslen
@ cdecl wcsncat(wstr wstr long) ntdll.wcsncat
@ cdecl wcsncat_s(wstr long wstr long) MSVCRT_wcsncat_s

View file

@ -208,10 +208,10 @@
@ cdecl __crtGetStringTypeW(long long wstr long ptr)
@ cdecl __crtLCMapStringA(long long str long ptr long long long)
@ cdecl __crtLCMapStringW(long long wstr long ptr long long long)
@ cdecl __daylight() MSVCRT___p__daylight
@ cdecl __daylight() __p__daylight
@ cdecl __dllonexit(ptr ptr ptr)
@ cdecl __doserrno()
@ cdecl __dstbias() MSVCRT___p__dstbias
@ cdecl __dstbias() __p__dstbias
@ stub ___fls_getvalue@4
@ stub ___fls_setvalue@8
@ cdecl __fpecode()
@ -265,8 +265,8 @@
@ cdecl __p__acmdln()
@ cdecl __p__amblksiz()
@ cdecl __p__commode()
@ cdecl __p__daylight() MSVCRT___p__daylight
@ cdecl __p__dstbias() MSVCRT___p__dstbias
@ cdecl __p__daylight()
@ cdecl __p__dstbias()
@ cdecl __p__environ()
@ cdecl __p__fmode()
@ cdecl __p__iob() __iob_func
@ -275,7 +275,7 @@
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@ stub __p__pwctype()
@ cdecl __p__timezone() MSVCRT___p__timezone
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
@ cdecl __p__wenviron()
@ -295,7 +295,7 @@
@ cdecl __sys_nerr()
@ cdecl __threadhandle() kernel32.GetCurrentThread
@ cdecl __threadid() kernel32.GetCurrentThreadId
@ cdecl __timezone() MSVCRT___p__timezone
@ cdecl __timezone() __p__timezone
@ cdecl __toascii(long)
@ cdecl __tzname() __p__tzname
@ cdecl __unDName(ptr str long ptr ptr long)
@ -398,10 +398,10 @@
@ varargs _cscanf_l(str ptr)
@ varargs _cscanf_s(str)
@ varargs _cscanf_s_l(str ptr)
@ cdecl _ctime32(ptr) MSVCRT__ctime32
@ cdecl _ctime32_s(str long ptr) MSVCRT__ctime32_s
@ cdecl _ctime64(ptr) MSVCRT__ctime64
@ cdecl _ctime64_s(str long ptr) MSVCRT__ctime64_s
@ cdecl _ctime32(ptr)
@ cdecl _ctime32_s(str long ptr)
@ cdecl _ctime64(ptr)
@ cdecl _ctime64_s(str long ptr)
@ cdecl _cwait(ptr long long)
@ varargs _cwprintf(wstr)
@ stub _cwprintf_l
@ -415,8 +415,8 @@
@ varargs _cwscanf_s_l(wstr ptr)
@ extern _daylight MSVCRT___daylight
@ cdecl _decode_pointer(ptr)
@ cdecl _difftime32(long long) MSVCRT__difftime32
@ cdecl _difftime64(int64 int64) MSVCRT__difftime64
@ cdecl _difftime32(long long)
@ cdecl _difftime64(int64 int64)
@ stub _dosmaperr
@ extern _dstbias MSVCRT__dstbias
@ cdecl _dup(long) MSVCRT__dup
@ -503,10 +503,10 @@
@ cdecl _ftell_nolock(ptr) MSVCRT__ftell_nolock
@ cdecl -ret64 _ftelli64(ptr) MSVCRT__ftelli64
@ cdecl -ret64 _ftelli64_nolock(ptr) MSVCRT__ftelli64_nolock
@ cdecl _ftime32(ptr) MSVCRT__ftime32
@ cdecl _ftime32_s(ptr) MSVCRT__ftime32_s
@ cdecl _ftime64(ptr) MSVCRT__ftime64
@ cdecl _ftime64_s(ptr) MSVCRT__ftime64_s
@ cdecl _ftime32(ptr)
@ cdecl _ftime32_s(ptr)
@ cdecl _ftime64(ptr)
@ cdecl _ftime64_s(ptr)
@ cdecl -arch=i386 -ret64 _ftol() MSVCRT__ftol
@ cdecl _fullpath(ptr str long) MSVCRT__fullpath
@ cdecl _futime32(long ptr)
@ -524,7 +524,7 @@
@ cdecl _get_current_locale()
@ cdecl _get_daylight(ptr)
@ cdecl _get_doserrno(ptr)
@ cdecl _get_dstbias(ptr) MSVCRT__get_dstbias
@ cdecl _get_dstbias(ptr)
@ cdecl _get_errno(ptr)
@ cdecl _get_fmode(ptr)
@ cdecl _get_heap_handle()
@ -537,7 +537,7 @@
@ cdecl _get_sbh_threshold()
@ cdecl _get_terminate()
@ cdecl _get_timezone(ptr)
@ cdecl _get_tzname(ptr str long long) MSVCRT__get_tzname
@ cdecl _get_tzname(ptr str long long)
@ cdecl _get_unexpected()
@ cdecl _get_wpgmptr(ptr)
@ cdecl _getc_nolock(ptr) MSVCRT__fgetc_nolock
@ -566,10 +566,10 @@
@ cdecl _getws(ptr) MSVCRT__getws
@ stub _getws_s
@ cdecl -arch=i386 _global_unwind2(ptr)
@ cdecl _gmtime32(ptr) MSVCRT__gmtime32
@ cdecl _gmtime32_s(ptr ptr) MSVCRT__gmtime32_s
@ cdecl _gmtime64(ptr) MSVCRT__gmtime64
@ cdecl _gmtime64_s(ptr ptr) MSVCRT__gmtime64_s
@ cdecl _gmtime32(ptr)
@ cdecl _gmtime32_s(ptr ptr)
@ cdecl _gmtime64(ptr)
@ cdecl _gmtime64_s(ptr ptr)
@ cdecl _heapadd(ptr long)
@ cdecl _heapchk()
@ cdecl _heapmin()
@ -695,9 +695,9 @@
@ cdecl -arch=x86_64 _local_unwind(ptr ptr)
@ cdecl -arch=i386 _local_unwind2(ptr long)
@ cdecl -arch=i386 _local_unwind4(ptr ptr long)
@ cdecl _localtime32(ptr) MSVCRT__localtime32
@ cdecl _localtime32(ptr)
@ cdecl _localtime32_s(ptr ptr)
@ cdecl _localtime64(ptr) MSVCRT__localtime64
@ cdecl _localtime64(ptr)
@ cdecl _localtime64_s(ptr ptr)
@ cdecl _lock(long)
@ cdecl _lock_file(ptr) MSVCRT__lock_file
@ -858,12 +858,12 @@
@ cdecl _memicmp(str str long)
@ cdecl _memicmp_l(str str long ptr)
@ cdecl _mkdir(str) MSVCRT__mkdir
@ cdecl _mkgmtime32(ptr) MSVCRT__mkgmtime32
@ cdecl _mkgmtime64(ptr) MSVCRT__mkgmtime64
@ cdecl _mkgmtime32(ptr)
@ cdecl _mkgmtime64(ptr)
@ cdecl _mktemp(str) MSVCRT__mktemp
@ cdecl _mktemp_s(str long) MSVCRT__mktemp_s
@ cdecl _mktime32(ptr) MSVCRT__mktime32
@ cdecl _mktime64(ptr) MSVCRT__mktime64
@ cdecl _mktime32(ptr)
@ cdecl _mktime64(ptr)
@ cdecl _msize(ptr)
@ cdecl _nextafter(double double) MSVCRT__nextafter
@ cdecl -arch=x86_64 _nextafterf(float float) MSVCRT__nextafterf
@ -990,12 +990,12 @@
@ cdecl _statusfp()
@ cdecl -arch=i386 _statusfp2(ptr ptr)
@ cdecl _strcoll_l(str str ptr)
@ cdecl _strdate(ptr) MSVCRT__strdate
@ cdecl _strdate(ptr)
@ cdecl _strdate_s(ptr long)
@ cdecl _strdup(str)
@ cdecl _strerror(long)
@ stub _strerror_s
@ cdecl _strftime_l(ptr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _strftime_l(ptr long str ptr ptr)
@ cdecl _stricmp(str str)
@ cdecl _stricmp_l(str str ptr)
@ cdecl _stricoll(str str)
@ -1015,7 +1015,7 @@
@ cdecl _strrev(str)
@ cdecl _strset(str long)
@ stub _strset_s
@ cdecl _strtime(ptr) MSVCRT__strtime
@ cdecl _strtime(ptr)
@ cdecl _strtime_s(ptr long)
@ cdecl _strtod_l(str ptr ptr)
@ cdecl -ret64 _strtoi64(str ptr long)
@ -1043,8 +1043,8 @@
@ cdecl _tell(long) MSVCRT__tell
@ cdecl -ret64 _telli64(long)
@ cdecl _tempnam(str str) MSVCRT__tempnam
@ cdecl _time32(ptr) MSVCRT__time32
@ cdecl _time64(ptr) MSVCRT__time64
@ cdecl _time32(ptr)
@ cdecl _time64(ptr)
@ extern _timezone MSVCRT___timezone
@ cdecl _tolower(long)
@ cdecl _tolower_l(long ptr)
@ -1053,7 +1053,7 @@
@ cdecl _towlower_l(long ptr) MSVCRT__towlower_l
@ cdecl _towupper_l(long ptr) MSVCRT__towupper_l
@ extern _tzname MSVCRT__tzname
@ cdecl _tzset() MSVCRT__tzset
@ cdecl _tzset()
@ cdecl _ui64toa(int64 ptr long) ntdll._ui64toa
@ cdecl _ui64toa_s(int64 ptr long long)
@ cdecl _ui64tow(int64 ptr long) ntdll._ui64tow
@ -1135,8 +1135,8 @@
@ stub _vwprintf_s_l
@ cdecl _waccess(wstr long) MSVCRT__waccess
@ cdecl _waccess_s(wstr long) MSVCRT__waccess_s
@ cdecl _wasctime(ptr) MSVCRT__wasctime
@ cdecl _wasctime_s(ptr long ptr) MSVCRT__wasctime_s
@ cdecl _wasctime(ptr)
@ cdecl _wasctime_s(ptr long ptr)
@ cdecl _wassert(wstr wstr long)
@ cdecl _wchdir(wstr) MSVCRT__wchdir
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ -1146,7 +1146,7 @@
@ cdecl _wcsdup(wstr) MSVCRT__wcsdup
@ cdecl _wcserror(long)
@ cdecl _wcserror_s(ptr long long)
@ cdecl _wcsftime_l(ptr long wstr ptr ptr) MSVCRT__wcsftime_l
@ cdecl _wcsftime_l(ptr long wstr ptr ptr)
@ cdecl _wcsicmp(wstr wstr) MSVCRT__wcsicmp
@ cdecl _wcsicmp_l(wstr wstr ptr) MSVCRT__wcsicmp_l
@ cdecl _wcsicoll(wstr wstr) MSVCRT__wcsicoll
@ -1180,10 +1180,10 @@
@ cdecl _wcsupr_s(wstr long) MSVCRT__wcsupr_s
@ cdecl _wcsupr_s_l(wstr long ptr) MSVCRT__wcsupr_s_l
@ cdecl _wcsxfrm_l(ptr wstr long ptr) MSVCRT__wcsxfrm_l
@ cdecl _wctime32(ptr) MSVCRT__wctime32
@ cdecl _wctime32_s(ptr long ptr) MSVCRT__wctime32_s
@ cdecl _wctime64(ptr) MSVCRT__wctime64
@ cdecl _wctime64_s(ptr long ptr) MSVCRT__wctime64_s
@ cdecl _wctime32(ptr)
@ cdecl _wctime32_s(ptr long ptr)
@ cdecl _wctime64(ptr)
@ cdecl _wctime64_s(ptr long ptr)
@ cdecl _wctomb_l(ptr long ptr) MSVCRT__wctomb_l
@ cdecl _wctomb_s_l(ptr ptr long long ptr) MSVCRT__wctomb_s_l
@ extern _wctype MSVCRT__wctype
@ -1257,9 +1257,9 @@
@ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
@ cdecl _wstat64i32(wstr ptr) MSVCRT__wstat64i32
@ cdecl _wstrdate(ptr) MSVCRT__wstrdate
@ cdecl _wstrdate(ptr)
@ cdecl _wstrdate_s(ptr long)
@ cdecl _wstrtime(ptr) MSVCRT__wstrtime
@ cdecl _wstrtime(ptr)
@ cdecl _wstrtime_s(ptr long)
@ cdecl _wsystem(wstr)
@ cdecl _wtempnam(wstr wstr) MSVCRT__wtempnam
@ -1283,8 +1283,8 @@
@ cdecl abs(long) MSVCRT_abs
@ cdecl acos(double) MSVCRT_acos
@ cdecl -arch=!i386 acosf(float) MSVCRT_acosf
@ cdecl asctime(ptr) MSVCRT_asctime
@ cdecl asctime_s(ptr long ptr) MSVCRT_asctime_s
@ cdecl asctime(ptr)
@ cdecl asctime_s(ptr long ptr)
@ cdecl asin(double) MSVCRT_asin
@ cdecl atan(double) MSVCRT_atan
@ cdecl atan2(double double) MSVCRT_atan2
@ -1303,7 +1303,7 @@
@ cdecl -arch=!i386 ceilf(float) MSVCRT_ceilf
@ cdecl clearerr(ptr) MSVCRT_clearerr
@ cdecl clearerr_s(ptr) MSVCRT_clearerr_s
@ cdecl clock() MSVCRT_clock
@ cdecl clock()
@ cdecl cos(double) MSVCRT_cos
@ cdecl cosh(double) MSVCRT_cosh
@ cdecl -arch=!i386 cosf(float) MSVCRT_cosf
@ -1458,7 +1458,7 @@
@ cdecl strcspn(str str)
@ cdecl strerror(long)
@ cdecl strerror_s(ptr long long)
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
@ cdecl strftime(ptr long str ptr)
@ cdecl strlen(str)
@ cdecl strncat(str str long)
@ cdecl strncat_s(str long str long)
@ -1515,7 +1515,7 @@
@ cdecl wcscpy(ptr wstr) MSVCRT_wcscpy
@ cdecl wcscpy_s(ptr long wstr) MSVCRT_wcscpy_s
@ cdecl wcscspn(wstr wstr) ntdll.wcscspn
@ cdecl wcsftime(ptr long wstr ptr) MSVCRT_wcsftime
@ cdecl wcsftime(ptr long wstr ptr)
@ cdecl wcslen(wstr) MSVCRT_wcslen
@ cdecl wcsncat(wstr wstr long) ntdll.wcsncat
@ cdecl wcsncat_s(wstr long wstr long) MSVCRT_wcsncat_s

View file

@ -31,6 +31,7 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/utime.h>
#include <time.h>
#include <limits.h>
#include "windef.h"
@ -1870,7 +1871,7 @@ int CDECL _futime64(int fd, struct __utimbuf64 *t)
if (!t)
{
time_to_filetime( MSVCRT__time64(NULL), &at );
time_to_filetime( _time64(NULL), &at );
wt = at;
}
else

View file

@ -206,10 +206,10 @@
@ cdecl __crtGetStringTypeW(long long wstr long ptr)
@ cdecl __crtLCMapStringA(long long str long ptr long long long)
@ cdecl __crtLCMapStringW(long long wstr long ptr long long long)
@ cdecl __daylight() MSVCRT___p__daylight
@ cdecl __daylight() __p__daylight
@ cdecl __dllonexit(ptr ptr ptr)
@ cdecl __doserrno()
@ cdecl __dstbias() MSVCRT___p__dstbias
@ cdecl __dstbias() __p__dstbias
@ cdecl __fpecode()
@ stub __get_app_type
@ cdecl __getmainargs(ptr ptr ptr long ptr)
@ -254,8 +254,8 @@
@ cdecl -arch=i386 __p__acmdln()
@ cdecl -arch=i386 __p__amblksiz()
@ cdecl -arch=i386 __p__commode()
@ cdecl -arch=i386 __p__daylight() MSVCRT___p__daylight
@ cdecl -arch=i386 __p__dstbias() MSVCRT___p__dstbias
@ cdecl -arch=i386 __p__daylight()
@ cdecl -arch=i386 __p__dstbias()
@ cdecl -arch=i386 __p__environ()
@ stub -arch=i386 __p__fileinfo()
@ cdecl -arch=i386 __p__fmode()
@ -266,7 +266,7 @@
@ cdecl -arch=i386 __p__pctype()
@ cdecl -arch=i386 __p__pgmptr()
@ stub -arch=i386 __p__pwctype()
@ cdecl -arch=i386 __p__timezone() MSVCRT___p__timezone
@ cdecl -arch=i386 __p__timezone()
@ cdecl -arch=i386 __p__tzname()
@ cdecl -arch=i386 __p__wcmdln()
@ cdecl -arch=i386 __p__wenviron()
@ -385,10 +385,10 @@
@ varargs _cscanf_l(str ptr)
@ varargs _cscanf_s(str)
@ varargs _cscanf_s_l(str ptr)
@ cdecl _ctime32(ptr) MSVCRT__ctime32
@ cdecl _ctime32_s(str long ptr) MSVCRT__ctime32_s
@ cdecl _ctime64(ptr) MSVCRT__ctime64
@ cdecl _ctime64_s(str long ptr) MSVCRT__ctime64_s
@ cdecl _ctime32(ptr)
@ cdecl _ctime32_s(str long ptr)
@ cdecl _ctime64(ptr)
@ cdecl _ctime64_s(str long ptr)
@ extern _ctype MSVCRT__ctype
@ cdecl _cwait(ptr long long)
@ varargs _cwprintf(wstr)
@ -402,8 +402,8 @@
@ varargs _cwscanf_s(wstr)
@ varargs _cwscanf_s_l(wstr ptr)
@ extern _daylight MSVCRT___daylight
@ cdecl _difftime32(long long) MSVCRT__difftime32
@ cdecl _difftime64(int64 int64) MSVCRT__difftime64
@ cdecl _difftime32(long long)
@ cdecl _difftime64(int64 int64)
@ extern _dstbias MSVCRT__dstbias
@ cdecl _dup (long) MSVCRT__dup
@ cdecl _dup2 (long long) MSVCRT__dup2
@ -477,11 +477,12 @@
@ cdecl _fstat64(long ptr) MSVCRT__fstat64
@ cdecl _fstati64(long ptr) MSVCRT__fstati64
@ cdecl -ret64 _ftelli64(ptr) MSVCRT__ftelli64
@ cdecl _ftime(ptr) MSVCRT__ftime
@ cdecl _ftime32(ptr) MSVCRT__ftime32
@ cdecl _ftime32_s(ptr) MSVCRT__ftime32_s
@ cdecl _ftime64(ptr) MSVCRT__ftime64
@ cdecl _ftime64_s(ptr) MSVCRT__ftime64_s
@ cdecl -arch=win32 _ftime(ptr) _ftime32
@ cdecl -arch=win64 _ftime(ptr) _ftime64
@ cdecl _ftime32(ptr)
@ cdecl _ftime32_s(ptr)
@ cdecl _ftime64(ptr)
@ cdecl _ftime64_s(ptr)
@ cdecl -arch=i386 -ret64 _ftol() MSVCRT__ftol
@ cdecl -arch=i386 -ret64 _ftol2() MSVCRT__ftol
@ cdecl -arch=i386 -ret64 _ftol2_sse() MSVCRT__ftol #FIXME: SSE variant should be implemented
@ -519,7 +520,7 @@
# stub _get_winver(ptr)
@ cdecl _get_wpgmptr(ptr)
@ cdecl _get_terminate()
@ cdecl _get_tzname(ptr str long long) MSVCRT__get_tzname
@ cdecl _get_tzname(ptr str long long)
@ cdecl _get_unexpected()
@ cdecl _getch()
@ cdecl _getche()
@ -538,10 +539,10 @@
@ cdecl _getwche()
@ cdecl _getws(ptr) MSVCRT__getws
@ cdecl -arch=i386 _global_unwind2(ptr)
@ cdecl _gmtime32(ptr) MSVCRT__gmtime32
@ cdecl _gmtime32_s(ptr ptr) MSVCRT__gmtime32_s
@ cdecl _gmtime64(ptr) MSVCRT__gmtime64
@ cdecl _gmtime64_s(ptr ptr) MSVCRT__gmtime64_s
@ cdecl _gmtime32(ptr)
@ cdecl _gmtime32_s(ptr ptr)
@ cdecl _gmtime64(ptr)
@ cdecl _gmtime64_s(ptr ptr)
@ cdecl _heapadd (ptr long)
@ cdecl _heapchk()
@ cdecl _heapmin()
@ -661,9 +662,9 @@
@ cdecl -arch=x86_64 _local_unwind(ptr ptr)
@ cdecl -arch=i386 _local_unwind2(ptr long)
@ cdecl -arch=i386 _local_unwind4(ptr ptr long)
@ cdecl _localtime32(ptr) MSVCRT__localtime32
@ cdecl _localtime32(ptr)
@ cdecl _localtime32_s(ptr ptr)
@ cdecl _localtime64(ptr) MSVCRT__localtime64
@ cdecl _localtime64(ptr)
@ cdecl _localtime64_s(ptr ptr)
@ cdecl _lock(long)
@ cdecl _lock_file(ptr) MSVCRT__lock_file
@ -827,13 +828,14 @@
@ cdecl _memicmp(str str long)
@ cdecl _memicmp_l(str str long ptr)
@ cdecl _mkdir(str) MSVCRT__mkdir
@ cdecl _mkgmtime(ptr) MSVCRT__mkgmtime
@ cdecl _mkgmtime32(ptr) MSVCRT__mkgmtime32
@ cdecl _mkgmtime64(ptr) MSVCRT__mkgmtime64
@ cdecl -arch=win32 _mkgmtime(ptr) _mkgmtime32
@ cdecl -arch=win64 _mkgmtime(ptr) _mkgmtime64
@ cdecl _mkgmtime32(ptr)
@ cdecl _mkgmtime64(ptr)
@ cdecl _mktemp(str) MSVCRT__mktemp
@ cdecl _mktemp_s(str long) MSVCRT__mktemp_s
@ cdecl _mktime32(ptr) MSVCRT__mktime32
@ cdecl _mktime64(ptr) MSVCRT__mktime64
@ cdecl _mktime32(ptr)
@ cdecl _mktime64(ptr)
@ cdecl _msize(ptr)
# stub -arch=win32 _msize_debug(ptr long)
# stub -arch=win64 _msize_dbg(ptr long)
@ -950,7 +952,7 @@
@ cdecl _statusfp()
@ cdecl _strcmpi(str str) _stricmp
@ cdecl _strcoll_l(str str ptr)
@ cdecl _strdate(ptr) MSVCRT__strdate
@ cdecl _strdate(ptr)
@ cdecl _strdate_s(ptr long)
@ cdecl _strdup(str)
# stub _strdup_dbg(str long str long)
@ -975,7 +977,7 @@
@ cdecl _strrev(str)
@ cdecl _strset(str long)
# stub _strset_s(str long long)
@ cdecl _strtime(ptr) MSVCRT__strtime
@ cdecl _strtime(ptr)
@ cdecl _strtime_s(ptr long)
@ cdecl _strtod_l(str ptr ptr)
@ cdecl -ret64 _strtoi64(str ptr long)
@ -1003,8 +1005,8 @@
@ cdecl -ret64 _telli64(long)
@ cdecl _tempnam(str str) MSVCRT__tempnam
# stub _tempnam_dbg(str str long str long)
@ cdecl _time32(ptr) MSVCRT__time32
@ cdecl _time64(ptr) MSVCRT__time64
@ cdecl _time32(ptr)
@ cdecl _time64(ptr)
@ extern _timezone MSVCRT___timezone
@ cdecl _tolower(long)
@ cdecl _tolower_l(long ptr)
@ -1013,7 +1015,7 @@
@ cdecl _towlower_l(long ptr) MSVCRT__towlower_l
@ cdecl _towupper_l(long ptr) MSVCRT__towupper_l
@ extern _tzname MSVCRT__tzname
@ cdecl _tzset() MSVCRT__tzset
@ cdecl _tzset()
@ cdecl _ui64toa(int64 ptr long) ntdll._ui64toa
@ cdecl _ui64toa_s(int64 ptr long long)
@ cdecl _ui64tow(int64 ptr long) ntdll._ui64tow
@ -1090,8 +1092,8 @@
# stub _vwprintf_s_l(wstr ptr ptr)
@ cdecl _waccess(wstr long) MSVCRT__waccess
@ cdecl _waccess_s(wstr long) MSVCRT__waccess_s
@ cdecl _wasctime(ptr) MSVCRT__wasctime
@ cdecl _wasctime_s(ptr long ptr) MSVCRT__wasctime_s
@ cdecl _wasctime(ptr)
@ cdecl _wasctime_s(ptr long ptr)
@ cdecl _wassert(wstr wstr long)
@ cdecl _wchdir(wstr) MSVCRT__wchdir
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ -1102,7 +1104,7 @@
# stub _wcsdup_dbg(wstr long str long)
@ cdecl _wcserror(long)
@ cdecl _wcserror_s(ptr long long)
@ cdecl _wcsftime_l(ptr long wstr ptr ptr) MSVCRT__wcsftime_l
@ cdecl _wcsftime_l(ptr long wstr ptr ptr)
@ cdecl _wcsicmp(wstr wstr) MSVCRT__wcsicmp
@ cdecl _wcsicmp_l(wstr wstr ptr) MSVCRT__wcsicmp_l
@ cdecl _wcsicoll(wstr wstr) MSVCRT__wcsicoll
@ -1136,11 +1138,12 @@
@ cdecl _wcsupr_s(wstr long) MSVCRT__wcsupr_s
@ cdecl _wcsupr_s_l(wstr long ptr) MSVCRT__wcsupr_s_l
@ cdecl _wcsxfrm_l(ptr wstr long ptr) MSVCRT__wcsxfrm_l
@ cdecl _wctime(ptr) MSVCRT__wctime
@ cdecl _wctime32(ptr) MSVCRT__wctime32
@ cdecl _wctime32_s(ptr long ptr) MSVCRT__wctime32_s
@ cdecl _wctime64(ptr) MSVCRT__wctime64
@ cdecl _wctime64_s(ptr long ptr) MSVCRT__wctime64_s
@ cdecl -arch=win32 _wctime(ptr) _wctime32
@ cdecl -arch=win64 _wctime(ptr) _wctime64
@ cdecl _wctime32(ptr)
@ cdecl _wctime32_s(ptr long ptr)
@ cdecl _wctime64(ptr)
@ cdecl _wctime64_s(ptr long ptr)
@ cdecl _wctomb_l(ptr long ptr) MSVCRT__wctomb_l
@ cdecl _wctomb_s_l(ptr ptr long long ptr) MSVCRT__wctomb_s_l
@ extern _wctype MSVCRT__wctype
@ -1218,9 +1221,9 @@
@ cdecl _wstat(wstr ptr) MSVCRT__wstat
@ cdecl _wstati64(wstr ptr) MSVCRT__wstati64
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
@ cdecl _wstrdate(ptr) MSVCRT__wstrdate
@ cdecl _wstrdate(ptr)
@ cdecl _wstrdate_s(ptr long)
@ cdecl _wstrtime(ptr) MSVCRT__wstrtime
@ cdecl _wstrtime(ptr)
@ cdecl _wstrtime_s(ptr long)
@ cdecl _wsystem(wstr)
@ cdecl _wtempnam(wstr wstr) MSVCRT__wtempnam
@ -1247,8 +1250,8 @@
@ cdecl abs(long) MSVCRT_abs
@ cdecl acos(double) MSVCRT_acos
@ cdecl -arch=!i386 acosf(float) MSVCRT_acosf
@ cdecl asctime(ptr) MSVCRT_asctime
@ cdecl asctime_s(ptr long ptr) MSVCRT_asctime_s
@ cdecl asctime(ptr)
@ cdecl asctime_s(ptr long ptr)
@ cdecl asin(double) MSVCRT_asin
@ cdecl atan(double) MSVCRT_atan
@ cdecl atan2(double double) MSVCRT_atan2
@ -1267,13 +1270,15 @@
@ cdecl -arch=!i386 ceilf(float) MSVCRT_ceilf
@ cdecl clearerr(ptr) MSVCRT_clearerr
@ cdecl clearerr_s(ptr) MSVCRT_clearerr_s
@ cdecl clock() MSVCRT_clock
@ cdecl clock()
@ cdecl cos(double) MSVCRT_cos
@ cdecl cosh(double) MSVCRT_cosh
@ cdecl -arch=!i386 cosf(float) MSVCRT_cosf
@ cdecl -arch=!i386 coshf(float) MSVCRT_coshf
@ cdecl ctime(ptr) MSVCRT_ctime
@ cdecl difftime(long long) MSVCRT_difftime
@ cdecl -arch=win32 ctime(ptr) _ctime32
@ cdecl -arch=win64 ctime(ptr) _ctime64
@ cdecl -arch=win32 difftime(long long) _difftime32
@ cdecl -arch=win64 difftime(long long) _difftime64
@ cdecl -ret64 div(long long) MSVCRT_div
@ cdecl exit(long)
@ cdecl exp(double) MSVCRT_exp
@ -1326,7 +1331,8 @@
@ cdecl gets(str) MSVCRT_gets
@ cdecl getwc(ptr) MSVCRT_getwc
@ cdecl getwchar() MSVCRT_getwchar
@ cdecl gmtime(ptr) MSVCRT_gmtime
@ cdecl -arch=win32 gmtime(ptr) _gmtime32
@ cdecl -arch=win64 gmtime(ptr) _gmtime64
@ cdecl is_wctype(long long) MSVCRT_iswctype
@ cdecl isalnum(long)
@ cdecl isalpha(long)
@ -1357,7 +1363,8 @@
@ cdecl ldexp(double long) MSVCRT_ldexp
@ cdecl -ret64 ldiv(long long) MSVCRT_ldiv
@ cdecl localeconv()
@ cdecl localtime(ptr) MSVCRT_localtime
@ cdecl -arch=win32 localtime(ptr) _localtime32
@ cdecl -arch=win64 localtime(ptr) _localtime64
@ cdecl log(double) MSVCRT_log
@ cdecl log10(double) MSVCRT_log10
@ cdecl -arch=!i386 logf(float) MSVCRT_logf
@ -1380,7 +1387,8 @@
@ cdecl memmove(ptr ptr long)
@ cdecl memmove_s(ptr long ptr long)
@ cdecl memset(ptr long long)
@ cdecl mktime(ptr) MSVCRT_mktime
@ cdecl -arch=win32 mktime(ptr) _mktime32
@ cdecl -arch=win64 mktime(ptr) _mktime64
@ cdecl modf(double ptr) MSVCRT_modf
@ cdecl -arch=!i386 modff(float ptr) MSVCRT_modff
@ cdecl perror(str)
@ -1430,7 +1438,7 @@
@ cdecl strcspn(str str)
@ cdecl strerror(long)
@ cdecl strerror_s(ptr long long)
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
@ cdecl strftime(ptr long str ptr)
@ cdecl strlen(str)
@ cdecl strncat(str str long)
@ cdecl strncat_s(str long str long)
@ -1457,7 +1465,8 @@
@ cdecl tanh(double) MSVCRT_tanh
@ cdecl -arch=!i386 tanf(float) MSVCRT_tanf
@ cdecl -arch=!i386 tanhf(float) MSVCRT_tanhf
@ cdecl time(ptr) MSVCRT_time
@ cdecl -arch=win32 time(ptr) _time32
@ cdecl -arch=win64 time(ptr) _time64
@ cdecl tmpfile() MSVCRT_tmpfile
@ cdecl tmpfile_s(ptr) MSVCRT_tmpfile_s
@ cdecl tmpnam(ptr) MSVCRT_tmpnam
@ -1492,7 +1501,7 @@
@ cdecl wcscpy(ptr wstr) MSVCRT_wcscpy
@ cdecl wcscpy_s(ptr long wstr) MSVCRT_wcscpy_s
@ cdecl wcscspn(wstr wstr) ntdll.wcscspn
@ cdecl wcsftime(ptr long wstr ptr) MSVCRT_wcsftime
@ cdecl wcsftime(ptr long wstr ptr)
@ cdecl wcslen(wstr) MSVCRT_wcslen
@ cdecl wcsncat(wstr wstr long) ntdll.wcsncat
@ cdecl wcsncat_s(wstr long wstr long) MSVCRT_wcsncat_s

View file

@ -35,6 +35,14 @@
WINE_DEFAULT_DEBUG_CHANNEL(msvcrt);
#undef _ctime32
#undef _difftime32
#undef _gmtime32
#undef _localtime32
#undef _mktime32
#undef _time32
#undef _wctime32
BOOL WINAPI GetDaylightFlag(void);
static LONGLONG init_time;
@ -90,7 +98,7 @@ __msvcrt_long MSVCRT___timezone = 28800;
/*********************************************************************
* _dstbias (MSVCRT.@)
*/
int MSVCRT__dstbias = -3600;
__msvcrt_long MSVCRT__dstbias = -3600;
/*********************************************************************
* _tzname (MSVCRT.@)
@ -106,7 +114,7 @@ static TIME_ZONE_INFORMATION tzi = {0};
/*********************************************************************
* _tzset (MSVCRT.@)
*/
void CDECL MSVCRT__tzset(void)
void CDECL _tzset(void)
{
char *tz = getenv("TZ");
BOOL error;
@ -168,7 +176,7 @@ static void _tzset_init(void)
if(!init) {
_lock(_TIME_LOCK);
if(!init) {
MSVCRT__tzset();
_tzset();
init = TRUE;
}
_unlock(_TIME_LOCK);
@ -310,7 +318,7 @@ static __time64_t mktime_helper(struct tm *mstm, BOOL local)
/**********************************************************************
* _mktime64 (MSVCRT.@)
*/
__time64_t CDECL MSVCRT__mktime64(struct tm *mstm)
__time64_t CDECL _mktime64(struct tm *mstm)
{
return mktime_helper(mstm, TRUE);
}
@ -318,33 +326,18 @@ __time64_t CDECL MSVCRT__mktime64(struct tm *mstm)
/**********************************************************************
* _mktime32 (MSVCRT.@)
*/
__time32_t CDECL MSVCRT__mktime32(struct tm *mstm)
__time32_t CDECL _mktime32(struct tm *mstm)
{
__time64_t ret = MSVCRT__mktime64( mstm );
__time64_t ret = _mktime64( mstm );
return ret == (__time32_t)ret ? ret : -1;
}
/**********************************************************************
* mktime (MSVCRT.@)
*/
#ifdef _WIN64
__time64_t CDECL MSVCRT_mktime(struct tm *mstm)
{
return MSVCRT__mktime64( mstm );
}
#else
__time32_t CDECL MSVCRT_mktime(struct tm *mstm)
{
return MSVCRT__mktime32( mstm );
}
#endif
/**********************************************************************
* _mkgmtime64 (MSVCRT.@)
*
* time->tm_isdst value is ignored
*/
__time64_t CDECL MSVCRT__mkgmtime64(struct tm *time)
__time64_t CDECL _mkgmtime64(struct tm *time)
{
return mktime_helper(time, FALSE);
}
@ -352,27 +345,12 @@ __time64_t CDECL MSVCRT__mkgmtime64(struct tm *time)
/**********************************************************************
* _mkgmtime32 (MSVCRT.@)
*/
__time32_t CDECL MSVCRT__mkgmtime32(struct tm *time)
__time32_t CDECL _mkgmtime32(struct tm *time)
{
__time64_t ret = MSVCRT__mkgmtime64(time);
__time64_t ret = _mkgmtime64(time);
return ret == (__time32_t)ret ? ret : -1;
}
/**********************************************************************
* _mkgmtime (MSVCRT.@)
*/
#ifdef _WIN64
__time64_t CDECL MSVCRT__mkgmtime(struct tm *time)
{
return MSVCRT__mkgmtime64(time);
}
#else
__time32_t CDECL MSVCRT__mkgmtime(struct tm *time)
{
return MSVCRT__mkgmtime32(time);
}
#endif
/*********************************************************************
* _localtime64_s (MSVCRT.@)
*/
@ -424,7 +402,7 @@ int CDECL _localtime64_s(struct tm *res, const __time64_t *secs)
/*********************************************************************
* _localtime64 (MSVCRT.@)
*/
struct tm* CDECL MSVCRT__localtime64(const __time64_t* secs)
struct tm* CDECL _localtime64(const __time64_t* secs)
{
thread_data_t *data = msvcrt_get_thread_data();
@ -439,7 +417,7 @@ struct tm* CDECL MSVCRT__localtime64(const __time64_t* secs)
/*********************************************************************
* _localtime32 (MSVCRT.@)
*/
struct tm* CDECL MSVCRT__localtime32(const __time32_t* secs)
struct tm* CDECL _localtime32(const __time32_t* secs)
{
__time64_t secs64;
@ -447,7 +425,7 @@ struct tm* CDECL MSVCRT__localtime32(const __time32_t* secs)
return NULL;
secs64 = *secs;
return MSVCRT__localtime64( &secs64 );
return _localtime64( &secs64 );
}
/*********************************************************************
@ -470,25 +448,10 @@ int CDECL _localtime32_s(struct tm *time, const __time32_t *secs)
return _localtime64_s(time, &secs64);
}
/*********************************************************************
* localtime (MSVCRT.@)
*/
#ifdef _WIN64
struct tm* CDECL MSVCRT_localtime(const __time64_t* secs)
{
return MSVCRT__localtime64( secs );
}
#else
struct tm* CDECL MSVCRT_localtime(const __time32_t* secs)
{
return MSVCRT__localtime32( secs );
}
#endif
/*********************************************************************
* _gmtime64 (MSVCRT.@)
*/
int CDECL MSVCRT__gmtime64_s(struct tm *res, const __time64_t *secs)
int CDECL _gmtime64_s(struct tm *res, const __time64_t *secs)
{
int i;
FILETIME ft;
@ -531,14 +494,14 @@ int CDECL MSVCRT__gmtime64_s(struct tm *res, const __time64_t *secs)
/*********************************************************************
* _gmtime64 (MSVCRT.@)
*/
struct tm* CDECL MSVCRT__gmtime64(const __time64_t *secs)
struct tm* CDECL _gmtime64(const __time64_t *secs)
{
thread_data_t * const data = msvcrt_get_thread_data();
if(!data->time_buffer)
data->time_buffer = malloc(sizeof(struct tm));
if(MSVCRT__gmtime64_s(data->time_buffer, secs))
if(_gmtime64_s(data->time_buffer, secs))
return NULL;
return data->time_buffer;
}
@ -546,21 +509,21 @@ struct tm* CDECL MSVCRT__gmtime64(const __time64_t *secs)
/*********************************************************************
* _gmtime32_s (MSVCRT.@)
*/
int CDECL MSVCRT__gmtime32_s(struct tm *res, const __time32_t *secs)
int CDECL _gmtime32_s(struct tm *res, const __time32_t *secs)
{
__time64_t secs64;
if(secs) {
secs64 = *secs;
return MSVCRT__gmtime64_s(res, &secs64);
return _gmtime64_s(res, &secs64);
}
return MSVCRT__gmtime64_s(res, NULL);
return _gmtime64_s(res, NULL);
}
/*********************************************************************
* _gmtime32 (MSVCRT.@)
*/
struct tm* CDECL MSVCRT__gmtime32(const __time32_t* secs)
struct tm* CDECL _gmtime32(const __time32_t* secs)
{
__time64_t secs64;
@ -568,28 +531,13 @@ struct tm* CDECL MSVCRT__gmtime32(const __time32_t* secs)
return NULL;
secs64 = *secs;
return MSVCRT__gmtime64( &secs64 );
return _gmtime64( &secs64 );
}
/*********************************************************************
* gmtime (MSVCRT.@)
*/
#ifdef _WIN64
struct tm* CDECL MSVCRT_gmtime(const __time64_t* secs)
{
return MSVCRT__gmtime64( secs );
}
#else
struct tm* CDECL MSVCRT_gmtime(const __time32_t* secs)
{
return MSVCRT__gmtime32( secs );
}
#endif
/**********************************************************************
* _strdate (MSVCRT.@)
*/
char* CDECL MSVCRT__strdate(char* date)
char* CDECL _strdate(char* date)
{
GetDateFormatA(LOCALE_NEUTRAL, 0, NULL, "MM'/'dd'/'yy", date, 9);
return date;
@ -613,14 +561,14 @@ int CDECL _strdate_s(char* date, size_t size)
return ERANGE;
}
MSVCRT__strdate(date);
_strdate(date);
return 0;
}
/**********************************************************************
* _wstrdate (MSVCRT.@)
*/
wchar_t* CDECL MSVCRT__wstrdate(wchar_t* date)
wchar_t* CDECL _wstrdate(wchar_t* date)
{
GetDateFormatW(LOCALE_NEUTRAL, 0, NULL, L"MM'/'dd'/'yy", date, 9);
return date;
@ -644,14 +592,14 @@ int CDECL _wstrdate_s(wchar_t* date, size_t size)
return ERANGE;
}
MSVCRT__wstrdate(date);
_wstrdate(date);
return 0;
}
/*********************************************************************
* _strtime (MSVCRT.@)
*/
char* CDECL MSVCRT__strtime(char* time)
char* CDECL _strtime(char* time)
{
GetTimeFormatA(LOCALE_NEUTRAL, 0, NULL, "HH':'mm':'ss", time, 9);
return time;
@ -675,14 +623,14 @@ int CDECL _strtime_s(char* time, size_t size)
return ERANGE;
}
MSVCRT__strtime(time);
_strtime(time);
return 0;
}
/*********************************************************************
* _wstrtime (MSVCRT.@)
*/
wchar_t* CDECL MSVCRT__wstrtime(wchar_t* time)
wchar_t* CDECL _wstrtime(wchar_t* time)
{
GetTimeFormatW(LOCALE_NEUTRAL, 0, NULL, L"HH':'mm':'ss", time, 9);
return time;
@ -706,14 +654,14 @@ int CDECL _wstrtime_s(wchar_t* time, size_t size)
return ERANGE;
}
MSVCRT__wstrtime(time);
_wstrtime(time);
return 0;
}
/*********************************************************************
* clock (MSVCRT.@)
*/
clock_t CDECL MSVCRT_clock(void)
clock_t CDECL clock(void)
{
LARGE_INTEGER systime;
@ -724,7 +672,7 @@ clock_t CDECL MSVCRT_clock(void)
/*********************************************************************
* _difftime64 (MSVCRT.@)
*/
double CDECL MSVCRT__difftime64(__time64_t time1, __time64_t time2)
double CDECL _difftime64(__time64_t time1, __time64_t time2)
{
return (double)(time1 - time2);
}
@ -732,30 +680,15 @@ double CDECL MSVCRT__difftime64(__time64_t time1, __time64_t time2)
/*********************************************************************
* _difftime32 (MSVCRT.@)
*/
double CDECL MSVCRT__difftime32(__time32_t time1, __time32_t time2)
double CDECL _difftime32(__time32_t time1, __time32_t time2)
{
return (double)(time1 - time2);
}
/*********************************************************************
* difftime (MSVCRT.@)
*/
#ifdef _WIN64
double CDECL MSVCRT_difftime(__time64_t time1, __time64_t time2)
{
return MSVCRT__difftime64( time1, time2 );
}
#else
double CDECL MSVCRT_difftime(__time32_t time1, __time32_t time2)
{
return MSVCRT__difftime32( time1, time2 );
}
#endif
/*********************************************************************
* _ftime64 (MSVCRT.@)
*/
void CDECL MSVCRT__ftime64(struct __timeb64 *buf)
void CDECL _ftime64(struct __timeb64 *buf)
{
FILETIME ft;
ULONGLONG time;
@ -775,21 +708,21 @@ void CDECL MSVCRT__ftime64(struct __timeb64 *buf)
/*********************************************************************
* _ftime64_s (MSVCRT.@)
*/
int CDECL MSVCRT__ftime64_s(struct __timeb64 *buf)
int CDECL _ftime64_s(struct __timeb64 *buf)
{
if (!MSVCRT_CHECK_PMT( buf != NULL )) return EINVAL;
MSVCRT__ftime64(buf);
_ftime64(buf);
return 0;
}
/*********************************************************************
* _ftime32 (MSVCRT.@)
*/
void CDECL MSVCRT__ftime32(struct __timeb32 *buf)
void CDECL _ftime32(struct __timeb32 *buf)
{
struct __timeb64 buf64;
MSVCRT__ftime64( &buf64 );
_ftime64( &buf64 );
buf->time = buf64.time;
buf->millitm = buf64.millitm;
buf->timezone = buf64.timezone;
@ -799,37 +732,22 @@ void CDECL MSVCRT__ftime32(struct __timeb32 *buf)
/*********************************************************************
* _ftime32_s (MSVCRT.@)
*/
int CDECL MSVCRT__ftime32_s(struct __timeb32 *buf)
int CDECL _ftime32_s(struct __timeb32 *buf)
{
if (!MSVCRT_CHECK_PMT( buf != NULL )) return EINVAL;
MSVCRT__ftime32(buf);
_ftime32(buf);
return 0;
}
/*********************************************************************
* _ftime (MSVCRT.@)
*/
#ifdef _WIN64
void CDECL MSVCRT__ftime(struct __timeb64 *buf)
{
MSVCRT__ftime64( buf );
}
#else
void CDECL MSVCRT__ftime(struct __timeb32 *buf)
{
MSVCRT__ftime32( buf );
}
#endif
/*********************************************************************
* _time64 (MSVCRT.@)
*/
__time64_t CDECL MSVCRT__time64(__time64_t *buf)
__time64_t CDECL _time64(__time64_t *buf)
{
__time64_t curtime;
struct __timeb64 tb;
MSVCRT__ftime64(&tb);
_ftime64(&tb);
curtime = tb.time;
return buf ? *buf = curtime : curtime;
@ -838,36 +756,21 @@ __time64_t CDECL MSVCRT__time64(__time64_t *buf)
/*********************************************************************
* _time32 (MSVCRT.@)
*/
__time32_t CDECL MSVCRT__time32(__time32_t *buf)
__time32_t CDECL _time32(__time32_t *buf)
{
__time32_t curtime;
struct __timeb64 tb;
MSVCRT__ftime64(&tb);
_ftime64(&tb);
curtime = tb.time;
return buf ? *buf = curtime : curtime;
}
/*********************************************************************
* time (MSVCRT.@)
*/
#ifdef _WIN64
__time64_t CDECL MSVCRT_time(__time64_t* buf)
{
return MSVCRT__time64( buf );
}
#else
__time32_t CDECL MSVCRT_time(__time32_t* buf)
{
return MSVCRT__time32( buf );
}
#endif
/*********************************************************************
* __p__daylight (MSVCRT.@)
*/
int * CDECL MSVCRT___p__daylight(void)
int * CDECL __p__daylight(void)
{
return &MSVCRT___daylight;
}
@ -875,7 +778,7 @@ int * CDECL MSVCRT___p__daylight(void)
/*********************************************************************
* __p__dstbias (MSVCRT.@)
*/
int * CDECL MSVCRT___p__dstbias(void)
__msvcrt_long * CDECL __p__dstbias(void)
{
return &MSVCRT__dstbias;
}
@ -884,7 +787,7 @@ int * CDECL MSVCRT___p__dstbias(void)
/*********************************************************************
* _get_dstbias (MSVCR80.@)
*/
int CDECL MSVCRT__get_dstbias(int *seconds)
int CDECL _get_dstbias(int *seconds)
{
if (!MSVCRT_CHECK_PMT(seconds != NULL)) return EINVAL;
*seconds = MSVCRT__dstbias;
@ -895,7 +798,7 @@ int CDECL MSVCRT__get_dstbias(int *seconds)
/*********************************************************************
* __p__timezone (MSVCRT.@)
*/
__msvcrt_long * CDECL MSVCRT___p__timezone(void)
__msvcrt_long * CDECL __p__timezone(void)
{
return &MSVCRT___timezone;
}
@ -903,7 +806,7 @@ __msvcrt_long * CDECL MSVCRT___p__timezone(void)
/*********************************************************************
* _get_tzname (MSVCRT.@)
*/
int CDECL MSVCRT__get_tzname(size_t *ret, char *buf, size_t bufsize, int index)
int CDECL _get_tzname(size_t *ret, char *buf, size_t bufsize, int index)
{
char *timezone;
@ -1465,15 +1368,15 @@ static size_t strftime_impl(STRFTIME_CHAR *str, size_t max,
break;
case 'z':
#if _MSVCR_VER>=140
MSVCRT__tzset();
_tzset();
if(!strftime_tzdiff(str, &ret, max, mstm->tm_isdst))
return 0;
break;
#endif
case 'Z':
MSVCRT__tzset();
_tzset();
#if _MSVCR_VER <= 90
if(MSVCRT__get_tzname(&tmp, str+ret, max-ret, mstm->tm_isdst ? 1 : 0))
if(_get_tzname(&tmp, str+ret, max-ret, mstm->tm_isdst ? 1 : 0))
return 0;
#else
if(_mbstowcs_s_l(&tmp, str+ret, max-ret,
@ -1564,7 +1467,7 @@ static size_t strftime_helper(char *str, size_t max, const char *format,
/********************************************************************
* _strftime_l (MSVCR80.@)
*/
size_t CDECL MSVCRT__strftime_l( char *str, size_t max, const char *format,
size_t CDECL _strftime_l( char *str, size_t max, const char *format,
const struct tm *mstm, _locale_t loc )
{
return strftime_helper(str, max, format, mstm, NULL, loc);
@ -1583,7 +1486,7 @@ size_t CDECL _Strftime(char *str, size_t max, const char *format,
/*********************************************************************
* strftime (MSVCRT.@)
*/
size_t CDECL MSVCRT_strftime( char *str, size_t max, const char *format,
size_t CDECL strftime( char *str, size_t max, const char *format,
const struct tm *mstm )
{
return strftime_helper(str, max, format, mstm, NULL, NULL);
@ -1622,7 +1525,7 @@ static size_t wcsftime_helper( wchar_t *str, size_t max,
/*********************************************************************
* _wcsftime_l (MSVCRT.@)
*/
size_t CDECL MSVCRT__wcsftime_l( wchar_t *str, size_t max,
size_t CDECL _wcsftime_l( wchar_t *str, size_t max,
const wchar_t *format, const struct tm *mstm, _locale_t loc )
{
return wcsftime_helper(str, max, format, mstm, NULL, loc);
@ -1631,7 +1534,7 @@ size_t CDECL MSVCRT__wcsftime_l( wchar_t *str, size_t max,
/*********************************************************************
* wcsftime (MSVCRT.@)
*/
size_t CDECL MSVCRT_wcsftime( wchar_t *str, size_t max,
size_t CDECL wcsftime( wchar_t *str, size_t max,
const wchar_t *format, const struct tm *mstm )
{
return wcsftime_helper(str, max, format, mstm, NULL, NULL);
@ -1682,7 +1585,7 @@ static char* asctime_buf(char *buf, const struct tm *mstm)
/*********************************************************************
* asctime (MSVCRT.@)
*/
char * CDECL MSVCRT_asctime(const struct tm *mstm)
char * CDECL asctime(const struct tm *mstm)
{
thread_data_t *data = msvcrt_get_thread_data();
@ -1701,7 +1604,7 @@ char * CDECL MSVCRT_asctime(const struct tm *mstm)
/*********************************************************************
* asctime_s (MSVCRT.@)
*/
int CDECL MSVCRT_asctime_s(char* time, size_t size, const struct tm *mstm)
int CDECL asctime_s(char* time, size_t size, const struct tm *mstm)
{
if (!MSVCRT_CHECK_PMT(time != NULL)) return EINVAL;
if (size) time[0] = 0;
@ -1723,7 +1626,7 @@ int CDECL MSVCRT_asctime_s(char* time, size_t size, const struct tm *mstm)
/*********************************************************************
* _wasctime (MSVCRT.@)
*/
wchar_t * CDECL MSVCRT__wasctime(const struct tm *mstm)
wchar_t * CDECL _wasctime(const struct tm *mstm)
{
thread_data_t *data = msvcrt_get_thread_data();
char buffer[26];
@ -1746,7 +1649,7 @@ wchar_t * CDECL MSVCRT__wasctime(const struct tm *mstm)
/*********************************************************************
* _wasctime_s (MSVCRT.@)
*/
int CDECL MSVCRT__wasctime_s(wchar_t* time, size_t size, const struct tm *mstm)
int CDECL _wasctime_s(wchar_t* time, size_t size, const struct tm *mstm)
{
char buffer[26];
int ret;
@ -1756,7 +1659,7 @@ int CDECL MSVCRT__wasctime_s(wchar_t* time, size_t size, const struct tm *mstm)
if (!MSVCRT_CHECK_PMT(size >= 26)) return EINVAL;
if (!MSVCRT_CHECK_PMT(mstm != NULL)) return EINVAL;
ret = MSVCRT_asctime_s(buffer, sizeof(buffer), mstm);
ret = asctime_s(buffer, sizeof(buffer), mstm);
if(ret)
return ret;
MultiByteToWideChar(CP_ACP, 0, buffer, -1, time, size);
@ -1766,18 +1669,18 @@ int CDECL MSVCRT__wasctime_s(wchar_t* time, size_t size, const struct tm *mstm)
/*********************************************************************
* _ctime64 (MSVCRT.@)
*/
char * CDECL MSVCRT__ctime64(const __time64_t *time)
char * CDECL _ctime64(const __time64_t *time)
{
struct tm *t;
t = MSVCRT__localtime64( time );
t = _localtime64( time );
if (!t) return NULL;
return MSVCRT_asctime( t );
return asctime( t );
}
/*********************************************************************
* _ctime64_s (MSVCRT.@)
*/
int CDECL MSVCRT__ctime64_s(char *res, size_t len, const __time64_t *time)
int CDECL _ctime64_s(char *res, size_t len, const __time64_t *time)
{
struct tm *t;
@ -1787,26 +1690,26 @@ int CDECL MSVCRT__ctime64_s(char *res, size_t len, const __time64_t *time)
if (!MSVCRT_CHECK_PMT( time != NULL )) return EINVAL;
if (!MSVCRT_CHECK_PMT( *time > 0 )) return EINVAL;
t = MSVCRT__localtime64( time );
strcpy( res, MSVCRT_asctime( t ) );
t = _localtime64( time );
strcpy( res, asctime( t ) );
return 0;
}
/*********************************************************************
* _ctime32 (MSVCRT.@)
*/
char * CDECL MSVCRT__ctime32(const __time32_t *time)
char * CDECL _ctime32(const __time32_t *time)
{
struct tm *t;
t = MSVCRT__localtime32( time );
t = _localtime32( time );
if (!t) return NULL;
return MSVCRT_asctime( t );
return asctime( t );
}
/*********************************************************************
* _ctime32_s (MSVCRT.@)
*/
int CDECL MSVCRT__ctime32_s(char *res, size_t len, const __time32_t *time)
int CDECL _ctime32_s(char *res, size_t len, const __time32_t *time)
{
struct tm *t;
@ -1816,61 +1719,31 @@ int CDECL MSVCRT__ctime32_s(char *res, size_t len, const __time32_t *time)
if (!MSVCRT_CHECK_PMT( time != NULL )) return EINVAL;
if (!MSVCRT_CHECK_PMT( *time > 0 )) return EINVAL;
t = MSVCRT__localtime32( time );
strcpy( res, MSVCRT_asctime( t ) );
t = _localtime32( time );
strcpy( res, asctime( t ) );
return 0;
}
/*********************************************************************
* ctime (MSVCRT.@)
*/
#ifdef _WIN64
char * CDECL MSVCRT_ctime(const __time64_t *time)
{
return MSVCRT__ctime64( time );
}
#else
char * CDECL MSVCRT_ctime(const __time32_t *time)
{
return MSVCRT__ctime32( time );
}
#endif
/*********************************************************************
* _wctime64 (MSVCRT.@)
*/
wchar_t * CDECL MSVCRT__wctime64(const __time64_t *time)
wchar_t * CDECL _wctime64(const __time64_t *time)
{
return MSVCRT__wasctime( MSVCRT__localtime64(time) );
return _wasctime( _localtime64(time) );
}
/*********************************************************************
* _wctime32 (MSVCRT.@)
*/
wchar_t * CDECL MSVCRT__wctime32(const __time32_t *time)
wchar_t * CDECL _wctime32(const __time32_t *time)
{
return MSVCRT__wasctime( MSVCRT__localtime32(time) );
return _wasctime( _localtime32(time) );
}
/*********************************************************************
* _wctime (MSVCRT.@)
*/
#ifdef _WIN64
wchar_t * CDECL MSVCRT__wctime(const __time64_t *time)
{
return MSVCRT__wctime64( time );
}
#else
wchar_t * CDECL MSVCRT__wctime(const __time32_t *time)
{
return MSVCRT__wctime32( time );
}
#endif
/*********************************************************************
* _wctime64_s (MSVCRT.@)
*/
int CDECL MSVCRT__wctime64_s(wchar_t *buf,
int CDECL _wctime64_s(wchar_t *buf,
size_t size, const __time64_t *time)
{
struct tm tm;
@ -1887,13 +1760,13 @@ int CDECL MSVCRT__wctime64_s(wchar_t *buf,
if(ret != 0)
return ret;
return MSVCRT__wasctime_s(buf, size, &tm);
return _wasctime_s(buf, size, &tm);
}
/*********************************************************************
* _wctime32_s (MSVCRT.@)
*/
int CDECL MSVCRT__wctime32_s(wchar_t *buf, size_t size,
int CDECL _wctime32_s(wchar_t *buf, size_t size,
const __time32_t *time)
{
struct tm tm;
@ -1909,7 +1782,7 @@ int CDECL MSVCRT__wctime32_s(wchar_t *buf, size_t size,
if(ret != 0)
return ret;
return MSVCRT__wasctime_s(buf, size, &tm);
return _wasctime_s(buf, size, &tm);
}
#if _MSVCR_VER >= 80

View file

@ -162,8 +162,8 @@
@ cdecl __p__crtAssertBusy()
@ cdecl __p__crtBreakAlloc()
@ cdecl __p__crtDbgFlag()
@ cdecl __p__daylight() MSVCRT___p__daylight
@ cdecl __p__dstbias() MSVCRT___p__dstbias
@ cdecl __p__daylight()
@ cdecl __p__dstbias()
@ cdecl __p__environ()
@ stub __p__fileinfo()
@ cdecl __p__fmode()
@ -174,7 +174,7 @@
@ cdecl __p__pctype()
@ cdecl __p__pgmptr()
@ stub __p__pwctype()
@ cdecl __p__timezone() MSVCRT___p__timezone
@ cdecl __p__timezone()
@ cdecl __p__tzname()
@ cdecl __p__wcmdln()
@ cdecl __p__wenviron()
@ -302,7 +302,8 @@
@ cdecl _fsopen(str str long) MSVCRT__fsopen
@ cdecl _fstat(long ptr) MSVCRT__fstat
@ cdecl _fstati64(long ptr) MSVCRT__fstati64
@ cdecl _ftime(ptr) MSVCRT__ftime
@ cdecl -arch=win32 _ftime(ptr) _ftime32
@ cdecl -arch=win64 _ftime(ptr) _ftime64
@ cdecl -arch=i386 -ret64 _ftol() MSVCRT__ftol
@ cdecl _fullpath(ptr str long) MSVCRT__fullpath
@ cdecl -arch=win32 _futime(long ptr) _futime32
@ -514,7 +515,7 @@
@ cdecl _stati64(str ptr) MSVCRT_stati64
@ cdecl _statusfp()
@ cdecl _strcmpi(str str) _stricmp
@ cdecl _strdate(ptr) MSVCRT__strdate
@ cdecl _strdate(ptr)
@ cdecl _strdup(str)
@ cdecl _strerror(long)
@ cdecl _stricmp(str str)
@ -526,7 +527,7 @@
@ cdecl _strnset(str long long)
@ cdecl _strrev(str)
@ cdecl _strset(str long)
@ cdecl _strtime(ptr) MSVCRT__strtime
@ cdecl _strtime(ptr)
@ cdecl _strupr(str)
@ cdecl _swab(str str long)
@ extern _sys_errlist MSVCRT__sys_errlist
@ -538,7 +539,7 @@
@ cdecl _tolower(long)
@ cdecl _toupper(long)
@ extern _tzname MSVCRT__tzname
@ cdecl _tzset() MSVCRT__tzset
@ cdecl _tzset()
@ cdecl _ui64toa(int64 ptr long) ntdll._ui64toa
@ cdecl _ui64tow(int64 ptr long) ntdll._ui64tow
@ cdecl _ultoa(long ptr long) ntdll._ultoa
@ -553,7 +554,7 @@
@ cdecl _vsnprintf(ptr long str ptr)
@ cdecl _vsnwprintf(ptr long wstr ptr) MSVCRT_vsnwprintf
@ cdecl _waccess(wstr long) MSVCRT__waccess
@ cdecl _wasctime(ptr) MSVCRT__wasctime
@ cdecl _wasctime(ptr)
@ cdecl _wchdir(wstr) MSVCRT__wchdir
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ extern _wcmdln MSVCRT__wcmdln
@ -569,7 +570,8 @@
@ cdecl _wcsrev(wstr) MSVCRT__wcsrev
@ cdecl _wcsset(wstr long) MSVCRT__wcsset
@ cdecl _wcsupr(wstr) MSVCRT__wcsupr
@ cdecl _wctime(ptr) MSVCRT__wctime
@ cdecl -arch=win32 _wctime(ptr) _wctime32
@ cdecl -arch=win64 _wctime(ptr) _wctime64
@ extern _wenviron MSVCRT__wenviron
@ varargs _wexecl(wstr wstr)
@ varargs _wexecle(wstr wstr)
@ -620,8 +622,8 @@
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) MSVCRT__wsplitpath
@ cdecl _wstat(wstr ptr) MSVCRT__wstat
@ cdecl _wstati64(wstr ptr) MSVCRT__wstati64
@ cdecl _wstrdate(ptr) MSVCRT__wstrdate
@ cdecl _wstrtime(ptr) MSVCRT__wstrtime
@ cdecl _wstrdate(ptr)
@ cdecl _wstrtime(ptr)
@ cdecl _wsystem(wstr)
@ cdecl _wtempnam(wstr wstr) MSVCRT__wtempnam
@ cdecl _wtmpnam(ptr) MSVCRT__wtmpnam
@ -637,7 +639,7 @@
@ cdecl abort()
@ cdecl abs(long) MSVCRT_abs
@ cdecl acos(double) MSVCRT_acos
@ cdecl asctime(ptr) MSVCRT_asctime
@ cdecl asctime(ptr)
@ cdecl asin(double) MSVCRT_asin
@ cdecl atan(double) MSVCRT_atan
@ cdecl atan2(double double) MSVCRT_atan2
@ -649,11 +651,13 @@
@ cdecl calloc(long long)
@ cdecl ceil(double) MSVCRT_ceil
@ cdecl clearerr(ptr) MSVCRT_clearerr
@ cdecl clock() MSVCRT_clock
@ cdecl clock()
@ cdecl cos(double) MSVCRT_cos
@ cdecl cosh(double) MSVCRT_cosh
@ cdecl ctime(ptr) MSVCRT_ctime
@ cdecl difftime(long long) MSVCRT_difftime
@ cdecl -arch=win32 ctime(ptr) _ctime32
@ cdecl -arch=win64 ctime(ptr) _ctime64
@ cdecl -arch=win32 difftime(long long) _difftime32
@ cdecl -arch=win64 difftime(long long) _difftime64
@ cdecl -ret64 div(long long) MSVCRT_div
@ cdecl exit(long)
@ cdecl exp(double) MSVCRT_exp
@ -692,7 +696,8 @@
@ cdecl gets(str) MSVCRT_gets
@ cdecl getwc(ptr) MSVCRT_getwc
@ cdecl getwchar() MSVCRT_getwchar
@ cdecl gmtime(ptr) MSVCRT_gmtime
@ cdecl -arch=win32 gmtime(ptr) _gmtime32
@ cdecl -arch=win64 gmtime(ptr) _gmtime64
@ cdecl is_wctype(long long) MSVCRT_iswctype
@ cdecl isalnum(long)
@ cdecl isalpha(long)
@ -723,7 +728,8 @@
@ cdecl ldexp(double long) MSVCRT_ldexp
@ cdecl -ret64 ldiv(long long) MSVCRT_ldiv
@ cdecl localeconv()
@ cdecl localtime(ptr) MSVCRT_localtime
@ cdecl -arch=win32 localtime(ptr) _localtime32
@ cdecl -arch=win64 localtime(ptr) _localtime64
@ cdecl log(double) MSVCRT_log
@ cdecl log10(double) MSVCRT_log10
@ cdecl -arch=i386,x86_64,arm,arm64 longjmp(ptr long) MSVCRT_longjmp
@ -736,7 +742,8 @@
@ cdecl memcpy(ptr ptr long)
@ cdecl memmove(ptr ptr long)
@ cdecl memset(ptr long long)
@ cdecl mktime(ptr) MSVCRT_mktime
@ cdecl -arch=win32 mktime(ptr) _mktime32
@ cdecl -arch=win64 mktime(ptr) _mktime64
@ cdecl modf(double ptr) MSVCRT_modf
@ cdecl perror(str)
@ cdecl pow(double double) MSVCRT_pow
@ -771,7 +778,7 @@
@ cdecl strcpy(ptr str)
@ cdecl strcspn(str str)
@ cdecl strerror(long)
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
@ cdecl strftime(ptr long str ptr)
@ cdecl strlen(str)
@ cdecl strncat(str str long)
@ cdecl strncmp(str str long)
@ -790,7 +797,8 @@
@ cdecl system(str)
@ cdecl tan(double) MSVCRT_tan
@ cdecl tanh(double) MSVCRT_tanh
@ cdecl time(ptr) MSVCRT_time
@ cdecl -arch=win32 time(ptr) _time32
@ cdecl -arch=win64 time(ptr) _time64
@ cdecl tmpfile() MSVCRT_tmpfile
@ cdecl tmpnam(ptr) MSVCRT_tmpnam
@ cdecl tolower(long)
@ -811,7 +819,7 @@
@ cdecl wcscoll(wstr wstr) MSVCRT_wcscoll
@ cdecl wcscpy(ptr wstr) MSVCRT_wcscpy
@ cdecl wcscspn(wstr wstr) ntdll.wcscspn
@ cdecl wcsftime(ptr long wstr ptr) MSVCRT_wcsftime
@ cdecl wcsftime(ptr long wstr ptr)
@ cdecl wcslen(wstr) MSVCRT_wcslen
@ cdecl wcsncat(wstr wstr long) ntdll.wcsncat
@ cdecl wcsncmp(wstr wstr long) MSVCRT_wcsncmp

View file

@ -84,11 +84,11 @@
@ cdecl -arch=i386 __control87_2(long long ptr ptr)
@ cdecl __current_exception()
@ cdecl __current_exception_context()
@ cdecl __daylight() MSVCRT___p__daylight
@ cdecl __daylight() __p__daylight
@ stub __dcrt_get_wide_environment_from_os
@ stub __dcrt_initial_narrow_environment
@ cdecl __doserrno()
@ cdecl __dstbias() MSVCRT___p__dstbias
@ cdecl __dstbias() __p__dstbias
@ cdecl __fpe_flt_rounds()
@ cdecl __fpecode()
@ cdecl __initialize_lconv_for_unsigned_char() __lconv_init
@ -169,7 +169,7 @@
@ cdecl __sys_nerr()
@ cdecl __threadhandle() kernel32.GetCurrentThread
@ cdecl __threadid() kernel32.GetCurrentThreadId
@ cdecl __timezone() MSVCRT___p__timezone
@ cdecl __timezone() __p__timezone
@ cdecl __toascii(long)
@ cdecl __tzname() __p__tzname
@ cdecl __unDName(ptr str long ptr ptr long)
@ -243,16 +243,16 @@
@ cdecl _crt_at_quick_exit(ptr)
@ cdecl _crt_atexit(ptr)
@ cdecl _crt_debugger_hook(long)
@ cdecl _ctime32(ptr) MSVCRT__ctime32
@ cdecl _ctime32_s(str long ptr) MSVCRT__ctime32_s
@ cdecl _ctime64(ptr) MSVCRT__ctime64
@ cdecl _ctime64_s(str long ptr) MSVCRT__ctime64_s
@ cdecl _ctime32(ptr)
@ cdecl _ctime32_s(str long ptr)
@ cdecl _ctime64(ptr)
@ cdecl _ctime64_s(str long ptr)
@ cdecl _cwait(ptr long long)
@ stub _d_int
@ cdecl _dclass(double) MSVCR120__dclass
@ stub _dexp
@ cdecl _difftime32(long long) MSVCRT__difftime32
@ cdecl _difftime64(int64 int64) MSVCRT__difftime64
@ cdecl _difftime32(long long)
@ cdecl _difftime64(int64 int64)
@ stub _dlog
@ stub _dnorm
@ cdecl _dpcomp(double double) MSVCR120__dpcomp
@ -346,10 +346,10 @@
@ cdecl _ftell_nolock(ptr) MSVCRT__ftell_nolock
@ cdecl -ret64 _ftelli64(ptr) MSVCRT__ftelli64
@ cdecl -ret64 _ftelli64_nolock(ptr) MSVCRT__ftelli64_nolock
@ cdecl _ftime32(ptr) MSVCRT__ftime32
@ cdecl _ftime32_s(ptr) MSVCRT__ftime32_s
@ cdecl _ftime64(ptr) MSVCRT__ftime64
@ cdecl _ftime64_s(ptr) MSVCRT__ftime64_s
@ cdecl _ftime32(ptr)
@ cdecl _ftime32_s(ptr)
@ cdecl _ftime64(ptr)
@ cdecl _ftime64_s(ptr)
@ cdecl -arch=i386 -ret64 _ftol() MSVCRT__ftol
@ cdecl _fullpath(ptr str long) MSVCRT__fullpath
@ cdecl _futime32(long ptr)
@ -361,7 +361,7 @@
@ cdecl _get_current_locale()
@ cdecl _get_daylight(ptr)
@ cdecl _get_doserrno(ptr)
@ cdecl _get_dstbias(ptr) MSVCRT__get_dstbias
@ cdecl _get_dstbias(ptr)
@ cdecl _get_errno(ptr)
@ cdecl _get_fmode(ptr)
@ cdecl _get_heap_handle()
@ -377,7 +377,7 @@
@ cdecl _get_terminate()
@ cdecl _get_thread_local_invalid_parameter_handler()
@ cdecl _get_timezone(ptr)
@ cdecl _get_tzname(ptr str long long) MSVCRT__get_tzname
@ cdecl _get_tzname(ptr str long long)
@ cdecl _get_unexpected()
@ cdecl _get_wide_winmain_command_line()
@ cdecl _get_wpgmptr(ptr)
@ -405,10 +405,10 @@
@ cdecl _getws(ptr) MSVCRT__getws
@ stub _getws_s
@ cdecl -arch=i386 _global_unwind2(ptr)
@ cdecl _gmtime32(ptr) MSVCRT__gmtime32
@ cdecl _gmtime32_s(ptr ptr) MSVCRT__gmtime32_s
@ cdecl _gmtime64(ptr) MSVCRT__gmtime64
@ cdecl _gmtime64_s(ptr ptr) MSVCRT__gmtime64_s
@ cdecl _gmtime32(ptr)
@ cdecl _gmtime32_s(ptr ptr)
@ cdecl _gmtime64(ptr)
@ cdecl _gmtime64_s(ptr ptr)
@ cdecl _heapchk()
@ cdecl _heapmin()
@ cdecl _heapwalk(ptr)
@ -558,9 +558,9 @@
@ cdecl -arch=x86_64,arm64 _local_unwind(ptr ptr)
@ cdecl -arch=i386 _local_unwind2(ptr long)
@ cdecl -arch=i386 _local_unwind4(ptr ptr long)
@ cdecl _localtime32(ptr) MSVCRT__localtime32
@ cdecl _localtime32(ptr)
@ cdecl _localtime32_s(ptr ptr)
@ cdecl _localtime64(ptr) MSVCRT__localtime64
@ cdecl _localtime64(ptr)
@ cdecl _localtime64_s(ptr ptr)
@ cdecl _lock_file(ptr) MSVCRT__lock_file
@ cdecl _lock_locales()
@ -721,12 +721,12 @@
@ cdecl _memicmp(str str long)
@ cdecl _memicmp_l(str str long ptr)
@ cdecl _mkdir(str) MSVCRT__mkdir
@ cdecl _mkgmtime32(ptr) MSVCRT__mkgmtime32
@ cdecl _mkgmtime64(ptr) MSVCRT__mkgmtime64
@ cdecl _mkgmtime32(ptr)
@ cdecl _mkgmtime64(ptr)
@ cdecl _mktemp(str) MSVCRT__mktemp
@ cdecl _mktemp_s(str long) MSVCRT__mktemp_s
@ cdecl _mktime32(ptr) MSVCRT__mktime32
@ cdecl _mktime64(ptr) MSVCRT__mktime64
@ cdecl _mktime32(ptr)
@ cdecl _mktime64(ptr)
@ cdecl _msize(ptr)
@ cdecl _nextafter(double double) MSVCRT__nextafter
@ cdecl -arch=x86_64 _nextafterf(float float) MSVCRT__nextafterf
@ -767,8 +767,8 @@
@ stub _o___conio_common_vcwprintf_p
@ stub _o___conio_common_vcwprintf_s
@ stub _o___conio_common_vcwscanf
@ cdecl _o___daylight() MSVCRT___p__daylight
@ cdecl _o___dstbias() MSVCRT___p__dstbias
@ cdecl _o___daylight() __p__daylight
@ cdecl _o___dstbias() __p__dstbias
@ cdecl _o___fpe_flt_rounds() __fpe_flt_rounds
@ cdecl -arch=i386 -norelay _o___libm_sse2_acos() MSVCRT___libm_sse2_acos
@ cdecl -arch=i386 -norelay _o___libm_sse2_acosf() MSVCRT___libm_sse2_acosf
@ -828,7 +828,7 @@
@ cdecl _o___stdio_common_vswprintf_p(int64 ptr long wstr ptr ptr) MSVCRT__stdio_common_vswprintf_p
@ cdecl _o___stdio_common_vswprintf_s(int64 ptr long wstr ptr ptr) MSVCRT__stdio_common_vswprintf_s
@ cdecl _o___stdio_common_vswscanf(int64 ptr long wstr ptr ptr) __stdio_common_vswscanf
@ cdecl _o___timezone() MSVCRT___p__timezone
@ cdecl _o___timezone() __p__timezone
@ cdecl _o___tzname() __p__tzname
@ cdecl _o___wcserror(wstr) __wcserror
@ cdecl _o__access(str long) MSVCRT__access
@ -880,13 +880,13 @@
@ cdecl _o__creat(str long) MSVCRT__creat
@ cdecl _o__create_locale(long str) _create_locale
@ cdecl _o__crt_atexit(ptr) _crt_atexit
@ cdecl _o__ctime32_s(str long ptr) MSVCRT__ctime32_s
@ cdecl _o__ctime64_s(str long ptr) MSVCRT__ctime64_s
@ cdecl _o__ctime32_s(str long ptr) _ctime32_s
@ cdecl _o__ctime64_s(str long ptr) _ctime64_s
@ cdecl _o__cwait(ptr long long) _cwait
@ stub _o__d_int
@ cdecl _o__dclass(double) MSVCR120__dclass
@ cdecl _o__difftime32(long long) MSVCRT__difftime32
@ cdecl _o__difftime64(int64 int64) MSVCRT__difftime64
@ cdecl _o__difftime32(long long) _difftime32
@ cdecl _o__difftime64(int64 int64) _difftime64
@ stub _o__dlog
@ stub _o__dnorm
@ cdecl _o__dpcomp(double double) MSVCR120__dpcomp
@ -966,10 +966,10 @@
@ cdecl _o__ftell_nolock(ptr) MSVCRT__ftell_nolock
@ cdecl -ret64 _o__ftelli64(ptr) MSVCRT__ftelli64
@ cdecl -ret64 _o__ftelli64_nolock(ptr) MSVCRT__ftelli64_nolock
@ cdecl _o__ftime32(ptr) MSVCRT__ftime32
@ cdecl _o__ftime32_s(ptr) MSVCRT__ftime32_s
@ cdecl _o__ftime64(ptr) MSVCRT__ftime64
@ cdecl _o__ftime64_s(ptr) MSVCRT__ftime64_s
@ cdecl _o__ftime32(ptr) _ftime32
@ 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__futime32(long ptr) _futime32
@ cdecl _o__futime64(long ptr) _futime64
@ -978,7 +978,7 @@
@ cdecl _o__gcvt_s(ptr long double long) MSVCRT__gcvt_s
@ cdecl _o__get_daylight(ptr) _get_daylight
@ cdecl _o__get_doserrno(ptr) _get_doserrno
@ cdecl _o__get_dstbias(ptr) MSVCRT__get_dstbias
@ cdecl _o__get_dstbias(ptr) _get_dstbias
@ cdecl _o__get_errno(ptr) _get_errno
@ cdecl _o__get_fmode(ptr) _get_fmode
@ cdecl _o__get_heap_handle() _get_heap_handle
@ -992,7 +992,7 @@
@ cdecl _o__get_terminate() _get_terminate
@ cdecl _o__get_thread_local_invalid_parameter_handler() _get_thread_local_invalid_parameter_handler
@ cdecl _o__get_timezone(ptr) _get_timezone
@ cdecl _o__get_tzname(ptr str long long) MSVCRT__get_tzname
@ cdecl _o__get_tzname(ptr str long long) _get_tzname
@ cdecl _o__get_wide_winmain_command_line() _get_wide_winmain_command_line
@ cdecl _o__get_wpgmptr(ptr) _get_wpgmptr
@ cdecl _o__getc_nolock(ptr) MSVCRT__fgetc_nolock
@ -1016,10 +1016,10 @@
@ cdecl _o__getwche_nolock() _getwche_nolock
@ cdecl _o__getws(ptr) MSVCRT__getws
@ stub _o__getws_s
@ cdecl _o__gmtime32(ptr) MSVCRT__gmtime32
@ cdecl _o__gmtime32_s(ptr ptr) MSVCRT__gmtime32_s
@ cdecl _o__gmtime64(ptr) MSVCRT__gmtime64
@ cdecl _o__gmtime64_s(ptr ptr) MSVCRT__gmtime64_s
@ cdecl _o__gmtime32(ptr) _gmtime32
@ cdecl _o__gmtime32_s(ptr ptr) _gmtime32_s
@ cdecl _o__gmtime64(ptr) _gmtime64
@ cdecl _o__gmtime64_s(ptr ptr) _gmtime64_s
@ cdecl _o__heapchk() _heapchk
@ cdecl _o__heapmin() _heapmin
@ cdecl _o__hypot(double double) _hypot
@ -1133,9 +1133,9 @@
@ cdecl -arch=i386 -norelay _o__libm_sse2_sqrt_precise() MSVCRT___libm_sse2_sqrt_precise
@ cdecl -arch=i386 -norelay _o__libm_sse2_tan_precise() MSVCRT___libm_sse2_tan
@ cdecl _o__loaddll(str) _loaddll
@ cdecl _o__localtime32(ptr) MSVCRT__localtime32
@ cdecl _o__localtime32(ptr) _localtime32
@ cdecl _o__localtime32_s(ptr ptr) _localtime32_s
@ cdecl _o__localtime64(ptr) MSVCRT__localtime64
@ cdecl _o__localtime64(ptr) _localtime64
@ cdecl _o__localtime64_s(ptr ptr) _localtime64_s
@ cdecl _o__lock_file(ptr) MSVCRT__lock_file
@ cdecl _o__locking(long long long) MSVCRT__locking
@ -1289,12 +1289,12 @@
@ 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__mkgmtime32(ptr) MSVCRT__mkgmtime32
@ cdecl _o__mkgmtime64(ptr) MSVCRT__mkgmtime64
@ cdecl _o__mkgmtime32(ptr) _mkgmtime32
@ cdecl _o__mkgmtime64(ptr) _mkgmtime64
@ cdecl _o__mktemp(str) MSVCRT__mktemp
@ cdecl _o__mktemp_s(str long) MSVCRT__mktemp_s
@ cdecl _o__mktime32(ptr) MSVCRT__mktime32
@ cdecl _o__mktime64(ptr) MSVCRT__mktime64
@ cdecl _o__mktime32(ptr) _mktime32
@ cdecl _o__mktime64(ptr) _mktime64
@ cdecl _o__msize(ptr) _msize
@ cdecl _o__nextafter(double double) MSVCRT__nextafter
@ cdecl -arch=x86_64 _o__nextafterf(float float) MSVCRT__nextafterf
@ -1354,12 +1354,12 @@
@ cdecl _o__stat64(str ptr) MSVCRT_stat64
@ cdecl _o__stat64i32(str ptr) MSVCRT__stat64i32
@ cdecl _o__strcoll_l(str str ptr) _strcoll_l
@ cdecl _o__strdate(ptr) MSVCRT__strdate
@ cdecl _o__strdate(ptr) _strdate
@ cdecl _o__strdate_s(ptr long) _strdate_s
@ cdecl _o__strdup(str) _strdup
@ cdecl _o__strerror(long) _strerror
@ stub _o__strerror_s
@ cdecl _o__strftime_l(ptr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _o__strftime_l(ptr long str ptr ptr) _strftime_l
@ cdecl _o__stricmp(str str) _stricmp
@ cdecl _o__stricmp_l(str str ptr) _stricmp_l
@ cdecl _o__stricoll(str str) _stricoll
@ -1376,7 +1376,7 @@
@ cdecl _o__strnicoll_l(str str long ptr) _strnicoll_l
@ cdecl _o__strnset_s(str long long long) _strnset_s
@ stub _o__strset_s
@ cdecl _o__strtime(ptr) MSVCRT__strtime
@ cdecl _o__strtime(ptr) _strtime
@ cdecl _o__strtime_s(ptr long) _strtime_s
@ cdecl _o__strtod_l(str ptr ptr) _strtod_l
@ cdecl _o__strtof_l(str ptr ptr) _strtof_l
@ -1405,7 +1405,7 @@
@ cdecl _o__toupper_l(long ptr) _toupper_l
@ cdecl _o__towlower_l(long ptr) MSVCRT__towlower_l
@ cdecl _o__towupper_l(long ptr) MSVCRT__towupper_l
@ cdecl _o__tzset() MSVCRT__tzset
@ cdecl _o__tzset() _tzset
@ cdecl _o__ui64toa(int64 ptr long) ntdll._ui64toa
@ cdecl _o__ui64toa_s(int64 ptr long long) _ui64toa_s
@ cdecl _o__ui64tow(int64 ptr long) ntdll._ui64tow
@ -1429,8 +1429,8 @@
@ cdecl _o__utime64(str ptr) _utime64
@ cdecl _o__waccess(wstr long) MSVCRT__waccess
@ cdecl _o__waccess_s(wstr long) MSVCRT__waccess_s
@ cdecl _o__wasctime(ptr) MSVCRT__wasctime
@ cdecl _o__wasctime_s(ptr long ptr) MSVCRT__wasctime_s
@ cdecl _o__wasctime(ptr) _wasctime
@ cdecl _o__wasctime_s(ptr long ptr) _wasctime_s
@ cdecl _o__wchdir(wstr) MSVCRT__wchdir
@ cdecl _o__wchmod(wstr long) MSVCRT__wchmod
@ cdecl _o__wcreat(wstr long) MSVCRT__wcreat
@ -1439,7 +1439,7 @@
@ cdecl _o__wcsdup(wstr) MSVCRT__wcsdup
@ cdecl _o__wcserror(long) _wcserror
@ cdecl _o__wcserror_s(ptr long long) _wcserror_s
@ cdecl _o__wcsftime_l(ptr long wstr ptr ptr) MSVCRT__wcsftime_l
@ cdecl _o__wcsftime_l(ptr long wstr ptr ptr) _wcsftime_l
@ cdecl _o__wcsicmp(wstr wstr) MSVCRT__wcsicmp
@ cdecl _o__wcsicmp_l(wstr wstr ptr) MSVCRT__wcsicmp_l
@ cdecl _o__wcsicoll(wstr wstr) MSVCRT__wcsicoll
@ -1476,10 +1476,10 @@
@ cdecl _o__wcsupr_s(wstr long) MSVCRT__wcsupr_s
@ cdecl _o__wcsupr_s_l(wstr long ptr) MSVCRT__wcsupr_s_l
@ cdecl _o__wcsxfrm_l(ptr wstr long ptr) MSVCRT__wcsxfrm_l
@ cdecl _o__wctime32(ptr) MSVCRT__wctime32
@ cdecl _o__wctime32_s(ptr long ptr) MSVCRT__wctime32_s
@ cdecl _o__wctime64(ptr) MSVCRT__wctime64
@ cdecl _o__wctime64_s(ptr long ptr) MSVCRT__wctime64_s
@ cdecl _o__wctime32(ptr) _wctime32
@ cdecl _o__wctime32_s(ptr long ptr) _wctime32_s
@ cdecl _o__wctime64(ptr) _wctime64
@ cdecl _o__wctime64_s(ptr long ptr) _wctime64_s
@ cdecl _o__wctomb_l(ptr long ptr) MSVCRT__wctomb_l
@ cdecl _o__wctomb_s_l(ptr ptr long long ptr) MSVCRT__wctomb_s_l
@ cdecl _o__wdupenv_s(ptr ptr wstr) _wdupenv_s
@ -1534,9 +1534,9 @@
@ cdecl _o__wstat32i64(wstr ptr) MSVCRT__wstat32i64
@ cdecl _o__wstat64(wstr ptr) MSVCRT__wstat64
@ cdecl _o__wstat64i32(wstr ptr) MSVCRT__wstat64i32
@ cdecl _o__wstrdate(ptr) MSVCRT__wstrdate
@ cdecl _o__wstrdate(ptr) _wstrdate
@ cdecl _o__wstrdate_s(ptr long) _wstrdate_s
@ cdecl _o__wstrtime(ptr) MSVCRT__wstrtime
@ cdecl _o__wstrtime(ptr) _wstrtime
@ cdecl _o__wstrtime_s(ptr long) _wstrtime_s
@ cdecl _o__wsystem(wstr) _wsystem
@ cdecl _o__wtmpnam_s(ptr long) MSVCRT__wtmpnam_s
@ -1562,8 +1562,8 @@
@ cdecl _o_acosh(double) MSVCR120_acosh
@ cdecl _o_acoshf(float) MSVCR120_acoshf
@ cdecl _o_acoshl(double) MSVCR120_acoshl
@ cdecl _o_asctime(ptr) MSVCRT_asctime
@ cdecl _o_asctime_s(ptr long ptr) MSVCRT_asctime_s
@ cdecl _o_asctime(ptr) asctime
@ cdecl _o_asctime_s(ptr long ptr) asctime_s
@ cdecl _o_asin(double) MSVCRT_asin
@ cdecl -arch=!i386 _o_asinf(float) MSVCRT_asinf
@ cdecl _o_asinh(double) MSVCR120_asinh
@ -1783,7 +1783,7 @@
@ cdecl _o_strcpy_s(ptr long str) strcpy_s
@ cdecl _o_strerror(long) strerror
@ cdecl _o_strerror_s(ptr long long) strerror_s
@ cdecl _o_strftime(ptr long str ptr) MSVCRT_strftime
@ cdecl _o_strftime(ptr long str ptr) strftime
@ cdecl _o_strncat_s(str long str long) strncat_s
@ cdecl _o_strncpy_s(ptr long str long) strncpy_s
@ cdecl _o_strtod(str ptr) strtod
@ -1818,7 +1818,7 @@
@ cdecl _o_wcscoll(wstr wstr) MSVCRT_wcscoll
@ cdecl _o_wcscpy(ptr wstr) MSVCRT_wcscpy
@ cdecl _o_wcscpy_s(ptr long wstr) MSVCRT_wcscpy_s
@ cdecl _o_wcsftime(ptr long wstr ptr) MSVCRT_wcsftime
@ cdecl _o_wcsftime(ptr long wstr ptr) wcsftime
@ cdecl _o_wcsncat_s(wstr long wstr long) MSVCRT_wcsncat_s
@ cdecl _o_wcsncpy_s(ptr long wstr long) MSVCRT_wcsncpy_s
@ cdecl _o_wcsrtombs(ptr ptr long ptr) MSVCRT_wcsrtombs
@ -1921,12 +1921,12 @@
@ cdecl _statusfp()
@ cdecl -arch=i386 _statusfp2(ptr ptr)
@ cdecl _strcoll_l(str str ptr)
@ cdecl _strdate(ptr) MSVCRT__strdate
@ cdecl _strdate(ptr)
@ cdecl _strdate_s(ptr long)
@ cdecl _strdup(str)
@ cdecl _strerror(long)
@ stub _strerror_s
@ cdecl _strftime_l(ptr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _strftime_l(ptr long str ptr ptr)
@ cdecl _stricmp(str str)
@ cdecl _stricmp_l(str str ptr)
@ cdecl _stricoll(str str)
@ -1946,7 +1946,7 @@
@ cdecl _strrev(str)
@ cdecl _strset(str long)
@ stub _strset_s
@ cdecl _strtime(ptr) MSVCRT__strtime
@ cdecl _strtime(ptr)
@ cdecl _strtime_s(ptr long)
@ cdecl _strtod_l(str ptr ptr)
@ cdecl _strtof_l(str ptr ptr)
@ -1970,8 +1970,8 @@
@ cdecl _tell(long) MSVCRT__tell
@ cdecl -ret64 _telli64(long)
@ cdecl _tempnam(str str) MSVCRT__tempnam
@ cdecl _time32(ptr) MSVCRT__time32
@ cdecl _time64(ptr) MSVCRT__time64
@ cdecl _time32(ptr)
@ cdecl _time64(ptr)
@ cdecl _timespec32_get(ptr long)
@ cdecl _timespec64_get(ptr long)
@ cdecl _tolower(long)
@ -1980,7 +1980,7 @@
@ cdecl _toupper_l(long ptr)
@ cdecl _towlower_l(long ptr) MSVCRT__towlower_l
@ cdecl _towupper_l(long ptr) MSVCRT__towupper_l
@ cdecl _tzset() MSVCRT__tzset
@ cdecl _tzset()
@ cdecl _ui64toa(int64 ptr long) ntdll._ui64toa
@ cdecl _ui64toa_s(int64 ptr long long)
@ cdecl _ui64tow(int64 ptr long) ntdll._ui64tow
@ -2005,8 +2005,8 @@
@ cdecl _utime64(str ptr)
@ cdecl _waccess(wstr long) MSVCRT__waccess
@ cdecl _waccess_s(wstr long) MSVCRT__waccess_s
@ cdecl _wasctime(ptr) MSVCRT__wasctime
@ cdecl _wasctime_s(ptr long ptr) MSVCRT__wasctime_s
@ cdecl _wasctime(ptr)
@ cdecl _wasctime_s(ptr long ptr)
@ cdecl _wassert(wstr wstr long)
@ cdecl _wchdir(wstr) MSVCRT__wchdir
@ cdecl _wchmod(wstr long) MSVCRT__wchmod
@ -2016,7 +2016,7 @@
@ cdecl _wcsdup(wstr) MSVCRT__wcsdup
@ cdecl _wcserror(long)
@ cdecl _wcserror_s(ptr long long)
@ cdecl _wcsftime_l(ptr long wstr ptr ptr) MSVCRT__wcsftime_l
@ cdecl _wcsftime_l(ptr long wstr ptr ptr)
@ cdecl _wcsicmp(wstr wstr) MSVCRT__wcsicmp
@ cdecl _wcsicmp_l(wstr wstr ptr) MSVCRT__wcsicmp_l
@ cdecl _wcsicoll(wstr wstr) MSVCRT__wcsicoll
@ -2056,10 +2056,10 @@
@ cdecl _wcsupr_s(wstr long) MSVCRT__wcsupr_s
@ cdecl _wcsupr_s_l(wstr long ptr) MSVCRT__wcsupr_s_l
@ cdecl _wcsxfrm_l(ptr wstr long ptr) MSVCRT__wcsxfrm_l
@ cdecl _wctime32(ptr) MSVCRT__wctime32
@ cdecl _wctime32_s(ptr long ptr) MSVCRT__wctime32_s
@ cdecl _wctime64(ptr) MSVCRT__wctime64
@ cdecl _wctime64_s(ptr long ptr) MSVCRT__wctime64_s
@ cdecl _wctime32(ptr)
@ cdecl _wctime32_s(ptr long ptr)
@ cdecl _wctime64(ptr)
@ cdecl _wctime64_s(ptr long ptr)
@ cdecl _wctomb_l(ptr long ptr) MSVCRT__wctomb_l
@ cdecl _wctomb_s_l(ptr ptr long long ptr) MSVCRT__wctomb_s_l
@ extern _wctype MSVCRT__wctype
@ -2125,9 +2125,9 @@
@ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64
@ cdecl _wstat64(wstr ptr) MSVCRT__wstat64
@ cdecl _wstat64i32(wstr ptr) MSVCRT__wstat64i32
@ cdecl _wstrdate(ptr) MSVCRT__wstrdate
@ cdecl _wstrdate(ptr)
@ cdecl _wstrdate_s(ptr long)
@ cdecl _wstrtime(ptr) MSVCRT__wstrtime
@ cdecl _wstrtime(ptr)
@ cdecl _wstrtime_s(ptr long)
@ cdecl _wsystem(wstr)
@ cdecl _wtempnam(wstr wstr) MSVCRT__wtempnam
@ -2156,8 +2156,8 @@
@ cdecl acosh(double) MSVCR120_acosh
@ cdecl acoshf(float) MSVCR120_acoshf
@ cdecl acoshl(double) MSVCR120_acoshl
@ cdecl asctime(ptr) MSVCRT_asctime
@ cdecl asctime_s(ptr long ptr) MSVCRT_asctime_s
@ cdecl asctime(ptr)
@ cdecl asctime_s(ptr long ptr)
@ cdecl asin(double) MSVCRT_asin
@ cdecl -arch=!i386 asinf(float) MSVCRT_asinf
@ cdecl asinh(double) MSVCR120_asinh
@ -2223,7 +2223,7 @@
@ stub cimagl
@ cdecl clearerr(ptr) MSVCRT_clearerr
@ cdecl clearerr_s(ptr) MSVCRT_clearerr_s
@ cdecl clock() MSVCRT_clock
@ cdecl clock()
@ stub clog
@ stub clog10
@ stub clog10f
@ -2504,7 +2504,7 @@
@ cdecl strcspn(str str)
@ cdecl strerror(long)
@ cdecl strerror_s(ptr long long)
@ cdecl strftime(ptr long str ptr) MSVCRT_strftime
@ cdecl strftime(ptr long str ptr)
@ cdecl strlen(str)
@ cdecl strncat(str str long)
@ cdecl strncat_s(str long str long)
@ -2562,7 +2562,7 @@
@ cdecl wcscpy(ptr wstr) MSVCRT_wcscpy
@ cdecl wcscpy_s(ptr long wstr) MSVCRT_wcscpy_s
@ cdecl wcscspn(wstr wstr) ntdll.wcscspn
@ cdecl wcsftime(ptr long wstr ptr) MSVCRT_wcsftime
@ cdecl wcsftime(ptr long wstr ptr)
@ cdecl wcslen(wstr) MSVCRT_wcslen
@ cdecl wcsncat(wstr wstr long) ntdll.wcsncat
@ cdecl wcsncat_s(wstr long wstr long) MSVCRT_wcsncat_s