msvcrt: Allow forwarding to stub functions when the arguments are known.
This commit is contained in:
parent
e51132b238
commit
6c88228078
|
@ -52,7 +52,7 @@
|
||||||
@ cdecl _c_exit() msvcrt._c_exit
|
@ cdecl _c_exit() msvcrt._c_exit
|
||||||
@ cdecl _cabs(long) msvcrt._cabs
|
@ cdecl _cabs(long) msvcrt._cabs
|
||||||
@ cdecl _cexit() msvcrt._cexit
|
@ cdecl _cexit() msvcrt._cexit
|
||||||
@ cdecl _cgets(str) msvcrt._cgets
|
@ cdecl _cgets(ptr) msvcrt._cgets
|
||||||
@ cdecl _chdir(str) msvcrt._chdir
|
@ cdecl _chdir(str) msvcrt._chdir
|
||||||
@ cdecl _chdrive(long) msvcrt._chdrive
|
@ cdecl _chdrive(long) msvcrt._chdrive
|
||||||
@ cdecl _chgsign( double ) msvcrt._chgsign
|
@ cdecl _chgsign( double ) msvcrt._chgsign
|
||||||
|
@ -180,7 +180,7 @@
|
||||||
@ cdecl _logb(double) msvcrt._logb
|
@ cdecl _logb(double) msvcrt._logb
|
||||||
@ cdecl _lrotl(long long) msvcrt._lrotl
|
@ cdecl _lrotl(long long) msvcrt._lrotl
|
||||||
@ cdecl _lrotr(long long) msvcrt._lrotr
|
@ cdecl _lrotr(long long) msvcrt._lrotr
|
||||||
@ cdecl _lsearch(ptr ptr long long ptr) msvcrt._lsearch
|
@ cdecl _lsearch(ptr ptr ptr long ptr) msvcrt._lsearch
|
||||||
@ cdecl _lseek(long long long) msvcrt._lseek
|
@ cdecl _lseek(long long long) msvcrt._lseek
|
||||||
@ cdecl _ltoa(long ptr long) msvcrt._ltoa
|
@ cdecl _ltoa(long ptr long) msvcrt._ltoa
|
||||||
@ cdecl _ltow(long ptr long) msvcrt._ltow
|
@ cdecl _ltow(long ptr long) msvcrt._ltow
|
||||||
|
@ -188,7 +188,7 @@
|
||||||
@ cdecl _matherr(ptr) msvcrt._matherr
|
@ cdecl _matherr(ptr) msvcrt._matherr
|
||||||
@ cdecl _mbbtombc(long) msvcrt._mbbtombc
|
@ cdecl _mbbtombc(long) msvcrt._mbbtombc
|
||||||
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
||||||
@ cdecl _mbccpy(str str) msvcrt._mbccpy
|
@ cdecl _mbccpy(ptr str) msvcrt._mbccpy
|
||||||
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
||||||
@ cdecl _mbcjmstojis(long) msvcrt._mbcjmstojis
|
@ cdecl _mbcjmstojis(long) msvcrt._mbcjmstojis
|
||||||
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
||||||
|
@ -215,19 +215,19 @@
|
||||||
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
||||||
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
||||||
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
||||||
@ cdecl _mbsnbset(str long long) msvcrt._mbsnbset
|
@ cdecl _mbsnbset(ptr long long) msvcrt._mbsnbset
|
||||||
@ cdecl _mbsncat(str str long) msvcrt._mbsncat
|
@ cdecl _mbsncat(str str long) msvcrt._mbsncat
|
||||||
@ cdecl _mbsnccnt(str long) msvcrt._mbsnccnt
|
@ cdecl _mbsnccnt(str long) msvcrt._mbsnccnt
|
||||||
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
||||||
@ cdecl _mbsncpy(str str long) msvcrt._mbsncpy
|
@ cdecl _mbsncpy(ptr str long) msvcrt._mbsncpy
|
||||||
@ cdecl _mbsnextc(str) msvcrt._mbsnextc
|
@ cdecl _mbsnextc(str) msvcrt._mbsnextc
|
||||||
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
||||||
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
||||||
@ cdecl _mbsnset(str long long) msvcrt._mbsnset
|
@ cdecl _mbsnset(ptr long long) msvcrt._mbsnset
|
||||||
@ cdecl _mbspbrk(str str) msvcrt._mbspbrk
|
@ cdecl _mbspbrk(str str) msvcrt._mbspbrk
|
||||||
@ cdecl _mbsrchr(str long) msvcrt._mbsrchr
|
@ cdecl _mbsrchr(str long) msvcrt._mbsrchr
|
||||||
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
||||||
@ cdecl _mbsset(str long) msvcrt._mbsset
|
@ cdecl _mbsset(ptr long) msvcrt._mbsset
|
||||||
@ cdecl _mbsspn(str str) msvcrt._mbsspn
|
@ cdecl _mbsspn(str str) msvcrt._mbsspn
|
||||||
@ cdecl _mbsspnp(str str) msvcrt._mbsspnp
|
@ cdecl _mbsspnp(str str) msvcrt._mbsspnp
|
||||||
@ cdecl _mbsstr(str str) msvcrt._mbsstr
|
@ cdecl _mbsstr(str str) msvcrt._mbsstr
|
||||||
|
@ -431,7 +431,7 @@
|
||||||
@ cdecl malloc(long) msvcrt.malloc
|
@ cdecl malloc(long) msvcrt.malloc
|
||||||
@ cdecl mblen(ptr long) msvcrt.mblen
|
@ cdecl mblen(ptr long) msvcrt.mblen
|
||||||
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
||||||
@ cdecl mbtowc(wstr str long) msvcrt.mbtowc
|
@ cdecl mbtowc(ptr str long) msvcrt.mbtowc
|
||||||
@ cdecl memchr(ptr long long) msvcrt.memchr
|
@ cdecl memchr(ptr long long) msvcrt.memchr
|
||||||
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
||||||
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
||||||
|
|
|
@ -448,11 +448,11 @@
|
||||||
@ cdecl __p__environ() msvcrt.__p__environ
|
@ cdecl __p__environ() msvcrt.__p__environ
|
||||||
@ cdecl __p__fmode() msvcrt.__p__fmode
|
@ cdecl __p__fmode() msvcrt.__p__fmode
|
||||||
@ cdecl __p__iob() msvcrt.__p__iob
|
@ cdecl __p__iob() msvcrt.__p__iob
|
||||||
@ stub __p__mbcasemap
|
@ cdecl __p__mbcasemap() msvcrt.__p__mbcasemap
|
||||||
@ cdecl __p__mbctype() msvcrt.__p__mbctype
|
@ cdecl __p__mbctype() msvcrt.__p__mbctype
|
||||||
@ cdecl __p__pctype() msvcrt.__p__pctype
|
@ cdecl __p__pctype() msvcrt.__p__pctype
|
||||||
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
||||||
@ stub __p__pwctype
|
@ cdecl __p__pwctype() msvcrt.__p__pwctype
|
||||||
@ cdecl __p__timezone() msvcrt.__p__timezone
|
@ cdecl __p__timezone() msvcrt.__p__timezone
|
||||||
@ cdecl __p__tzname() msvcrt.__p__tzname
|
@ cdecl __p__tzname() msvcrt.__p__tzname
|
||||||
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
||||||
|
@ -461,7 +461,7 @@
|
||||||
@ cdecl __pctype_func() msvcrt.__pctype_func
|
@ cdecl __pctype_func() msvcrt.__pctype_func
|
||||||
@ extern __pioinfo msvcrt.__pioinfo
|
@ extern __pioinfo msvcrt.__pioinfo
|
||||||
@ stub __pwctype_func
|
@ stub __pwctype_func
|
||||||
@ stub __pxcptinfoptrs
|
@ cdecl __pxcptinfoptrs() msvcrt.__pxcptinfoptrs
|
||||||
@ stub __report_gsfailure
|
@ stub __report_gsfailure
|
||||||
@ cdecl __set_app_type(long) msvcrt.__set_app_type
|
@ cdecl __set_app_type(long) msvcrt.__set_app_type
|
||||||
@ stub __set_flsgetvalue
|
@ stub __set_flsgetvalue
|
||||||
|
@ -502,7 +502,7 @@
|
||||||
@ stub _aligned_recalloc
|
@ stub _aligned_recalloc
|
||||||
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
||||||
@ cdecl _assert(str str long) msvcrt._assert
|
@ cdecl _assert(str str long) msvcrt._assert
|
||||||
@ stub _atodbl
|
@ cdecl _atodbl(ptr str) msvcrt._atodbl
|
||||||
@ stub _atodbl_l
|
@ stub _atodbl_l
|
||||||
@ cdecl _atof_l(str ptr) msvcrt._atof_l
|
@ cdecl _atof_l(str ptr) msvcrt._atof_l
|
||||||
@ cdecl _atoflt(ptr str) msvcr90._atoflt
|
@ cdecl _atoflt(ptr str) msvcr90._atoflt
|
||||||
|
@ -524,7 +524,7 @@
|
||||||
@ cdecl _callnewh(long) msvcrt._callnewh
|
@ cdecl _callnewh(long) msvcrt._callnewh
|
||||||
@ cdecl _calloc_crt(long long) msvcrt.calloc
|
@ cdecl _calloc_crt(long long) msvcrt.calloc
|
||||||
@ cdecl _cexit() msvcrt._cexit
|
@ cdecl _cexit() msvcrt._cexit
|
||||||
@ cdecl _cgets(str) msvcrt._cgets
|
@ cdecl _cgets(ptr) msvcrt._cgets
|
||||||
@ stub _cgets_s
|
@ stub _cgets_s
|
||||||
@ stub _cgetws
|
@ stub _cgetws
|
||||||
@ stub _cgetws_s
|
@ stub _cgetws_s
|
||||||
|
@ -630,7 +630,7 @@
|
||||||
@ cdecl _flushall() msvcrt._flushall
|
@ cdecl _flushall() msvcrt._flushall
|
||||||
@ extern _fmode msvcrt._fmode
|
@ extern _fmode msvcrt._fmode
|
||||||
@ cdecl _fpclass(double) msvcrt._fpclass
|
@ cdecl _fpclass(double) msvcrt._fpclass
|
||||||
@ stub _fpieee_flt
|
@ cdecl _fpieee_flt(long ptr ptr) msvcrt._fpieee_flt
|
||||||
@ cdecl _fpreset() msvcrt._fpreset
|
@ cdecl _fpreset() msvcrt._fpreset
|
||||||
@ stub _fprintf_l
|
@ stub _fprintf_l
|
||||||
@ stub _fprintf_p
|
@ stub _fprintf_p
|
||||||
|
@ -691,7 +691,7 @@
|
||||||
@ cdecl _get_terminate() msvcrt._get_terminate
|
@ cdecl _get_terminate() msvcrt._get_terminate
|
||||||
@ stub _get_timezone
|
@ stub _get_timezone
|
||||||
@ cdecl _get_tzname(ptr str long long) msvcrt._get_tzname
|
@ cdecl _get_tzname(ptr str long long) msvcrt._get_tzname
|
||||||
@ stub _get_unexpected
|
@ cdecl _get_unexpected() msvcrt._get_unexpected
|
||||||
@ stub _get_wpgmptr
|
@ stub _get_wpgmptr
|
||||||
@ stub _getc_nolock
|
@ stub _getc_nolock
|
||||||
@ cdecl _getch() msvcrt._getch
|
@ cdecl _getch() msvcrt._getch
|
||||||
|
@ -709,7 +709,7 @@
|
||||||
@ cdecl _getmbcp() msvcrt._getmbcp
|
@ cdecl _getmbcp() msvcrt._getmbcp
|
||||||
@ cdecl _getpid() msvcrt._getpid
|
@ cdecl _getpid() msvcrt._getpid
|
||||||
@ stub _getptd
|
@ stub _getptd
|
||||||
@ stub _getsystime
|
@ cdecl _getsystime(ptr) msvcrt._getsystime
|
||||||
@ cdecl _getw(ptr) msvcrt._getw
|
@ cdecl _getw(ptr) msvcrt._getw
|
||||||
@ stub _getwch
|
@ stub _getwch
|
||||||
@ stub _getwch_nolock
|
@ stub _getwch_nolock
|
||||||
|
@ -726,7 +726,7 @@
|
||||||
@ cdecl _heapchk() msvcrt._heapchk
|
@ cdecl _heapchk() msvcrt._heapchk
|
||||||
@ cdecl _heapmin() msvcrt._heapmin
|
@ cdecl _heapmin() msvcrt._heapmin
|
||||||
@ cdecl _heapset(long) msvcrt._heapset
|
@ cdecl _heapset(long) msvcrt._heapset
|
||||||
@ stub _heapused
|
@ cdecl _heapused(ptr ptr) msvcrt._heapused
|
||||||
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
||||||
@ cdecl _hypot(double double) msvcrt._hypot
|
@ cdecl _hypot(double double) msvcrt._hypot
|
||||||
@ cdecl _hypotf(float float) msvcrt._hypotf
|
@ cdecl _hypotf(float float) msvcrt._hypotf
|
||||||
|
@ -737,9 +737,9 @@
|
||||||
@ stub _initptd
|
@ stub _initptd
|
||||||
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
||||||
@ cdecl _initterm_e(ptr ptr) msvcrt._initterm_e
|
@ cdecl _initterm_e(ptr ptr) msvcrt._initterm_e
|
||||||
@ stub -arch=i386 _inp
|
@ cdecl -arch=i386 _inp(long) msvcrt._inp
|
||||||
@ stub -arch=i386 _inpd
|
@ cdecl -arch=i386 _inpd(long) msvcrt._inpd
|
||||||
@ stub -arch=i386 _inpw
|
@ cdecl -arch=i386 _inpw(long) msvcrt._inpw
|
||||||
@ cdecl _invalid_parameter(wstr wstr wstr long long) msvcrt._invalid_parameter
|
@ cdecl _invalid_parameter(wstr wstr wstr long long) msvcrt._invalid_parameter
|
||||||
@ cdecl _invalid_parameter_noinfo() msvcr90._invalid_parameter_noinfo
|
@ cdecl _invalid_parameter_noinfo() msvcr90._invalid_parameter_noinfo
|
||||||
@ stub _invalid_parameter_noinfo_noreturn
|
@ stub _invalid_parameter_noinfo_noreturn
|
||||||
|
@ -755,25 +755,25 @@
|
||||||
@ stub _isgraph_l
|
@ stub _isgraph_l
|
||||||
@ stub _isleadbyte_l
|
@ stub _isleadbyte_l
|
||||||
@ stub _islower_l
|
@ stub _islower_l
|
||||||
@ stub _ismbbalnum
|
@ cdecl _ismbbalnum(long) msvcrt._ismbbalnum
|
||||||
@ stub _ismbbalnum_l
|
@ stub _ismbbalnum_l
|
||||||
@ stub _ismbbalpha
|
@ cdecl _ismbbalpha(long) msvcrt._ismbbalpha
|
||||||
@ stub _ismbbalpha_l
|
@ stub _ismbbalpha_l
|
||||||
@ stub _ismbbgraph
|
@ cdecl _ismbbgraph(long) msvcrt._ismbbgraph
|
||||||
@ stub _ismbbgraph_l
|
@ stub _ismbbgraph_l
|
||||||
@ stub _ismbbkalnum
|
@ cdecl _ismbbkalnum(long) msvcrt._ismbbkalnum
|
||||||
@ stub _ismbbkalnum_l
|
@ stub _ismbbkalnum_l
|
||||||
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
||||||
@ stub _ismbbkana_l
|
@ stub _ismbbkana_l
|
||||||
@ stub _ismbbkprint
|
@ cdecl _ismbbkprint(long) msvcrt._ismbbkprint
|
||||||
@ stub _ismbbkprint_l
|
@ stub _ismbbkprint_l
|
||||||
@ stub _ismbbkpunct
|
@ cdecl _ismbbkpunct(long) msvcrt._ismbbkpunct
|
||||||
@ stub _ismbbkpunct_l
|
@ stub _ismbbkpunct_l
|
||||||
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
||||||
@ stub _ismbblead_l
|
@ stub _ismbblead_l
|
||||||
@ stub _ismbbprint
|
@ cdecl _ismbbprint(long) msvcrt._ismbbprint
|
||||||
@ stub _ismbbprint_l
|
@ stub _ismbbprint_l
|
||||||
@ stub _ismbbpunct
|
@ cdecl _ismbbpunct(long) msvcrt._ismbbpunct
|
||||||
@ stub _ismbbpunct_l
|
@ stub _ismbbpunct_l
|
||||||
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
||||||
@ stub _ismbbtrail_l
|
@ stub _ismbbtrail_l
|
||||||
|
@ -789,11 +789,11 @@
|
||||||
@ stub _ismbchira_l
|
@ stub _ismbchira_l
|
||||||
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
||||||
@ stub _ismbckata_l
|
@ stub _ismbckata_l
|
||||||
@ stub _ismbcl0
|
@ cdecl _ismbcl0(long) msvcrt._ismbcl0
|
||||||
@ stub _ismbcl0_l
|
@ stub _ismbcl0_l
|
||||||
@ stub _ismbcl1
|
@ cdecl _ismbcl1(long) msvcrt._ismbcl1
|
||||||
@ stub _ismbcl1_l
|
@ stub _ismbcl1_l
|
||||||
@ stub _ismbcl2
|
@ cdecl _ismbcl2(long) msvcrt._ismbcl2
|
||||||
@ stub _ismbcl2_l
|
@ stub _ismbcl2_l
|
||||||
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
||||||
@ stub _ismbclegal_l
|
@ stub _ismbclegal_l
|
||||||
|
@ -857,7 +857,7 @@
|
||||||
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
||||||
@ cdecl _lrotl(long long) msvcrt._lrotl
|
@ cdecl _lrotl(long long) msvcrt._lrotl
|
||||||
@ cdecl _lrotr(long long) msvcrt._lrotr
|
@ cdecl _lrotr(long long) msvcrt._lrotr
|
||||||
@ cdecl _lsearch(ptr ptr long long ptr) msvcrt._lsearch
|
@ cdecl _lsearch(ptr ptr ptr long ptr) msvcrt._lsearch
|
||||||
@ stub _lsearch_s
|
@ stub _lsearch_s
|
||||||
@ cdecl _lseek(long long long) msvcrt._lseek
|
@ cdecl _lseek(long long long) msvcrt._lseek
|
||||||
@ cdecl -ret64 _lseeki64(long int64 long) msvcrt._lseeki64
|
@ cdecl -ret64 _lseeki64(long int64 long) msvcrt._lseeki64
|
||||||
|
@ -873,19 +873,19 @@
|
||||||
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
||||||
@ stub _mbbtype_l
|
@ stub _mbbtype_l
|
||||||
@ stub _mbcasemap
|
@ stub _mbcasemap
|
||||||
@ cdecl _mbccpy(str str) msvcrt._mbccpy
|
@ cdecl _mbccpy(ptr str) msvcrt._mbccpy
|
||||||
@ stub _mbccpy_l
|
@ stub _mbccpy_l
|
||||||
@ stub _mbccpy_s
|
@ stub _mbccpy_s
|
||||||
@ stub _mbccpy_s_l
|
@ stub _mbccpy_s_l
|
||||||
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
||||||
@ stub _mbcjistojms_l
|
@ stub _mbcjistojms_l
|
||||||
@ stub _mbcjmstojis
|
@ cdecl _mbcjmstojis(long) msvcrt._mbcjmstojis
|
||||||
@ stub _mbcjmstojis_l
|
@ stub _mbcjmstojis_l
|
||||||
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
||||||
@ stub _mbclen_l
|
@ stub _mbclen_l
|
||||||
@ stub _mbctohira
|
@ cdecl _mbctohira(long) msvcrt._mbctohira
|
||||||
@ stub _mbctohira_l
|
@ stub _mbctohira_l
|
||||||
@ stub _mbctokata
|
@ cdecl _mbctokata(long) msvcrt._mbctokata
|
||||||
@ stub _mbctokata_l
|
@ stub _mbctokata_l
|
||||||
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
||||||
@ stub _mbctolower_l
|
@ stub _mbctolower_l
|
||||||
|
@ -931,7 +931,7 @@
|
||||||
@ stub _mbsnbcmp_l
|
@ stub _mbsnbcmp_l
|
||||||
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
||||||
@ stub _mbsnbcnt_l
|
@ stub _mbsnbcnt_l
|
||||||
@ stub _mbsnbcoll
|
@ cdecl _mbsnbcoll(str str long) msvcrt._mbsnbcoll
|
||||||
@ stub _mbsnbcoll_l
|
@ stub _mbsnbcoll_l
|
||||||
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
||||||
@ stub _mbsnbcpy_l
|
@ stub _mbsnbcpy_l
|
||||||
|
@ -939,9 +939,9 @@
|
||||||
@ stub _mbsnbcpy_s_l
|
@ stub _mbsnbcpy_s_l
|
||||||
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
||||||
@ stub _mbsnbicmp_l
|
@ stub _mbsnbicmp_l
|
||||||
@ stub _mbsnbicoll
|
@ cdecl _mbsnbicoll(str str long) msvcrt._mbsnbicoll
|
||||||
@ stub _mbsnbicoll_l
|
@ stub _mbsnbicoll_l
|
||||||
@ cdecl _mbsnbset(str long long) msvcrt._mbsnbset
|
@ cdecl _mbsnbset(ptr long long) msvcrt._mbsnbset
|
||||||
@ stub _mbsnbset_l
|
@ stub _mbsnbset_l
|
||||||
@ stub _mbsnbset_s
|
@ stub _mbsnbset_s
|
||||||
@ stub _mbsnbset_s_l
|
@ stub _mbsnbset_s_l
|
||||||
|
@ -953,9 +953,9 @@
|
||||||
@ stub _mbsnccnt_l
|
@ stub _mbsnccnt_l
|
||||||
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
||||||
@ stub _mbsncmp_l
|
@ stub _mbsncmp_l
|
||||||
@ stub _mbsncoll
|
@ cdecl _mbsncoll(str str long) msvcrt._mbsncoll
|
||||||
@ stub _mbsncoll_l
|
@ stub _mbsncoll_l
|
||||||
@ cdecl _mbsncpy(str str long) msvcrt._mbsncpy
|
@ cdecl _mbsncpy(ptr str long) msvcrt._mbsncpy
|
||||||
@ stub _mbsncpy_l
|
@ stub _mbsncpy_l
|
||||||
@ stub _mbsncpy_s
|
@ stub _mbsncpy_s
|
||||||
@ stub _mbsncpy_s_l
|
@ stub _mbsncpy_s_l
|
||||||
|
@ -963,13 +963,13 @@
|
||||||
@ stub _mbsnextc_l
|
@ stub _mbsnextc_l
|
||||||
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
||||||
@ stub _mbsnicmp_l
|
@ stub _mbsnicmp_l
|
||||||
@ stub _mbsnicoll
|
@ cdecl _mbsnicoll(str str long) msvcrt._mbsnicoll
|
||||||
@ stub _mbsnicoll_l
|
@ stub _mbsnicoll_l
|
||||||
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
||||||
@ stub _mbsninc_l
|
@ stub _mbsninc_l
|
||||||
@ stub _mbsnlen
|
@ stub _mbsnlen
|
||||||
@ stub _mbsnlen_l
|
@ stub _mbsnlen_l
|
||||||
@ cdecl _mbsnset(str long long) msvcrt._mbsnset
|
@ cdecl _mbsnset(ptr long long) msvcrt._mbsnset
|
||||||
@ stub _mbsnset_l
|
@ stub _mbsnset_l
|
||||||
@ stub _mbsnset_s
|
@ stub _mbsnset_s
|
||||||
@ stub _mbsnset_s_l
|
@ stub _mbsnset_s_l
|
||||||
|
@ -979,7 +979,7 @@
|
||||||
@ stub _mbsrchr_l
|
@ stub _mbsrchr_l
|
||||||
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
||||||
@ stub _mbsrev_l
|
@ stub _mbsrev_l
|
||||||
@ cdecl _mbsset(str long) msvcrt._mbsset
|
@ cdecl _mbsset(ptr long) msvcrt._mbsset
|
||||||
@ stub _mbsset_l
|
@ stub _mbsset_l
|
||||||
@ stub _mbsset_s
|
@ stub _mbsset_s
|
||||||
@ stub _mbsset_s_l
|
@ stub _mbsset_s_l
|
||||||
|
@ -1019,9 +1019,9 @@
|
||||||
@ cdecl _onexit(ptr) msvcrt._onexit
|
@ cdecl _onexit(ptr) msvcrt._onexit
|
||||||
@ varargs _open(str long) msvcrt._open
|
@ varargs _open(str long) msvcrt._open
|
||||||
@ cdecl _open_osfhandle(long long) msvcrt._open_osfhandle
|
@ cdecl _open_osfhandle(long long) msvcrt._open_osfhandle
|
||||||
@ stub -arch=i386 _outp
|
@ cdecl -arch=i386 _outp(long long) msvcrt._outp
|
||||||
@ stub -arch=i386 _outpd
|
@ cdecl -arch=i386 _outpd(long long) msvcrt._outpd
|
||||||
@ stub -arch=i386 _outpw
|
@ cdecl -arch=i386 _outpw(long long) msvcrt._outpw
|
||||||
@ cdecl _pclose(ptr) msvcrt._pclose
|
@ cdecl _pclose(ptr) msvcrt._pclose
|
||||||
@ extern _pctype msvcrt._pctype
|
@ extern _pctype msvcrt._pctype
|
||||||
@ extern _pgmptr msvcrt._pgmptr
|
@ extern _pgmptr msvcrt._pgmptr
|
||||||
|
@ -1085,7 +1085,7 @@
|
||||||
@ cdecl _setmaxstdio(long) msvcrt._setmaxstdio
|
@ cdecl _setmaxstdio(long) msvcrt._setmaxstdio
|
||||||
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
||||||
@ cdecl _setmode(long long) msvcrt._setmode
|
@ cdecl _setmode(long long) msvcrt._setmode
|
||||||
@ stub _setsystime
|
@ cdecl _setsystime(ptr long) msvcrt._setsystime
|
||||||
@ cdecl _sleep(long) msvcrt._sleep
|
@ cdecl _sleep(long) msvcrt._sleep
|
||||||
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
||||||
@ stub _snprintf_c
|
@ stub _snprintf_c
|
||||||
|
@ -1144,11 +1144,11 @@
|
||||||
@ stub _strlwr_l
|
@ stub _strlwr_l
|
||||||
@ cdecl _strlwr_s(ptr long) msvcrt._strlwr_s
|
@ cdecl _strlwr_s(ptr long) msvcrt._strlwr_s
|
||||||
@ stub _strlwr_s_l
|
@ stub _strlwr_s_l
|
||||||
@ stub _strncoll
|
@ cdecl _strncoll(str str long) msvcrt._strncoll
|
||||||
@ stub _strncoll_l
|
@ stub _strncoll_l
|
||||||
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
||||||
@ stub _strnicmp_l
|
@ stub _strnicmp_l
|
||||||
@ stub _strnicoll
|
@ cdecl _strnicoll(str str long) msvcrt._strnicoll
|
||||||
@ stub _strnicoll_l
|
@ stub _strnicoll_l
|
||||||
@ cdecl _strnset(str long long) msvcrt._strnset
|
@ cdecl _strnset(str long long) msvcrt._strnset
|
||||||
@ stub _strnset_s
|
@ stub _strnset_s
|
||||||
|
@ -1295,7 +1295,7 @@
|
||||||
@ stub _wcslwr_l
|
@ stub _wcslwr_l
|
||||||
@ cdecl _wcslwr_s(wstr long) msvcrt._wcslwr_s
|
@ cdecl _wcslwr_s(wstr long) msvcrt._wcslwr_s
|
||||||
@ stub _wcslwr_s_l
|
@ stub _wcslwr_s_l
|
||||||
@ stub _wcsncoll
|
@ cdecl _wcsncoll(wstr wstr long) msvcrt._wcsncoll
|
||||||
@ stub _wcsncoll_l
|
@ stub _wcsncoll_l
|
||||||
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
||||||
@ stub _wcsnicmp_l
|
@ stub _wcsnicmp_l
|
||||||
|
@ -1363,7 +1363,7 @@
|
||||||
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
||||||
@ stub _wmktemp_s
|
@ stub _wmktemp_s
|
||||||
@ varargs _wopen(wstr long) msvcrt._wopen
|
@ varargs _wopen(wstr long) msvcrt._wopen
|
||||||
@ stub _wperror
|
@ cdecl _wperror(wstr) msvcrt._wperror
|
||||||
@ extern _wpgmptr msvcrt._wpgmptr
|
@ extern _wpgmptr msvcrt._wpgmptr
|
||||||
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
||||||
@ stub _wprintf_l
|
@ stub _wprintf_l
|
||||||
|
@ -1403,7 +1403,7 @@
|
||||||
@ cdecl _wstrtime_s(ptr long) msvcrt._wstrtime_s
|
@ cdecl _wstrtime_s(ptr long) msvcrt._wstrtime_s
|
||||||
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
||||||
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
||||||
@ stub _wtmpnam
|
@ cdecl _wtmpnam(ptr) msvcrt._wtmpnam
|
||||||
@ stub _wtmpnam_s
|
@ stub _wtmpnam_s
|
||||||
@ cdecl _wtof(wstr) msvcrt._wtof
|
@ cdecl _wtof(wstr) msvcrt._wtof
|
||||||
@ cdecl _wtof_l(wstr ptr) msvcrt._wtof_l
|
@ cdecl _wtof_l(wstr ptr) msvcrt._wtof_l
|
||||||
|
@ -1531,7 +1531,7 @@
|
||||||
@ stub mbsrtowcs_s
|
@ stub mbsrtowcs_s
|
||||||
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
||||||
@ cdecl mbstowcs_s(ptr ptr long str long) msvcrt.mbstowcs_s
|
@ cdecl mbstowcs_s(ptr ptr long str long) msvcrt.mbstowcs_s
|
||||||
@ cdecl mbtowc(wstr str long) msvcrt.mbtowc
|
@ cdecl mbtowc(ptr str long) msvcrt.mbtowc
|
||||||
@ cdecl memchr(ptr long long) msvcrt.memchr
|
@ cdecl memchr(ptr long long) msvcrt.memchr
|
||||||
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
||||||
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
||||||
|
@ -1658,7 +1658,7 @@
|
||||||
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
||||||
@ cdecl wcstombs_s(ptr ptr long wstr long) msvcrt.wcstombs_s
|
@ cdecl wcstombs_s(ptr ptr long wstr long) msvcrt.wcstombs_s
|
||||||
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
||||||
@ stub wcsxfrm
|
@ cdecl wcsxfrm(ptr wstr long) msvcrt.wcsxfrm
|
||||||
@ cdecl wctob(long) msvcrt.wctob
|
@ cdecl wctob(long) msvcrt.wctob
|
||||||
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
||||||
@ stub wctomb_s
|
@ stub wctomb_s
|
||||||
|
|
|
@ -173,15 +173,15 @@
|
||||||
@ cdecl __p__daylight() msvcrt.__p__daylight
|
@ cdecl __p__daylight() msvcrt.__p__daylight
|
||||||
@ cdecl __p__dstbias() msvcrt.__p__dstbias
|
@ cdecl __p__dstbias() msvcrt.__p__dstbias
|
||||||
@ cdecl __p__environ() msvcrt.__p__environ
|
@ cdecl __p__environ() msvcrt.__p__environ
|
||||||
@ stub __p__fileinfo
|
@ cdecl __p__fileinfo() msvcrt.__p__fileinfo
|
||||||
@ cdecl __p__fmode() msvcrt.__p__fmode
|
@ cdecl __p__fmode() msvcrt.__p__fmode
|
||||||
@ cdecl __p__iob() msvcrt.__p__iob
|
@ cdecl __p__iob() msvcrt.__p__iob
|
||||||
@ stub __p__mbcasemap
|
@ cdecl __p__mbcasemap() msvcrt.__p__mbcasemap
|
||||||
@ cdecl __p__mbctype() msvcrt.__p__mbctype
|
@ cdecl __p__mbctype() msvcrt.__p__mbctype
|
||||||
@ cdecl __p__osver() msvcrt.__p__osver
|
@ cdecl __p__osver() msvcrt.__p__osver
|
||||||
@ cdecl __p__pctype() msvcrt.__p__pctype
|
@ cdecl __p__pctype() msvcrt.__p__pctype
|
||||||
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
||||||
@ stub __p__pwctype
|
@ cdecl __p__pwctype() msvcrt.__p__pwctype
|
||||||
@ cdecl __p__timezone() msvcrt.__p__timezone
|
@ cdecl __p__timezone() msvcrt.__p__timezone
|
||||||
@ cdecl __p__tzname() msvcrt.__p__tzname
|
@ cdecl __p__tzname() msvcrt.__p__tzname
|
||||||
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
||||||
|
@ -193,7 +193,7 @@
|
||||||
@ cdecl __pctype_func() msvcrt.__pctype_func
|
@ cdecl __pctype_func() msvcrt.__pctype_func
|
||||||
@ extern __pioinfo msvcrt.__pioinfo
|
@ extern __pioinfo msvcrt.__pioinfo
|
||||||
@ stub __pwctype_func
|
@ stub __pwctype_func
|
||||||
@ stub __pxcptinfoptrs
|
@ cdecl __pxcptinfoptrs() msvcrt.__pxcptinfoptrs
|
||||||
@ stub __security_error_handler
|
@ stub __security_error_handler
|
||||||
@ cdecl __set_app_type(long) msvcrt.__set_app_type
|
@ cdecl __set_app_type(long) msvcrt.__set_app_type
|
||||||
@ stub __set_buffer_overrun_handler
|
@ stub __set_buffer_overrun_handler
|
||||||
|
@ -234,7 +234,7 @@
|
||||||
@ cdecl _aligned_realloc(ptr long long) msvcrt._aligned_realloc
|
@ cdecl _aligned_realloc(ptr long long) msvcrt._aligned_realloc
|
||||||
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
||||||
@ cdecl _assert(str str long) msvcrt._assert
|
@ cdecl _assert(str str long) msvcrt._assert
|
||||||
@ stub _atodbl
|
@ cdecl _atodbl(ptr str) msvcrt._atodbl
|
||||||
@ cdecl -ret64 _atoi64(str) msvcrt._atoi64
|
@ cdecl -ret64 _atoi64(str) msvcrt._atoi64
|
||||||
@ cdecl _atoldbl(ptr str) msvcrt._atoldbl
|
@ cdecl _atoldbl(ptr str) msvcrt._atoldbl
|
||||||
@ cdecl _beep(long long) msvcrt._beep
|
@ cdecl _beep(long long) msvcrt._beep
|
||||||
|
@ -244,7 +244,7 @@
|
||||||
@ cdecl _cabs(long) msvcrt._cabs
|
@ cdecl _cabs(long) msvcrt._cabs
|
||||||
@ cdecl _callnewh(long) msvcrt._callnewh
|
@ cdecl _callnewh(long) msvcrt._callnewh
|
||||||
@ cdecl _cexit() msvcrt._cexit
|
@ cdecl _cexit() msvcrt._cexit
|
||||||
@ cdecl _cgets(str) msvcrt._cgets
|
@ cdecl _cgets(ptr) msvcrt._cgets
|
||||||
@ stub _cgetws
|
@ stub _cgetws
|
||||||
@ cdecl _chdir(str) msvcrt._chdir
|
@ cdecl _chdir(str) msvcrt._chdir
|
||||||
@ cdecl _chdrive(long) msvcrt._chdrive
|
@ cdecl _chdrive(long) msvcrt._chdrive
|
||||||
|
@ -313,7 +313,7 @@
|
||||||
@ cdecl _flushall() msvcrt._flushall
|
@ cdecl _flushall() msvcrt._flushall
|
||||||
@ extern _fmode msvcrt._fmode
|
@ extern _fmode msvcrt._fmode
|
||||||
@ cdecl _fpclass(double) msvcrt._fpclass
|
@ cdecl _fpclass(double) msvcrt._fpclass
|
||||||
@ stub _fpieee_flt
|
@ cdecl _fpieee_flt(long ptr ptr) msvcrt._fpieee_flt
|
||||||
@ cdecl _fpreset() msvcrt._fpreset
|
@ cdecl _fpreset() msvcrt._fpreset
|
||||||
@ cdecl _fputchar(long) msvcrt._fputchar
|
@ cdecl _fputchar(long) msvcrt._fputchar
|
||||||
@ cdecl _fputwchar(long) msvcrt._fputwchar
|
@ cdecl _fputwchar(long) msvcrt._fputwchar
|
||||||
|
@ -341,7 +341,7 @@
|
||||||
@ cdecl _getmaxstdio() msvcrt._getmaxstdio
|
@ cdecl _getmaxstdio() msvcrt._getmaxstdio
|
||||||
@ cdecl _getmbcp() msvcrt._getmbcp
|
@ cdecl _getmbcp() msvcrt._getmbcp
|
||||||
@ cdecl _getpid() msvcrt._getpid
|
@ cdecl _getpid() msvcrt._getpid
|
||||||
@ stub _getsystime
|
@ cdecl _getsystime(ptr) msvcrt._getsystime
|
||||||
@ cdecl _getw(ptr) msvcrt._getw
|
@ cdecl _getw(ptr) msvcrt._getw
|
||||||
@ stub _getwch
|
@ stub _getwch
|
||||||
@ stub _getwche
|
@ stub _getwche
|
||||||
|
@ -352,28 +352,28 @@
|
||||||
@ cdecl _heapchk() msvcrt._heapchk
|
@ cdecl _heapchk() msvcrt._heapchk
|
||||||
@ cdecl _heapmin() msvcrt._heapmin
|
@ cdecl _heapmin() msvcrt._heapmin
|
||||||
@ cdecl _heapset(long) msvcrt._heapset
|
@ cdecl _heapset(long) msvcrt._heapset
|
||||||
@ stub _heapused
|
@ cdecl _heapused(ptr ptr) msvcrt._heapused
|
||||||
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
||||||
@ cdecl _hypot(double double) msvcrt._hypot
|
@ cdecl _hypot(double double) msvcrt._hypot
|
||||||
@ cdecl _i64toa(int64 ptr long) msvcrt._i64toa
|
@ cdecl _i64toa(int64 ptr long) msvcrt._i64toa
|
||||||
@ cdecl _i64tow(int64 ptr long) msvcrt._i64tow
|
@ cdecl _i64tow(int64 ptr long) msvcrt._i64tow
|
||||||
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
||||||
@ stub -arch=i386 _inp
|
@ cdecl -arch=i386 _inp(long) msvcrt._inp
|
||||||
@ stub -arch=i386 _inpd
|
@ cdecl -arch=i386 _inpd(long) msvcrt._inpd
|
||||||
@ stub -arch=i386 _inpw
|
@ cdecl -arch=i386 _inpw(long) msvcrt._inpw
|
||||||
@ extern _iob msvcrt._iob
|
@ extern _iob msvcrt._iob
|
||||||
@ cdecl _isatty(long) msvcrt._isatty
|
@ cdecl _isatty(long) msvcrt._isatty
|
||||||
@ cdecl _isctype(long long) msvcrt._isctype
|
@ cdecl _isctype(long long) msvcrt._isctype
|
||||||
@ stub _ismbbalnum
|
@ cdecl _ismbbalnum(long) msvcrt._ismbbalnum
|
||||||
@ stub _ismbbalpha
|
@ cdecl _ismbbalpha(long) msvcrt._ismbbalpha
|
||||||
@ stub _ismbbgraph
|
@ cdecl _ismbbgraph(long) msvcrt._ismbbgraph
|
||||||
@ stub _ismbbkalnum
|
@ cdecl _ismbbkalnum(long) msvcrt._ismbbkalnum
|
||||||
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
||||||
@ stub _ismbbkprint
|
@ cdecl _ismbbkprint(long) msvcrt._ismbbkprint
|
||||||
@ stub _ismbbkpunct
|
@ cdecl _ismbbkpunct(long) msvcrt._ismbbkpunct
|
||||||
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
||||||
@ stub _ismbbprint
|
@ cdecl _ismbbprint(long) msvcrt._ismbbprint
|
||||||
@ stub _ismbbpunct
|
@ cdecl _ismbbpunct(long) msvcrt._ismbbpunct
|
||||||
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
||||||
@ cdecl _ismbcalnum(long) msvcrt._ismbcalnum
|
@ cdecl _ismbcalnum(long) msvcrt._ismbcalnum
|
||||||
@ cdecl _ismbcalpha(long) msvcrt._ismbcalpha
|
@ cdecl _ismbcalpha(long) msvcrt._ismbcalpha
|
||||||
|
@ -381,9 +381,9 @@
|
||||||
@ cdecl _ismbcgraph(long) msvcrt._ismbcgraph
|
@ cdecl _ismbcgraph(long) msvcrt._ismbcgraph
|
||||||
@ cdecl _ismbchira(long) msvcrt._ismbchira
|
@ cdecl _ismbchira(long) msvcrt._ismbchira
|
||||||
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
||||||
@ stub _ismbcl0
|
@ cdecl _ismbcl0(long) msvcrt._ismbcl0
|
||||||
@ stub _ismbcl1
|
@ cdecl _ismbcl1(long) msvcrt._ismbcl1
|
||||||
@ stub _ismbcl2
|
@ cdecl _ismbcl2(long) msvcrt._ismbcl2
|
||||||
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
||||||
@ cdecl _ismbclower(long) msvcrt._ismbclower
|
@ cdecl _ismbclower(long) msvcrt._ismbclower
|
||||||
@ cdecl _ismbcprint(long) msvcrt._ismbcprint
|
@ cdecl _ismbcprint(long) msvcrt._ismbcprint
|
||||||
|
@ -410,7 +410,7 @@
|
||||||
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
||||||
@ cdecl _lrotl(long long) msvcrt._lrotl
|
@ cdecl _lrotl(long long) msvcrt._lrotl
|
||||||
@ cdecl _lrotr(long long) msvcrt._lrotr
|
@ cdecl _lrotr(long long) msvcrt._lrotr
|
||||||
@ cdecl _lsearch(ptr ptr long long ptr) msvcrt._lsearch
|
@ cdecl _lsearch(ptr ptr ptr long ptr) msvcrt._lsearch
|
||||||
@ cdecl _lseek(long long long) msvcrt._lseek
|
@ cdecl _lseek(long long long) msvcrt._lseek
|
||||||
@ cdecl -ret64 _lseeki64(long int64 long) msvcrt._lseeki64
|
@ cdecl -ret64 _lseeki64(long int64 long) msvcrt._lseeki64
|
||||||
@ cdecl _ltoa(long ptr long) msvcrt._ltoa
|
@ cdecl _ltoa(long ptr long) msvcrt._ltoa
|
||||||
|
@ -419,12 +419,12 @@
|
||||||
@ cdecl _mbbtombc(long) msvcrt._mbbtombc
|
@ cdecl _mbbtombc(long) msvcrt._mbbtombc
|
||||||
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
||||||
@ stub _mbcasemap
|
@ stub _mbcasemap
|
||||||
@ cdecl _mbccpy(str str) msvcrt._mbccpy
|
@ cdecl _mbccpy(ptr str) msvcrt._mbccpy
|
||||||
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
||||||
@ stub _mbcjmstojis
|
@ cdecl _mbcjmstojis(long) msvcrt._mbcjmstojis
|
||||||
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
||||||
@ stub _mbctohira
|
@ cdecl _mbctohira(long) msvcrt._mbctohira
|
||||||
@ stub _mbctokata
|
@ cdecl _mbctokata(long) msvcrt._mbctokata
|
||||||
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
||||||
@ cdecl _mbctombb(long) msvcrt._mbctombb
|
@ cdecl _mbctombb(long) msvcrt._mbctombb
|
||||||
@ cdecl _mbctoupper(long) msvcrt._mbctoupper
|
@ cdecl _mbctoupper(long) msvcrt._mbctoupper
|
||||||
|
@ -446,25 +446,25 @@
|
||||||
@ cdecl _mbsnbcat(str str long) msvcrt._mbsnbcat
|
@ cdecl _mbsnbcat(str str long) msvcrt._mbsnbcat
|
||||||
@ cdecl _mbsnbcmp(str str long) msvcrt._mbsnbcmp
|
@ cdecl _mbsnbcmp(str str long) msvcrt._mbsnbcmp
|
||||||
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
||||||
@ stub _mbsnbcoll
|
@ cdecl _mbsnbcoll(str str long) msvcrt._mbsnbcoll
|
||||||
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
||||||
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
||||||
@ stub _mbsnbicoll
|
@ cdecl _mbsnbicoll(str str long) msvcrt._mbsnbicoll
|
||||||
@ cdecl _mbsnbset(str long long) msvcrt._mbsnbset
|
@ cdecl _mbsnbset(ptr long long) msvcrt._mbsnbset
|
||||||
@ cdecl _mbsncat(str str long) msvcrt._mbsncat
|
@ cdecl _mbsncat(str str long) msvcrt._mbsncat
|
||||||
@ cdecl _mbsnccnt(str long) msvcrt._mbsnccnt
|
@ cdecl _mbsnccnt(str long) msvcrt._mbsnccnt
|
||||||
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
||||||
@ stub _mbsncoll
|
@ cdecl _mbsncoll(str str long) msvcrt._mbsncoll
|
||||||
@ cdecl _mbsncpy(str str long) msvcrt._mbsncpy
|
@ cdecl _mbsncpy(ptr str long) msvcrt._mbsncpy
|
||||||
@ cdecl _mbsnextc(str) msvcrt._mbsnextc
|
@ cdecl _mbsnextc(str) msvcrt._mbsnextc
|
||||||
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
||||||
@ stub _mbsnicoll
|
@ cdecl _mbsnicoll(str str long) msvcrt._mbsnicoll
|
||||||
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
||||||
@ cdecl _mbsnset(str long long) msvcrt._mbsnset
|
@ cdecl _mbsnset(ptr long long) msvcrt._mbsnset
|
||||||
@ cdecl _mbspbrk(str str) msvcrt._mbspbrk
|
@ cdecl _mbspbrk(str str) msvcrt._mbspbrk
|
||||||
@ cdecl _mbsrchr(str long) msvcrt._mbsrchr
|
@ cdecl _mbsrchr(str long) msvcrt._mbsrchr
|
||||||
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
||||||
@ cdecl _mbsset(str long) msvcrt._mbsset
|
@ cdecl _mbsset(ptr long) msvcrt._mbsset
|
||||||
@ cdecl _mbsspn(str str) msvcrt._mbsspn
|
@ cdecl _mbsspn(str str) msvcrt._mbsspn
|
||||||
@ cdecl _mbsspnp(str str) msvcrt._mbsspnp
|
@ cdecl _mbsspnp(str str) msvcrt._mbsspnp
|
||||||
@ cdecl _mbsstr(str str) msvcrt._mbsstr
|
@ cdecl _mbsstr(str str) msvcrt._mbsstr
|
||||||
|
@ -483,9 +483,9 @@
|
||||||
@ cdecl _open_osfhandle(long long) msvcrt._open_osfhandle
|
@ cdecl _open_osfhandle(long long) msvcrt._open_osfhandle
|
||||||
@ extern _osplatform msvcrt._osplatform
|
@ extern _osplatform msvcrt._osplatform
|
||||||
@ extern _osver msvcrt._osver
|
@ extern _osver msvcrt._osver
|
||||||
@ stub -arch=i386 _outp
|
@ cdecl -arch=i386 _outp(long long) msvcrt._outp
|
||||||
@ stub -arch=i386 _outpd
|
@ cdecl -arch=i386 _outpd(long long) msvcrt._outpd
|
||||||
@ stub -arch=i386 _outpw
|
@ cdecl -arch=i386 _outpw(long long) msvcrt._outpw
|
||||||
@ cdecl _pclose(ptr) msvcrt._pclose
|
@ cdecl _pclose(ptr) msvcrt._pclose
|
||||||
@ extern _pctype msvcrt._pctype
|
@ extern _pctype msvcrt._pctype
|
||||||
@ extern _pgmptr msvcrt._pgmptr
|
@ extern _pgmptr msvcrt._pgmptr
|
||||||
|
@ -523,7 +523,7 @@
|
||||||
@ cdecl _setmaxstdio(long) msvcrt._setmaxstdio
|
@ cdecl _setmaxstdio(long) msvcrt._setmaxstdio
|
||||||
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
||||||
@ cdecl _setmode(long long) msvcrt._setmode
|
@ cdecl _setmode(long long) msvcrt._setmode
|
||||||
@ stub _setsystime
|
@ cdecl _setsystime(ptr long) msvcrt._setsystime
|
||||||
@ cdecl _sleep(long) msvcrt._sleep
|
@ cdecl _sleep(long) msvcrt._sleep
|
||||||
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
||||||
@ varargs _snscanf(str long str) msvcrt._snscanf
|
@ varargs _snscanf(str long str) msvcrt._snscanf
|
||||||
|
@ -550,9 +550,9 @@
|
||||||
@ cdecl _stricmp(str str) msvcrt._stricmp
|
@ cdecl _stricmp(str str) msvcrt._stricmp
|
||||||
@ cdecl _stricoll(str str) msvcrt._stricoll
|
@ cdecl _stricoll(str str) msvcrt._stricoll
|
||||||
@ cdecl _strlwr(str) msvcrt._strlwr
|
@ cdecl _strlwr(str) msvcrt._strlwr
|
||||||
@ stub _strncoll
|
@ cdecl _strncoll(str str long) msvcrt._strncoll
|
||||||
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
||||||
@ stub _strnicoll
|
@ cdecl _strnicoll(str str long) msvcrt._strnicoll
|
||||||
@ cdecl _strnset(str long long) msvcrt._strnset
|
@ cdecl _strnset(str long long) msvcrt._strnset
|
||||||
@ cdecl _strrev(str) msvcrt._strrev
|
@ cdecl _strrev(str) msvcrt._strrev
|
||||||
@ cdecl _strset(str long) msvcrt._strset
|
@ cdecl _strset(str long) msvcrt._strset
|
||||||
|
@ -599,7 +599,7 @@
|
||||||
@ cdecl _wcsicmp(wstr wstr) msvcrt._wcsicmp
|
@ cdecl _wcsicmp(wstr wstr) msvcrt._wcsicmp
|
||||||
@ cdecl _wcsicoll(wstr wstr) msvcrt._wcsicoll
|
@ cdecl _wcsicoll(wstr wstr) msvcrt._wcsicoll
|
||||||
@ cdecl _wcslwr(wstr) msvcrt._wcslwr
|
@ cdecl _wcslwr(wstr) msvcrt._wcslwr
|
||||||
@ stub _wcsncoll
|
@ cdecl _wcsncoll(wstr wstr long) msvcrt._wcsncoll
|
||||||
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
||||||
@ cdecl _wcsnicoll(wstr wstr long) msvcrt._wcsnicoll
|
@ cdecl _wcsnicoll(wstr wstr long) msvcrt._wcsnicoll
|
||||||
@ cdecl _wcsnset(wstr long long) msvcrt._wcsnset
|
@ cdecl _wcsnset(wstr long long) msvcrt._wcsnset
|
||||||
|
@ -641,7 +641,7 @@
|
||||||
@ cdecl _wmkdir(wstr) msvcrt._wmkdir
|
@ cdecl _wmkdir(wstr) msvcrt._wmkdir
|
||||||
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
||||||
@ varargs _wopen(wstr long) msvcrt._wopen
|
@ varargs _wopen(wstr long) msvcrt._wopen
|
||||||
@ stub _wperror
|
@ cdecl _wperror(wstr) msvcrt._wperror
|
||||||
@ extern _wpgmptr msvcrt._wpgmptr
|
@ extern _wpgmptr msvcrt._wpgmptr
|
||||||
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
||||||
@ cdecl _wputenv(wstr) msvcrt._wputenv
|
@ cdecl _wputenv(wstr) msvcrt._wputenv
|
||||||
|
@ -668,7 +668,7 @@
|
||||||
@ cdecl _wstrtime(ptr) msvcrt._wstrtime
|
@ cdecl _wstrtime(ptr) msvcrt._wstrtime
|
||||||
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
||||||
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
||||||
@ stub _wtmpnam
|
@ cdecl _wtmpnam(ptr) msvcrt._wtmpnam
|
||||||
@ cdecl _wtof(wstr) msvcrt._wtof
|
@ cdecl _wtof(wstr) msvcrt._wtof
|
||||||
@ cdecl _wtoi(wstr) msvcrt._wtoi
|
@ cdecl _wtoi(wstr) msvcrt._wtoi
|
||||||
@ cdecl -ret64 _wtoi64(wstr) msvcrt._wtoi64
|
@ cdecl -ret64 _wtoi64(wstr) msvcrt._wtoi64
|
||||||
|
@ -775,7 +775,7 @@
|
||||||
@ cdecl malloc(long) msvcrt.malloc
|
@ cdecl malloc(long) msvcrt.malloc
|
||||||
@ cdecl mblen(ptr long) msvcrt.mblen
|
@ cdecl mblen(ptr long) msvcrt.mblen
|
||||||
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
||||||
@ cdecl mbtowc(wstr str long) msvcrt.mbtowc
|
@ cdecl mbtowc(ptr str long) msvcrt.mbtowc
|
||||||
@ cdecl memchr(ptr long long) msvcrt.memchr
|
@ cdecl memchr(ptr long long) msvcrt.memchr
|
||||||
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
||||||
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
||||||
|
@ -870,7 +870,7 @@
|
||||||
@ cdecl wcstol(wstr ptr long) msvcrt.wcstol
|
@ cdecl wcstol(wstr ptr long) msvcrt.wcstol
|
||||||
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
||||||
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
||||||
@ stub wcsxfrm
|
@ cdecl wcsxfrm(ptr wstr long) msvcrt.wcsxfrm
|
||||||
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
||||||
@ varargs wprintf(wstr) msvcrt.wprintf
|
@ varargs wprintf(wstr) msvcrt.wprintf
|
||||||
@ varargs wscanf(wstr) msvcrt.wscanf
|
@ varargs wscanf(wstr) msvcrt.wscanf
|
||||||
|
|
|
@ -168,15 +168,15 @@
|
||||||
@ cdecl __p__daylight() msvcrt.__p__daylight
|
@ cdecl __p__daylight() msvcrt.__p__daylight
|
||||||
@ cdecl __p__dstbias() msvcrt.__p__dstbias
|
@ cdecl __p__dstbias() msvcrt.__p__dstbias
|
||||||
@ cdecl __p__environ() msvcrt.__p__environ
|
@ cdecl __p__environ() msvcrt.__p__environ
|
||||||
@ stub __p__fileinfo
|
@ cdecl __p__fileinfo() msvcrt.__p__fileinfo
|
||||||
@ cdecl __p__fmode() msvcrt.__p__fmode
|
@ cdecl __p__fmode() msvcrt.__p__fmode
|
||||||
@ cdecl __p__iob() msvcrt.__p__iob
|
@ cdecl __p__iob() msvcrt.__p__iob
|
||||||
@ stub __p__mbcasemap
|
@ cdecl __p__mbcasemap() msvcrt.__p__mbcasemap
|
||||||
@ cdecl __p__mbctype() msvcrt.__p__mbctype
|
@ cdecl __p__mbctype() msvcrt.__p__mbctype
|
||||||
@ cdecl __p__osver() msvcrt.__p__osver
|
@ cdecl __p__osver() msvcrt.__p__osver
|
||||||
@ cdecl __p__pctype() msvcrt.__p__pctype
|
@ cdecl __p__pctype() msvcrt.__p__pctype
|
||||||
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
||||||
@ stub __p__pwctype
|
@ cdecl __p__pwctype() msvcrt.__p__pwctype
|
||||||
@ cdecl __p__timezone() msvcrt.__p__timezone
|
@ cdecl __p__timezone() msvcrt.__p__timezone
|
||||||
@ cdecl __p__tzname() msvcrt.__p__tzname
|
@ cdecl __p__tzname() msvcrt.__p__tzname
|
||||||
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
||||||
|
@ -188,7 +188,7 @@
|
||||||
@ cdecl __pctype_func() msvcrt.__pctype_func
|
@ cdecl __pctype_func() msvcrt.__pctype_func
|
||||||
@ extern __pioinfo msvcrt.__pioinfo
|
@ extern __pioinfo msvcrt.__pioinfo
|
||||||
@ stub __pwctype_func
|
@ stub __pwctype_func
|
||||||
@ stub __pxcptinfoptrs
|
@ cdecl __pxcptinfoptrs() msvcrt.__pxcptinfoptrs
|
||||||
@ stub __security_error_handler
|
@ stub __security_error_handler
|
||||||
@ cdecl __set_app_type(long) msvcrt.__set_app_type
|
@ cdecl __set_app_type(long) msvcrt.__set_app_type
|
||||||
@ stub __set_buffer_overrun_handler
|
@ stub __set_buffer_overrun_handler
|
||||||
|
@ -229,7 +229,7 @@
|
||||||
@ cdecl _aligned_realloc(ptr long long) msvcrt._aligned_realloc
|
@ cdecl _aligned_realloc(ptr long long) msvcrt._aligned_realloc
|
||||||
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
||||||
@ cdecl _assert(str str long) msvcrt._assert
|
@ cdecl _assert(str str long) msvcrt._assert
|
||||||
@ stub _atodbl
|
@ cdecl _atodbl(ptr str) msvcrt._atodbl
|
||||||
@ cdecl -ret64 _atoi64(str) msvcrt._atoi64
|
@ cdecl -ret64 _atoi64(str) msvcrt._atoi64
|
||||||
@ cdecl _atoldbl(ptr str) msvcrt._atoldbl
|
@ cdecl _atoldbl(ptr str) msvcrt._atoldbl
|
||||||
@ cdecl _beep(long long) msvcrt._beep
|
@ cdecl _beep(long long) msvcrt._beep
|
||||||
|
@ -239,7 +239,7 @@
|
||||||
@ cdecl _cabs(long) msvcrt._cabs
|
@ cdecl _cabs(long) msvcrt._cabs
|
||||||
@ cdecl _callnewh(long) msvcrt._callnewh
|
@ cdecl _callnewh(long) msvcrt._callnewh
|
||||||
@ cdecl _cexit() msvcrt._cexit
|
@ cdecl _cexit() msvcrt._cexit
|
||||||
@ cdecl _cgets(str) msvcrt._cgets
|
@ cdecl _cgets(ptr) msvcrt._cgets
|
||||||
@ stub _cgetws
|
@ stub _cgetws
|
||||||
@ cdecl _chdir(str) msvcrt._chdir
|
@ cdecl _chdir(str) msvcrt._chdir
|
||||||
@ cdecl _chdrive(long) msvcrt._chdrive
|
@ cdecl _chdrive(long) msvcrt._chdrive
|
||||||
|
@ -307,7 +307,7 @@
|
||||||
@ cdecl _flushall() msvcrt._flushall
|
@ cdecl _flushall() msvcrt._flushall
|
||||||
@ extern _fmode msvcrt._fmode
|
@ extern _fmode msvcrt._fmode
|
||||||
@ cdecl _fpclass(double) msvcrt._fpclass
|
@ cdecl _fpclass(double) msvcrt._fpclass
|
||||||
@ stub _fpieee_flt
|
@ cdecl _fpieee_flt(long ptr ptr) msvcrt._fpieee_flt
|
||||||
@ cdecl _fpreset() msvcrt._fpreset
|
@ cdecl _fpreset() msvcrt._fpreset
|
||||||
@ cdecl _fputchar(long) msvcrt._fputchar
|
@ cdecl _fputchar(long) msvcrt._fputchar
|
||||||
@ cdecl _fputwchar(long) msvcrt._fputwchar
|
@ cdecl _fputwchar(long) msvcrt._fputwchar
|
||||||
|
@ -336,7 +336,7 @@
|
||||||
@ cdecl _getmaxstdio() msvcrt._getmaxstdio
|
@ cdecl _getmaxstdio() msvcrt._getmaxstdio
|
||||||
@ cdecl _getmbcp() msvcrt._getmbcp
|
@ cdecl _getmbcp() msvcrt._getmbcp
|
||||||
@ cdecl _getpid() msvcrt._getpid
|
@ cdecl _getpid() msvcrt._getpid
|
||||||
@ stub _getsystime
|
@ cdecl _getsystime(ptr) msvcrt._getsystime
|
||||||
@ cdecl _getw(ptr) msvcrt._getw
|
@ cdecl _getw(ptr) msvcrt._getw
|
||||||
@ stub _getwch
|
@ stub _getwch
|
||||||
@ stub _getwche
|
@ stub _getwche
|
||||||
|
@ -347,28 +347,28 @@
|
||||||
@ cdecl _heapchk() msvcrt._heapchk
|
@ cdecl _heapchk() msvcrt._heapchk
|
||||||
@ cdecl _heapmin() msvcrt._heapmin
|
@ cdecl _heapmin() msvcrt._heapmin
|
||||||
@ cdecl _heapset(long) msvcrt._heapset
|
@ cdecl _heapset(long) msvcrt._heapset
|
||||||
@ stub _heapused
|
@ cdecl _heapused(ptr ptr) msvcrt._heapused
|
||||||
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
||||||
@ cdecl _hypot(double double) msvcrt._hypot
|
@ cdecl _hypot(double double) msvcrt._hypot
|
||||||
@ cdecl _i64toa(int64 ptr long) msvcrt._i64toa
|
@ cdecl _i64toa(int64 ptr long) msvcrt._i64toa
|
||||||
@ cdecl _i64tow(int64 ptr long) msvcrt._i64tow
|
@ cdecl _i64tow(int64 ptr long) msvcrt._i64tow
|
||||||
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
||||||
@ stub -arch=i386 _inp
|
@ cdecl -arch=i386 _inp(long) msvcrt._inp
|
||||||
@ stub -arch=i386 _inpd
|
@ cdecl -arch=i386 _inpd(long) msvcrt._inpd
|
||||||
@ stub -arch=i386 _inpw
|
@ cdecl -arch=i386 _inpw(long) msvcrt._inpw
|
||||||
@ extern _iob msvcrt._iob
|
@ extern _iob msvcrt._iob
|
||||||
@ cdecl _isatty(long) msvcrt._isatty
|
@ cdecl _isatty(long) msvcrt._isatty
|
||||||
@ cdecl _isctype(long long) msvcrt._isctype
|
@ cdecl _isctype(long long) msvcrt._isctype
|
||||||
@ stub _ismbbalnum
|
@ cdecl _ismbbalnum(long) msvcrt._ismbbalnum
|
||||||
@ stub _ismbbalpha
|
@ cdecl _ismbbalpha(long) msvcrt._ismbbalpha
|
||||||
@ stub _ismbbgraph
|
@ cdecl _ismbbgraph(long) msvcrt._ismbbgraph
|
||||||
@ stub _ismbbkalnum
|
@ cdecl _ismbbkalnum(long) msvcrt._ismbbkalnum
|
||||||
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
||||||
@ stub _ismbbkprint
|
@ cdecl _ismbbkprint(long) msvcrt._ismbbkprint
|
||||||
@ stub _ismbbkpunct
|
@ cdecl _ismbbkpunct(long) msvcrt._ismbbkpunct
|
||||||
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
||||||
@ stub _ismbbprint
|
@ cdecl _ismbbprint(long) msvcrt._ismbbprint
|
||||||
@ stub _ismbbpunct
|
@ cdecl _ismbbpunct(long) msvcrt._ismbbpunct
|
||||||
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
||||||
@ cdecl _ismbcalnum(long) msvcrt._ismbcalnum
|
@ cdecl _ismbcalnum(long) msvcrt._ismbcalnum
|
||||||
@ cdecl _ismbcalpha(long) msvcrt._ismbcalpha
|
@ cdecl _ismbcalpha(long) msvcrt._ismbcalpha
|
||||||
|
@ -376,9 +376,9 @@
|
||||||
@ cdecl _ismbcgraph(long) msvcrt._ismbcgraph
|
@ cdecl _ismbcgraph(long) msvcrt._ismbcgraph
|
||||||
@ cdecl _ismbchira(long) msvcrt._ismbchira
|
@ cdecl _ismbchira(long) msvcrt._ismbchira
|
||||||
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
||||||
@ stub _ismbcl0
|
@ cdecl _ismbcl0(long) msvcrt._ismbcl0
|
||||||
@ stub _ismbcl1
|
@ cdecl _ismbcl1(long) msvcrt._ismbcl1
|
||||||
@ stub _ismbcl2
|
@ cdecl _ismbcl2(long) msvcrt._ismbcl2
|
||||||
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
||||||
@ cdecl _ismbclower(long) msvcrt._ismbclower
|
@ cdecl _ismbclower(long) msvcrt._ismbclower
|
||||||
@ cdecl _ismbcprint(long) msvcrt._ismbcprint
|
@ cdecl _ismbcprint(long) msvcrt._ismbcprint
|
||||||
|
@ -405,7 +405,7 @@
|
||||||
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
||||||
@ cdecl _lrotl(long long) msvcrt._lrotl
|
@ cdecl _lrotl(long long) msvcrt._lrotl
|
||||||
@ cdecl _lrotr(long long) msvcrt._lrotr
|
@ cdecl _lrotr(long long) msvcrt._lrotr
|
||||||
@ cdecl _lsearch(ptr ptr long long ptr) msvcrt._lsearch
|
@ cdecl _lsearch(ptr ptr ptr long ptr) msvcrt._lsearch
|
||||||
@ cdecl _lseek(long long long) msvcrt._lseek
|
@ cdecl _lseek(long long long) msvcrt._lseek
|
||||||
@ cdecl -ret64 _lseeki64(long int64 long) msvcrt._lseeki64
|
@ cdecl -ret64 _lseeki64(long int64 long) msvcrt._lseeki64
|
||||||
@ cdecl _ltoa(long ptr long) msvcrt._ltoa
|
@ cdecl _ltoa(long ptr long) msvcrt._ltoa
|
||||||
|
@ -414,12 +414,12 @@
|
||||||
@ cdecl _mbbtombc(long) msvcrt._mbbtombc
|
@ cdecl _mbbtombc(long) msvcrt._mbbtombc
|
||||||
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
||||||
@ stub _mbcasemap
|
@ stub _mbcasemap
|
||||||
@ cdecl _mbccpy(str str) msvcrt._mbccpy
|
@ cdecl _mbccpy(ptr str) msvcrt._mbccpy
|
||||||
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
||||||
@ stub _mbcjmstojis
|
@ cdecl _mbcjmstojis(long) msvcrt._mbcjmstojis
|
||||||
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
||||||
@ stub _mbctohira
|
@ cdecl _mbctohira(long) msvcrt._mbctohira
|
||||||
@ stub _mbctokata
|
@ cdecl _mbctokata(long) msvcrt._mbctokata
|
||||||
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
||||||
@ cdecl _mbctombb(long) msvcrt._mbctombb
|
@ cdecl _mbctombb(long) msvcrt._mbctombb
|
||||||
@ cdecl _mbctoupper(long) msvcrt._mbctoupper
|
@ cdecl _mbctoupper(long) msvcrt._mbctoupper
|
||||||
|
@ -441,25 +441,25 @@
|
||||||
@ cdecl _mbsnbcat(str str long) msvcrt._mbsnbcat
|
@ cdecl _mbsnbcat(str str long) msvcrt._mbsnbcat
|
||||||
@ cdecl _mbsnbcmp(str str long) msvcrt._mbsnbcmp
|
@ cdecl _mbsnbcmp(str str long) msvcrt._mbsnbcmp
|
||||||
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
||||||
@ stub _mbsnbcoll
|
@ cdecl _mbsnbcoll(str str long) msvcrt._mbsnbcoll
|
||||||
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
||||||
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
||||||
@ stub _mbsnbicoll
|
@ cdecl _mbsnbicoll(str str long) msvcrt._mbsnbicoll
|
||||||
@ cdecl _mbsnbset(str long long) msvcrt._mbsnbset
|
@ cdecl _mbsnbset(ptr long long) msvcrt._mbsnbset
|
||||||
@ cdecl _mbsncat(str str long) msvcrt._mbsncat
|
@ cdecl _mbsncat(str str long) msvcrt._mbsncat
|
||||||
@ cdecl _mbsnccnt(str long) msvcrt._mbsnccnt
|
@ cdecl _mbsnccnt(str long) msvcrt._mbsnccnt
|
||||||
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
||||||
@ stub _mbsncoll
|
@ cdecl _mbsncoll(str str long) msvcrt._mbsncoll
|
||||||
@ cdecl _mbsncpy(str str long) msvcrt._mbsncpy
|
@ cdecl _mbsncpy(ptr str long) msvcrt._mbsncpy
|
||||||
@ cdecl _mbsnextc(str) msvcrt._mbsnextc
|
@ cdecl _mbsnextc(str) msvcrt._mbsnextc
|
||||||
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
||||||
@ stub _mbsnicoll
|
@ cdecl _mbsnicoll(str str long) msvcrt._mbsnicoll
|
||||||
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
||||||
@ cdecl _mbsnset(str long long) msvcrt._mbsnset
|
@ cdecl _mbsnset(ptr long long) msvcrt._mbsnset
|
||||||
@ cdecl _mbspbrk(str str) msvcrt._mbspbrk
|
@ cdecl _mbspbrk(str str) msvcrt._mbspbrk
|
||||||
@ cdecl _mbsrchr(str long) msvcrt._mbsrchr
|
@ cdecl _mbsrchr(str long) msvcrt._mbsrchr
|
||||||
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
||||||
@ cdecl _mbsset(str long) msvcrt._mbsset
|
@ cdecl _mbsset(ptr long) msvcrt._mbsset
|
||||||
@ cdecl _mbsspn(str str) msvcrt._mbsspn
|
@ cdecl _mbsspn(str str) msvcrt._mbsspn
|
||||||
@ cdecl _mbsspnp(str str) msvcrt._mbsspnp
|
@ cdecl _mbsspnp(str str) msvcrt._mbsspnp
|
||||||
@ cdecl _mbsstr(str str) msvcrt._mbsstr
|
@ cdecl _mbsstr(str str) msvcrt._mbsstr
|
||||||
|
@ -478,9 +478,9 @@
|
||||||
@ cdecl _open_osfhandle(long long) msvcrt._open_osfhandle
|
@ cdecl _open_osfhandle(long long) msvcrt._open_osfhandle
|
||||||
@ extern _osplatform msvcrt._osplatform
|
@ extern _osplatform msvcrt._osplatform
|
||||||
@ extern _osver msvcrt._osver
|
@ extern _osver msvcrt._osver
|
||||||
@ stub -arch=i386 _outp
|
@ cdecl -arch=i386 _outp(long long) msvcrt._outp
|
||||||
@ stub -arch=i386 _outpd
|
@ cdecl -arch=i386 _outpd(long long) msvcrt._outpd
|
||||||
@ stub -arch=i386 _outpw
|
@ cdecl -arch=i386 _outpw(long long) msvcrt._outpw
|
||||||
@ cdecl _pclose(ptr) msvcrt._pclose
|
@ cdecl _pclose(ptr) msvcrt._pclose
|
||||||
@ extern _pctype msvcrt._pctype
|
@ extern _pctype msvcrt._pctype
|
||||||
@ extern _pgmptr msvcrt._pgmptr
|
@ extern _pgmptr msvcrt._pgmptr
|
||||||
|
@ -519,7 +519,7 @@
|
||||||
@ cdecl _setmaxstdio(long) msvcrt._setmaxstdio
|
@ cdecl _setmaxstdio(long) msvcrt._setmaxstdio
|
||||||
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
||||||
@ cdecl _setmode(long long) msvcrt._setmode
|
@ cdecl _setmode(long long) msvcrt._setmode
|
||||||
@ stub _setsystime
|
@ cdecl _setsystime(ptr long) msvcrt._setsystime
|
||||||
@ cdecl _sleep(long) msvcrt._sleep
|
@ cdecl _sleep(long) msvcrt._sleep
|
||||||
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
||||||
@ varargs _snscanf(str long str) msvcrt._snscanf
|
@ varargs _snscanf(str long str) msvcrt._snscanf
|
||||||
|
@ -546,9 +546,9 @@
|
||||||
@ cdecl _stricmp(str str) msvcrt._stricmp
|
@ cdecl _stricmp(str str) msvcrt._stricmp
|
||||||
@ cdecl _stricoll(str str) msvcrt._stricoll
|
@ cdecl _stricoll(str str) msvcrt._stricoll
|
||||||
@ cdecl _strlwr(str) msvcrt._strlwr
|
@ cdecl _strlwr(str) msvcrt._strlwr
|
||||||
@ stub _strncoll
|
@ cdecl _strncoll(str str long) msvcrt._strncoll
|
||||||
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
||||||
@ stub _strnicoll
|
@ cdecl _strnicoll(str str long) msvcrt._strnicoll
|
||||||
@ cdecl _strnset(str long long) msvcrt._strnset
|
@ cdecl _strnset(str long long) msvcrt._strnset
|
||||||
@ cdecl _strrev(str) msvcrt._strrev
|
@ cdecl _strrev(str) msvcrt._strrev
|
||||||
@ cdecl _strset(str long) msvcrt._strset
|
@ cdecl _strset(str long) msvcrt._strset
|
||||||
|
@ -595,7 +595,7 @@
|
||||||
@ cdecl _wcsicmp(wstr wstr) msvcrt._wcsicmp
|
@ cdecl _wcsicmp(wstr wstr) msvcrt._wcsicmp
|
||||||
@ cdecl _wcsicoll(wstr wstr) msvcrt._wcsicoll
|
@ cdecl _wcsicoll(wstr wstr) msvcrt._wcsicoll
|
||||||
@ cdecl _wcslwr(wstr) msvcrt._wcslwr
|
@ cdecl _wcslwr(wstr) msvcrt._wcslwr
|
||||||
@ stub _wcsncoll
|
@ cdecl _wcsncoll(wstr wstr long) msvcrt._wcsncoll
|
||||||
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
||||||
@ cdecl _wcsnicoll(wstr wstr long) msvcrt._wcsnicoll
|
@ cdecl _wcsnicoll(wstr wstr long) msvcrt._wcsnicoll
|
||||||
@ cdecl _wcsnset(wstr long long) msvcrt._wcsnset
|
@ cdecl _wcsnset(wstr long long) msvcrt._wcsnset
|
||||||
|
@ -637,7 +637,7 @@
|
||||||
@ cdecl _wmkdir(wstr) msvcrt._wmkdir
|
@ cdecl _wmkdir(wstr) msvcrt._wmkdir
|
||||||
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
||||||
@ varargs _wopen(wstr long) msvcrt._wopen
|
@ varargs _wopen(wstr long) msvcrt._wopen
|
||||||
@ stub _wperror
|
@ cdecl _wperror(wstr) msvcrt._wperror
|
||||||
@ extern _wpgmptr msvcrt._wpgmptr
|
@ extern _wpgmptr msvcrt._wpgmptr
|
||||||
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
||||||
@ cdecl _wputenv(wstr) msvcrt._wputenv
|
@ cdecl _wputenv(wstr) msvcrt._wputenv
|
||||||
|
@ -664,7 +664,7 @@
|
||||||
@ cdecl _wstrtime(ptr) msvcrt._wstrtime
|
@ cdecl _wstrtime(ptr) msvcrt._wstrtime
|
||||||
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
||||||
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
||||||
@ stub _wtmpnam
|
@ cdecl _wtmpnam(ptr) msvcrt._wtmpnam
|
||||||
@ cdecl _wtof(wstr) msvcrt._wtof
|
@ cdecl _wtof(wstr) msvcrt._wtof
|
||||||
@ cdecl _wtoi(wstr) msvcrt._wtoi
|
@ cdecl _wtoi(wstr) msvcrt._wtoi
|
||||||
@ cdecl -ret64 _wtoi64(wstr) msvcrt._wtoi64
|
@ cdecl -ret64 _wtoi64(wstr) msvcrt._wtoi64
|
||||||
|
@ -771,7 +771,7 @@
|
||||||
@ cdecl malloc(long) msvcrt.malloc
|
@ cdecl malloc(long) msvcrt.malloc
|
||||||
@ cdecl mblen(ptr long) msvcrt.mblen
|
@ cdecl mblen(ptr long) msvcrt.mblen
|
||||||
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
||||||
@ cdecl mbtowc(wstr str long) msvcrt.mbtowc
|
@ cdecl mbtowc(ptr str long) msvcrt.mbtowc
|
||||||
@ cdecl memchr(ptr long long) msvcrt.memchr
|
@ cdecl memchr(ptr long long) msvcrt.memchr
|
||||||
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
||||||
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
||||||
|
@ -866,7 +866,7 @@
|
||||||
@ cdecl wcstol(wstr ptr long) msvcrt.wcstol
|
@ cdecl wcstol(wstr ptr long) msvcrt.wcstol
|
||||||
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
||||||
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
||||||
@ stub wcsxfrm
|
@ cdecl wcsxfrm(ptr wstr long) msvcrt.wcsxfrm
|
||||||
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
||||||
@ varargs wprintf(wstr) msvcrt.wprintf
|
@ varargs wprintf(wstr) msvcrt.wprintf
|
||||||
@ varargs wscanf(wstr) msvcrt.wscanf
|
@ varargs wscanf(wstr) msvcrt.wscanf
|
||||||
|
|
|
@ -267,13 +267,13 @@
|
||||||
@ cdecl __p__environ() msvcrt.__p__environ
|
@ cdecl __p__environ() msvcrt.__p__environ
|
||||||
@ cdecl __p__fmode() msvcrt.__p__fmode
|
@ cdecl __p__fmode() msvcrt.__p__fmode
|
||||||
@ cdecl __p__iob() msvcrt.__p__iob
|
@ cdecl __p__iob() msvcrt.__p__iob
|
||||||
@ stub __p__mbcasemap
|
@ cdecl __p__mbcasemap() msvcrt.__p__mbcasemap
|
||||||
@ cdecl __p__mbctype() msvcrt.__p__mbctype
|
@ cdecl __p__mbctype() msvcrt.__p__mbctype
|
||||||
@ stub __p__osplatform
|
@ stub __p__osplatform
|
||||||
@ cdecl __p__osver() msvcrt.__p__osver
|
@ cdecl __p__osver() msvcrt.__p__osver
|
||||||
@ cdecl __p__pctype() msvcrt.__p__pctype
|
@ cdecl __p__pctype() msvcrt.__p__pctype
|
||||||
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
||||||
@ stub __p__pwctype
|
@ cdecl __p__pwctype() msvcrt.__p__pwctype
|
||||||
@ cdecl __p__timezone() msvcrt.__p__timezone
|
@ cdecl __p__timezone() msvcrt.__p__timezone
|
||||||
@ cdecl __p__tzname() msvcrt.__p__tzname
|
@ cdecl __p__tzname() msvcrt.__p__tzname
|
||||||
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
||||||
|
@ -285,7 +285,7 @@
|
||||||
@ cdecl __pctype_func() msvcrt.__pctype_func
|
@ cdecl __pctype_func() msvcrt.__pctype_func
|
||||||
@ extern __pioinfo msvcrt.__pioinfo
|
@ extern __pioinfo msvcrt.__pioinfo
|
||||||
@ stub __pwctype_func
|
@ stub __pwctype_func
|
||||||
@ stub __pxcptinfoptrs
|
@ cdecl __pxcptinfoptrs() msvcrt.__pxcptinfoptrs
|
||||||
@ stub __report_gsfailure
|
@ stub __report_gsfailure
|
||||||
@ cdecl __set_app_type(long) msvcrt.__set_app_type
|
@ cdecl __set_app_type(long) msvcrt.__set_app_type
|
||||||
@ stub __set_flsgetvalue
|
@ stub __set_flsgetvalue
|
||||||
|
@ -341,7 +341,7 @@
|
||||||
@ stub _aligned_recalloc
|
@ stub _aligned_recalloc
|
||||||
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
||||||
@ cdecl _assert(str str long) msvcrt._assert
|
@ cdecl _assert(str str long) msvcrt._assert
|
||||||
@ stub _atodbl
|
@ cdecl _atodbl(ptr str) msvcrt._atodbl
|
||||||
@ stub _atodbl_l
|
@ stub _atodbl_l
|
||||||
@ cdecl _atof_l(str ptr) msvcrt._atof_l
|
@ cdecl _atof_l(str ptr) msvcrt._atof_l
|
||||||
@ cdecl _atoflt(ptr str) msvcr90._atoflt
|
@ cdecl _atoflt(ptr str) msvcr90._atoflt
|
||||||
|
@ -363,7 +363,7 @@
|
||||||
@ cdecl _callnewh(long) msvcrt._callnewh
|
@ cdecl _callnewh(long) msvcrt._callnewh
|
||||||
@ cdecl _calloc_crt(long long) msvcrt.calloc
|
@ cdecl _calloc_crt(long long) msvcrt.calloc
|
||||||
@ cdecl _cexit() msvcrt._cexit
|
@ cdecl _cexit() msvcrt._cexit
|
||||||
@ cdecl _cgets(str) msvcrt._cgets
|
@ cdecl _cgets(ptr) msvcrt._cgets
|
||||||
@ stub _cgets_s
|
@ stub _cgets_s
|
||||||
@ stub _cgetws
|
@ stub _cgetws
|
||||||
@ stub _cgetws_s
|
@ stub _cgetws_s
|
||||||
|
@ -471,7 +471,7 @@
|
||||||
@ cdecl _flushall() msvcrt._flushall
|
@ cdecl _flushall() msvcrt._flushall
|
||||||
@ extern _fmode msvcrt._fmode
|
@ extern _fmode msvcrt._fmode
|
||||||
@ cdecl _fpclass(double) msvcrt._fpclass
|
@ cdecl _fpclass(double) msvcrt._fpclass
|
||||||
@ stub _fpieee_flt
|
@ cdecl _fpieee_flt(long ptr ptr) msvcrt._fpieee_flt
|
||||||
@ cdecl _fpreset() msvcrt._fpreset
|
@ cdecl _fpreset() msvcrt._fpreset
|
||||||
@ stub _fprintf_l
|
@ stub _fprintf_l
|
||||||
@ stub _fprintf_p
|
@ stub _fprintf_p
|
||||||
|
@ -536,7 +536,7 @@
|
||||||
@ cdecl _get_terminate() msvcrt._get_terminate
|
@ cdecl _get_terminate() msvcrt._get_terminate
|
||||||
@ stub _get_timezone
|
@ stub _get_timezone
|
||||||
@ cdecl _get_tzname(ptr str long long) msvcrt._get_tzname
|
@ cdecl _get_tzname(ptr str long long) msvcrt._get_tzname
|
||||||
@ stub _get_unexpected
|
@ cdecl _get_unexpected() msvcrt._get_unexpected
|
||||||
@ stub _get_winmajor
|
@ stub _get_winmajor
|
||||||
@ stub _get_winminor
|
@ stub _get_winminor
|
||||||
@ stub _get_winver
|
@ stub _get_winver
|
||||||
|
@ -556,7 +556,7 @@
|
||||||
@ cdecl _getmbcp() msvcrt._getmbcp
|
@ cdecl _getmbcp() msvcrt._getmbcp
|
||||||
@ cdecl _getpid() msvcrt._getpid
|
@ cdecl _getpid() msvcrt._getpid
|
||||||
@ stub _getptd
|
@ stub _getptd
|
||||||
@ stub _getsystime
|
@ cdecl _getsystime(ptr) msvcrt._getsystime
|
||||||
@ cdecl _getw(ptr) msvcrt._getw
|
@ cdecl _getw(ptr) msvcrt._getw
|
||||||
@ stub _getwch
|
@ stub _getwch
|
||||||
@ stub _getwch_nolock
|
@ stub _getwch_nolock
|
||||||
|
@ -573,7 +573,7 @@
|
||||||
@ cdecl _heapchk() msvcrt._heapchk
|
@ cdecl _heapchk() msvcrt._heapchk
|
||||||
@ cdecl _heapmin() msvcrt._heapmin
|
@ cdecl _heapmin() msvcrt._heapmin
|
||||||
@ cdecl _heapset(long) msvcrt._heapset
|
@ cdecl _heapset(long) msvcrt._heapset
|
||||||
@ stub _heapused
|
@ cdecl _heapused(ptr ptr) msvcrt._heapused
|
||||||
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
||||||
@ cdecl _hypot(double double) msvcrt._hypot
|
@ cdecl _hypot(double double) msvcrt._hypot
|
||||||
@ cdecl _hypotf(float float) msvcrt._hypotf
|
@ cdecl _hypotf(float float) msvcrt._hypotf
|
||||||
|
@ -584,9 +584,9 @@
|
||||||
@ stub _initptd
|
@ stub _initptd
|
||||||
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
||||||
@ cdecl _initterm_e(ptr ptr) msvcrt._initterm_e
|
@ cdecl _initterm_e(ptr ptr) msvcrt._initterm_e
|
||||||
@ stub -arch=i386 _inp
|
@ cdecl -arch=i386 _inp(long) msvcrt._inp
|
||||||
@ stub -arch=i386 _inpd
|
@ cdecl -arch=i386 _inpd(long) msvcrt._inpd
|
||||||
@ stub -arch=i386 _inpw
|
@ cdecl -arch=i386 _inpw(long) msvcrt._inpw
|
||||||
@ cdecl _invalid_parameter(wstr wstr wstr long long) msvcrt._invalid_parameter
|
@ cdecl _invalid_parameter(wstr wstr wstr long long) msvcrt._invalid_parameter
|
||||||
@ cdecl _invalid_parameter_noinfo() msvcr90._invalid_parameter_noinfo
|
@ cdecl _invalid_parameter_noinfo() msvcr90._invalid_parameter_noinfo
|
||||||
@ stub _invoke_watson
|
@ stub _invoke_watson
|
||||||
|
@ -601,25 +601,25 @@
|
||||||
@ stub _isgraph_l
|
@ stub _isgraph_l
|
||||||
@ stub _isleadbyte_l
|
@ stub _isleadbyte_l
|
||||||
@ stub _islower_l
|
@ stub _islower_l
|
||||||
@ stub _ismbbalnum
|
@ cdecl _ismbbalnum(long) msvcrt._ismbbalnum
|
||||||
@ stub _ismbbalnum_l
|
@ stub _ismbbalnum_l
|
||||||
@ stub _ismbbalpha
|
@ cdecl _ismbbalpha(long) msvcrt._ismbbalpha
|
||||||
@ stub _ismbbalpha_l
|
@ stub _ismbbalpha_l
|
||||||
@ stub _ismbbgraph
|
@ cdecl _ismbbgraph(long) msvcrt._ismbbgraph
|
||||||
@ stub _ismbbgraph_l
|
@ stub _ismbbgraph_l
|
||||||
@ stub _ismbbkalnum
|
@ cdecl _ismbbkalnum(long) msvcrt._ismbbkalnum
|
||||||
@ stub _ismbbkalnum_l
|
@ stub _ismbbkalnum_l
|
||||||
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
||||||
@ stub _ismbbkana_l
|
@ stub _ismbbkana_l
|
||||||
@ stub _ismbbkprint
|
@ cdecl _ismbbkprint(long) msvcrt._ismbbkprint
|
||||||
@ stub _ismbbkprint_l
|
@ stub _ismbbkprint_l
|
||||||
@ stub _ismbbkpunct
|
@ cdecl _ismbbkpunct(long) msvcrt._ismbbkpunct
|
||||||
@ stub _ismbbkpunct_l
|
@ stub _ismbbkpunct_l
|
||||||
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
||||||
@ stub _ismbblead_l
|
@ stub _ismbblead_l
|
||||||
@ stub _ismbbprint
|
@ cdecl _ismbbprint(long) msvcrt._ismbbprint
|
||||||
@ stub _ismbbprint_l
|
@ stub _ismbbprint_l
|
||||||
@ stub _ismbbpunct
|
@ cdecl _ismbbpunct(long) msvcrt._ismbbpunct
|
||||||
@ stub _ismbbpunct_l
|
@ stub _ismbbpunct_l
|
||||||
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
||||||
@ stub _ismbbtrail_l
|
@ stub _ismbbtrail_l
|
||||||
|
@ -635,11 +635,11 @@
|
||||||
@ stub _ismbchira_l
|
@ stub _ismbchira_l
|
||||||
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
||||||
@ stub _ismbckata_l
|
@ stub _ismbckata_l
|
||||||
@ stub _ismbcl0
|
@ cdecl _ismbcl0(long) msvcrt._ismbcl0
|
||||||
@ stub _ismbcl0_l
|
@ stub _ismbcl0_l
|
||||||
@ stub _ismbcl1
|
@ cdecl _ismbcl1(long) msvcrt._ismbcl1
|
||||||
@ stub _ismbcl1_l
|
@ stub _ismbcl1_l
|
||||||
@ stub _ismbcl2
|
@ cdecl _ismbcl2(long) msvcrt._ismbcl2
|
||||||
@ stub _ismbcl2_l
|
@ stub _ismbcl2_l
|
||||||
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
||||||
@ stub _ismbclegal_l
|
@ stub _ismbclegal_l
|
||||||
|
@ -703,7 +703,7 @@
|
||||||
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
||||||
@ cdecl _lrotl(long long) msvcrt._lrotl
|
@ cdecl _lrotl(long long) msvcrt._lrotl
|
||||||
@ cdecl _lrotr(long long) msvcrt._lrotr
|
@ cdecl _lrotr(long long) msvcrt._lrotr
|
||||||
@ cdecl _lsearch(ptr ptr long long ptr) msvcrt._lsearch
|
@ cdecl _lsearch(ptr ptr ptr long ptr) msvcrt._lsearch
|
||||||
@ stub _lsearch_s
|
@ stub _lsearch_s
|
||||||
@ cdecl _lseek(long long long) msvcrt._lseek
|
@ cdecl _lseek(long long long) msvcrt._lseek
|
||||||
@ cdecl -ret64 _lseeki64(long int64 long) msvcrt._lseeki64
|
@ cdecl -ret64 _lseeki64(long int64 long) msvcrt._lseeki64
|
||||||
|
@ -719,19 +719,19 @@
|
||||||
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
||||||
@ stub _mbbtype_l
|
@ stub _mbbtype_l
|
||||||
@ stub _mbcasemap
|
@ stub _mbcasemap
|
||||||
@ cdecl _mbccpy(str str) msvcrt._mbccpy
|
@ cdecl _mbccpy(ptr str) msvcrt._mbccpy
|
||||||
@ stub _mbccpy_l
|
@ stub _mbccpy_l
|
||||||
@ stub _mbccpy_s
|
@ stub _mbccpy_s
|
||||||
@ stub _mbccpy_s_l
|
@ stub _mbccpy_s_l
|
||||||
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
||||||
@ stub _mbcjistojms_l
|
@ stub _mbcjistojms_l
|
||||||
@ stub _mbcjmstojis
|
@ cdecl _mbcjmstojis(long) msvcrt._mbcjmstojis
|
||||||
@ stub _mbcjmstojis_l
|
@ stub _mbcjmstojis_l
|
||||||
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
||||||
@ stub _mbclen_l
|
@ stub _mbclen_l
|
||||||
@ stub _mbctohira
|
@ cdecl _mbctohira(long) msvcrt._mbctohira
|
||||||
@ stub _mbctohira_l
|
@ stub _mbctohira_l
|
||||||
@ stub _mbctokata
|
@ cdecl _mbctokata(long) msvcrt._mbctokata
|
||||||
@ stub _mbctokata_l
|
@ stub _mbctokata_l
|
||||||
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
||||||
@ stub _mbctolower_l
|
@ stub _mbctolower_l
|
||||||
|
@ -777,7 +777,7 @@
|
||||||
@ stub _mbsnbcmp_l
|
@ stub _mbsnbcmp_l
|
||||||
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
||||||
@ stub _mbsnbcnt_l
|
@ stub _mbsnbcnt_l
|
||||||
@ stub _mbsnbcoll
|
@ cdecl _mbsnbcoll(str str long) msvcrt._mbsnbcoll
|
||||||
@ stub _mbsnbcoll_l
|
@ stub _mbsnbcoll_l
|
||||||
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
||||||
@ stub _mbsnbcpy_l
|
@ stub _mbsnbcpy_l
|
||||||
|
@ -785,9 +785,9 @@
|
||||||
@ stub _mbsnbcpy_s_l
|
@ stub _mbsnbcpy_s_l
|
||||||
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
||||||
@ stub _mbsnbicmp_l
|
@ stub _mbsnbicmp_l
|
||||||
@ stub _mbsnbicoll
|
@ cdecl _mbsnbicoll(str str long) msvcrt._mbsnbicoll
|
||||||
@ stub _mbsnbicoll_l
|
@ stub _mbsnbicoll_l
|
||||||
@ cdecl _mbsnbset(str long long) msvcrt._mbsnbset
|
@ cdecl _mbsnbset(ptr long long) msvcrt._mbsnbset
|
||||||
@ stub _mbsnbset_l
|
@ stub _mbsnbset_l
|
||||||
@ stub _mbsnbset_s
|
@ stub _mbsnbset_s
|
||||||
@ stub _mbsnbset_s_l
|
@ stub _mbsnbset_s_l
|
||||||
|
@ -799,9 +799,9 @@
|
||||||
@ stub _mbsnccnt_l
|
@ stub _mbsnccnt_l
|
||||||
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
||||||
@ stub _mbsncmp_l
|
@ stub _mbsncmp_l
|
||||||
@ stub _mbsncoll
|
@ cdecl _mbsncoll(str str long) msvcrt._mbsncoll
|
||||||
@ stub _mbsncoll_l
|
@ stub _mbsncoll_l
|
||||||
@ cdecl _mbsncpy(str str long) msvcrt._mbsncpy
|
@ cdecl _mbsncpy(ptr str long) msvcrt._mbsncpy
|
||||||
@ stub _mbsncpy_l
|
@ stub _mbsncpy_l
|
||||||
@ stub _mbsncpy_s
|
@ stub _mbsncpy_s
|
||||||
@ stub _mbsncpy_s_l
|
@ stub _mbsncpy_s_l
|
||||||
|
@ -809,13 +809,13 @@
|
||||||
@ stub _mbsnextc_l
|
@ stub _mbsnextc_l
|
||||||
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
||||||
@ stub _mbsnicmp_l
|
@ stub _mbsnicmp_l
|
||||||
@ stub _mbsnicoll
|
@ cdecl _mbsnicoll(str str long) msvcrt._mbsnicoll
|
||||||
@ stub _mbsnicoll_l
|
@ stub _mbsnicoll_l
|
||||||
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
||||||
@ stub _mbsninc_l
|
@ stub _mbsninc_l
|
||||||
@ stub _mbsnlen
|
@ stub _mbsnlen
|
||||||
@ stub _mbsnlen_l
|
@ stub _mbsnlen_l
|
||||||
@ cdecl _mbsnset(str long long) msvcrt._mbsnset
|
@ cdecl _mbsnset(ptr long long) msvcrt._mbsnset
|
||||||
@ stub _mbsnset_l
|
@ stub _mbsnset_l
|
||||||
@ stub _mbsnset_s
|
@ stub _mbsnset_s
|
||||||
@ stub _mbsnset_s_l
|
@ stub _mbsnset_s_l
|
||||||
|
@ -825,7 +825,7 @@
|
||||||
@ stub _mbsrchr_l
|
@ stub _mbsrchr_l
|
||||||
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
||||||
@ stub _mbsrev_l
|
@ stub _mbsrev_l
|
||||||
@ cdecl _mbsset(str long) msvcrt._mbsset
|
@ cdecl _mbsset(ptr long) msvcrt._mbsset
|
||||||
@ stub _mbsset_l
|
@ stub _mbsset_l
|
||||||
@ stub _mbsset_s
|
@ stub _mbsset_s
|
||||||
@ stub _mbsset_s_l
|
@ stub _mbsset_s_l
|
||||||
|
@ -867,9 +867,9 @@
|
||||||
@ cdecl _open_osfhandle(long long) msvcrt._open_osfhandle
|
@ cdecl _open_osfhandle(long long) msvcrt._open_osfhandle
|
||||||
@ extern _osplatform msvcrt._osplatform
|
@ extern _osplatform msvcrt._osplatform
|
||||||
@ extern _osver msvcrt._osver
|
@ extern _osver msvcrt._osver
|
||||||
@ stub -arch=i386 _outp
|
@ cdecl -arch=i386 _outp(long long) msvcrt._outp
|
||||||
@ stub -arch=i386 _outpd
|
@ cdecl -arch=i386 _outpd(long long) msvcrt._outpd
|
||||||
@ stub -arch=i386 _outpw
|
@ cdecl -arch=i386 _outpw(long long) msvcrt._outpw
|
||||||
@ cdecl _pclose(ptr) msvcrt._pclose
|
@ cdecl _pclose(ptr) msvcrt._pclose
|
||||||
@ extern _pctype msvcrt._pctype
|
@ extern _pctype msvcrt._pctype
|
||||||
@ extern _pgmptr msvcrt._pgmptr
|
@ extern _pgmptr msvcrt._pgmptr
|
||||||
|
@ -939,7 +939,7 @@
|
||||||
@ cdecl _setmaxstdio(long) msvcrt._setmaxstdio
|
@ cdecl _setmaxstdio(long) msvcrt._setmaxstdio
|
||||||
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
||||||
@ cdecl _setmode(long long) msvcrt._setmode
|
@ cdecl _setmode(long long) msvcrt._setmode
|
||||||
@ stub _setsystime
|
@ cdecl _setsystime(ptr long) msvcrt._setsystime
|
||||||
@ cdecl _sleep(long) msvcrt._sleep
|
@ cdecl _sleep(long) msvcrt._sleep
|
||||||
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
||||||
@ stub _snprintf_c
|
@ stub _snprintf_c
|
||||||
|
@ -998,11 +998,11 @@
|
||||||
@ stub _strlwr_l
|
@ stub _strlwr_l
|
||||||
@ cdecl _strlwr_s(ptr long) msvcrt._strlwr_s
|
@ cdecl _strlwr_s(ptr long) msvcrt._strlwr_s
|
||||||
@ stub _strlwr_s_l
|
@ stub _strlwr_s_l
|
||||||
@ stub _strncoll
|
@ cdecl _strncoll(str str long) msvcrt._strncoll
|
||||||
@ stub _strncoll_l
|
@ stub _strncoll_l
|
||||||
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
||||||
@ stub _strnicmp_l
|
@ stub _strnicmp_l
|
||||||
@ stub _strnicoll
|
@ cdecl _strnicoll(str str long) msvcrt._strnicoll
|
||||||
@ stub _strnicoll_l
|
@ stub _strnicoll_l
|
||||||
@ cdecl _strnset(str long long) msvcrt._strnset
|
@ cdecl _strnset(str long long) msvcrt._strnset
|
||||||
@ stub _strnset_s
|
@ stub _strnset_s
|
||||||
|
@ -1148,7 +1148,7 @@
|
||||||
@ stub _wcslwr_l
|
@ stub _wcslwr_l
|
||||||
@ cdecl _wcslwr_s(wstr long) msvcrt._wcslwr_s
|
@ cdecl _wcslwr_s(wstr long) msvcrt._wcslwr_s
|
||||||
@ stub _wcslwr_s_l
|
@ stub _wcslwr_s_l
|
||||||
@ stub _wcsncoll
|
@ cdecl _wcsncoll(wstr wstr long) msvcrt._wcsncoll
|
||||||
@ stub _wcsncoll_l
|
@ stub _wcsncoll_l
|
||||||
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
||||||
@ stub _wcsnicmp_l
|
@ stub _wcsnicmp_l
|
||||||
|
@ -1219,7 +1219,7 @@
|
||||||
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
||||||
@ stub _wmktemp_s
|
@ stub _wmktemp_s
|
||||||
@ varargs _wopen(wstr long) msvcrt._wopen
|
@ varargs _wopen(wstr long) msvcrt._wopen
|
||||||
@ stub _wperror
|
@ cdecl _wperror(wstr) msvcrt._wperror
|
||||||
@ extern _wpgmptr msvcrt._wpgmptr
|
@ extern _wpgmptr msvcrt._wpgmptr
|
||||||
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
||||||
@ stub _wprintf_l
|
@ stub _wprintf_l
|
||||||
|
@ -1259,7 +1259,7 @@
|
||||||
@ cdecl _wstrtime_s(ptr long) msvcrt._wstrtime_s
|
@ cdecl _wstrtime_s(ptr long) msvcrt._wstrtime_s
|
||||||
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
||||||
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
||||||
@ stub _wtmpnam
|
@ cdecl _wtmpnam(ptr) msvcrt._wtmpnam
|
||||||
@ stub _wtmpnam_s
|
@ stub _wtmpnam_s
|
||||||
@ cdecl _wtof(wstr) msvcrt._wtof
|
@ cdecl _wtof(wstr) msvcrt._wtof
|
||||||
@ cdecl _wtof_l(wstr ptr) msvcrt._wtof_l
|
@ cdecl _wtof_l(wstr ptr) msvcrt._wtof_l
|
||||||
|
@ -1385,7 +1385,7 @@
|
||||||
@ stub mbsrtowcs_s
|
@ stub mbsrtowcs_s
|
||||||
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
||||||
@ cdecl mbstowcs_s(ptr ptr long str long) msvcrt.mbstowcs_s
|
@ cdecl mbstowcs_s(ptr ptr long str long) msvcrt.mbstowcs_s
|
||||||
@ cdecl mbtowc(wstr str long) msvcrt.mbtowc
|
@ cdecl mbtowc(ptr str long) msvcrt.mbtowc
|
||||||
@ cdecl memchr(ptr long long) msvcrt.memchr
|
@ cdecl memchr(ptr long long) msvcrt.memchr
|
||||||
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
||||||
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
||||||
|
@ -1512,7 +1512,7 @@
|
||||||
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
||||||
@ cdecl wcstombs_s(ptr ptr long wstr long) msvcrt.wcstombs_s
|
@ cdecl wcstombs_s(ptr ptr long wstr long) msvcrt.wcstombs_s
|
||||||
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
||||||
@ stub wcsxfrm
|
@ cdecl wcsxfrm(ptr wstr long) msvcrt.wcsxfrm
|
||||||
@ cdecl wctob(long) msvcrt.wctob
|
@ cdecl wctob(long) msvcrt.wctob
|
||||||
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
||||||
@ stub wctomb_s
|
@ stub wctomb_s
|
||||||
|
|
|
@ -264,11 +264,11 @@
|
||||||
@ cdecl __p__environ() msvcrt.__p__environ
|
@ cdecl __p__environ() msvcrt.__p__environ
|
||||||
@ cdecl __p__fmode() msvcrt.__p__fmode
|
@ cdecl __p__fmode() msvcrt.__p__fmode
|
||||||
@ cdecl __p__iob() msvcrt.__p__iob
|
@ cdecl __p__iob() msvcrt.__p__iob
|
||||||
@ stub __p__mbcasemap
|
@ cdecl __p__mbcasemap() msvcrt.__p__mbcasemap
|
||||||
@ cdecl __p__mbctype() msvcrt.__p__mbctype
|
@ cdecl __p__mbctype() msvcrt.__p__mbctype
|
||||||
@ cdecl __p__pctype() msvcrt.__p__pctype
|
@ cdecl __p__pctype() msvcrt.__p__pctype
|
||||||
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
||||||
@ stub __p__pwctype
|
@ cdecl __p__pwctype() msvcrt.__p__pwctype
|
||||||
@ cdecl __p__timezone() msvcrt.__p__timezone
|
@ cdecl __p__timezone() msvcrt.__p__timezone
|
||||||
@ cdecl __p__tzname() msvcrt.__p__tzname
|
@ cdecl __p__tzname() msvcrt.__p__tzname
|
||||||
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
||||||
|
@ -277,7 +277,7 @@
|
||||||
@ cdecl __pctype_func() msvcrt.__pctype_func
|
@ cdecl __pctype_func() msvcrt.__pctype_func
|
||||||
@ extern __pioinfo msvcrt.__pioinfo
|
@ extern __pioinfo msvcrt.__pioinfo
|
||||||
@ stub __pwctype_func
|
@ stub __pwctype_func
|
||||||
@ stub __pxcptinfoptrs
|
@ cdecl __pxcptinfoptrs() msvcrt.__pxcptinfoptrs
|
||||||
@ stub __report_gsfailure
|
@ stub __report_gsfailure
|
||||||
@ cdecl __set_app_type(long) msvcrt.__set_app_type
|
@ cdecl __set_app_type(long) msvcrt.__set_app_type
|
||||||
@ stub __set_flsgetvalue
|
@ stub __set_flsgetvalue
|
||||||
|
@ -333,7 +333,7 @@
|
||||||
@ stub _aligned_recalloc
|
@ stub _aligned_recalloc
|
||||||
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
||||||
@ cdecl _assert(str str long) msvcrt._assert
|
@ cdecl _assert(str str long) msvcrt._assert
|
||||||
@ stub _atodbl
|
@ cdecl _atodbl(ptr str) msvcrt._atodbl
|
||||||
@ stub _atodbl_l
|
@ stub _atodbl_l
|
||||||
@ cdecl _atof_l(str ptr) msvcrt._atof_l
|
@ cdecl _atof_l(str ptr) msvcrt._atof_l
|
||||||
@ cdecl _atoflt(ptr str)
|
@ cdecl _atoflt(ptr str)
|
||||||
|
@ -355,7 +355,7 @@
|
||||||
@ cdecl _callnewh(long) msvcrt._callnewh
|
@ cdecl _callnewh(long) msvcrt._callnewh
|
||||||
@ cdecl _calloc_crt(long long) msvcrt.calloc
|
@ cdecl _calloc_crt(long long) msvcrt.calloc
|
||||||
@ cdecl _cexit() msvcrt._cexit
|
@ cdecl _cexit() msvcrt._cexit
|
||||||
@ cdecl _cgets(str) msvcrt._cgets
|
@ cdecl _cgets(ptr) msvcrt._cgets
|
||||||
@ stub _cgets_s
|
@ stub _cgets_s
|
||||||
@ stub _cgetws
|
@ stub _cgetws
|
||||||
@ stub _cgetws_s
|
@ stub _cgetws_s
|
||||||
|
@ -463,7 +463,7 @@
|
||||||
@ cdecl _flushall() msvcrt._flushall
|
@ cdecl _flushall() msvcrt._flushall
|
||||||
@ extern _fmode msvcrt._fmode
|
@ extern _fmode msvcrt._fmode
|
||||||
@ cdecl _fpclass(double) msvcrt._fpclass
|
@ cdecl _fpclass(double) msvcrt._fpclass
|
||||||
@ stub _fpieee_flt
|
@ cdecl _fpieee_flt(long ptr ptr) msvcrt._fpieee_flt
|
||||||
@ cdecl _fpreset() msvcrt._fpreset
|
@ cdecl _fpreset() msvcrt._fpreset
|
||||||
@ stub _fprintf_l
|
@ stub _fprintf_l
|
||||||
@ stub _fprintf_p
|
@ stub _fprintf_p
|
||||||
|
@ -526,7 +526,7 @@
|
||||||
@ cdecl _get_terminate() msvcrt._get_terminate
|
@ cdecl _get_terminate() msvcrt._get_terminate
|
||||||
@ stub _get_timezone
|
@ stub _get_timezone
|
||||||
@ cdecl _get_tzname(ptr str long long) msvcrt._get_tzname
|
@ cdecl _get_tzname(ptr str long long) msvcrt._get_tzname
|
||||||
@ stub _get_unexpected
|
@ cdecl _get_unexpected() msvcrt._get_unexpected
|
||||||
@ stub _get_wpgmptr
|
@ stub _get_wpgmptr
|
||||||
@ stub _getc_nolock
|
@ stub _getc_nolock
|
||||||
@ cdecl _getch() msvcrt._getch
|
@ cdecl _getch() msvcrt._getch
|
||||||
|
@ -544,7 +544,7 @@
|
||||||
@ cdecl _getmbcp() msvcrt._getmbcp
|
@ cdecl _getmbcp() msvcrt._getmbcp
|
||||||
@ cdecl _getpid() msvcrt._getpid
|
@ cdecl _getpid() msvcrt._getpid
|
||||||
@ stub _getptd
|
@ stub _getptd
|
||||||
@ stub _getsystime
|
@ cdecl _getsystime(ptr) msvcrt._getsystime
|
||||||
@ cdecl _getw(ptr) msvcrt._getw
|
@ cdecl _getw(ptr) msvcrt._getw
|
||||||
@ stub _getwch
|
@ stub _getwch
|
||||||
@ stub _getwch_nolock
|
@ stub _getwch_nolock
|
||||||
|
@ -561,7 +561,7 @@
|
||||||
@ cdecl _heapchk() msvcrt._heapchk
|
@ cdecl _heapchk() msvcrt._heapchk
|
||||||
@ cdecl _heapmin() msvcrt._heapmin
|
@ cdecl _heapmin() msvcrt._heapmin
|
||||||
@ cdecl _heapset(long) msvcrt._heapset
|
@ cdecl _heapset(long) msvcrt._heapset
|
||||||
@ stub _heapused
|
@ cdecl _heapused(ptr ptr) msvcrt._heapused
|
||||||
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
||||||
@ cdecl _hypot(double double) msvcrt._hypot
|
@ cdecl _hypot(double double) msvcrt._hypot
|
||||||
@ cdecl _hypotf(float float) msvcrt._hypotf
|
@ cdecl _hypotf(float float) msvcrt._hypotf
|
||||||
|
@ -572,9 +572,9 @@
|
||||||
@ stub _initptd
|
@ stub _initptd
|
||||||
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
||||||
@ cdecl _initterm_e(ptr ptr) msvcrt._initterm_e
|
@ cdecl _initterm_e(ptr ptr) msvcrt._initterm_e
|
||||||
@ stub -arch=i386 _inp
|
@ cdecl -arch=i386 _inp(long) msvcrt._inp
|
||||||
@ stub -arch=i386 _inpd
|
@ cdecl -arch=i386 _inpd(long) msvcrt._inpd
|
||||||
@ stub -arch=i386 _inpw
|
@ cdecl -arch=i386 _inpw(long) msvcrt._inpw
|
||||||
@ cdecl _invalid_parameter(wstr wstr wstr long long) msvcrt._invalid_parameter
|
@ cdecl _invalid_parameter(wstr wstr wstr long long) msvcrt._invalid_parameter
|
||||||
@ cdecl _invalid_parameter_noinfo()
|
@ cdecl _invalid_parameter_noinfo()
|
||||||
@ stub _invoke_watson
|
@ stub _invoke_watson
|
||||||
|
@ -589,25 +589,25 @@
|
||||||
@ stub _isgraph_l
|
@ stub _isgraph_l
|
||||||
@ stub _isleadbyte_l
|
@ stub _isleadbyte_l
|
||||||
@ stub _islower_l
|
@ stub _islower_l
|
||||||
@ stub _ismbbalnum
|
@ cdecl _ismbbalnum(long) msvcrt._ismbbalnum
|
||||||
@ stub _ismbbalnum_l
|
@ stub _ismbbalnum_l
|
||||||
@ stub _ismbbalpha
|
@ cdecl _ismbbalpha(long) msvcrt._ismbbalpha
|
||||||
@ stub _ismbbalpha_l
|
@ stub _ismbbalpha_l
|
||||||
@ stub _ismbbgraph
|
@ cdecl _ismbbgraph(long) msvcrt._ismbbgraph
|
||||||
@ stub _ismbbgraph_l
|
@ stub _ismbbgraph_l
|
||||||
@ stub _ismbbkalnum
|
@ cdecl _ismbbkalnum(long) msvcrt._ismbbkalnum
|
||||||
@ stub _ismbbkalnum_l
|
@ stub _ismbbkalnum_l
|
||||||
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
||||||
@ stub _ismbbkana_l
|
@ stub _ismbbkana_l
|
||||||
@ stub _ismbbkprint
|
@ cdecl _ismbbkprint(long) msvcrt._ismbbkprint
|
||||||
@ stub _ismbbkprint_l
|
@ stub _ismbbkprint_l
|
||||||
@ stub _ismbbkpunct
|
@ cdecl _ismbbkpunct(long) msvcrt._ismbbkpunct
|
||||||
@ stub _ismbbkpunct_l
|
@ stub _ismbbkpunct_l
|
||||||
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
||||||
@ stub _ismbblead_l
|
@ stub _ismbblead_l
|
||||||
@ stub _ismbbprint
|
@ cdecl _ismbbprint(long) msvcrt._ismbbprint
|
||||||
@ stub _ismbbprint_l
|
@ stub _ismbbprint_l
|
||||||
@ stub _ismbbpunct
|
@ cdecl _ismbbpunct(long) msvcrt._ismbbpunct
|
||||||
@ stub _ismbbpunct_l
|
@ stub _ismbbpunct_l
|
||||||
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
||||||
@ stub _ismbbtrail_l
|
@ stub _ismbbtrail_l
|
||||||
|
@ -623,11 +623,11 @@
|
||||||
@ stub _ismbchira_l
|
@ stub _ismbchira_l
|
||||||
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
||||||
@ stub _ismbckata_l
|
@ stub _ismbckata_l
|
||||||
@ stub _ismbcl0
|
@ cdecl _ismbcl0(long) msvcrt._ismbcl0
|
||||||
@ stub _ismbcl0_l
|
@ stub _ismbcl0_l
|
||||||
@ stub _ismbcl1
|
@ cdecl _ismbcl1(long) msvcrt._ismbcl1
|
||||||
@ stub _ismbcl1_l
|
@ stub _ismbcl1_l
|
||||||
@ stub _ismbcl2
|
@ cdecl _ismbcl2(long) msvcrt._ismbcl2
|
||||||
@ stub _ismbcl2_l
|
@ stub _ismbcl2_l
|
||||||
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
||||||
@ stub _ismbclegal_l
|
@ stub _ismbclegal_l
|
||||||
|
@ -691,7 +691,7 @@
|
||||||
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
||||||
@ cdecl _lrotl(long long) msvcrt._lrotl
|
@ cdecl _lrotl(long long) msvcrt._lrotl
|
||||||
@ cdecl _lrotr(long long) msvcrt._lrotr
|
@ cdecl _lrotr(long long) msvcrt._lrotr
|
||||||
@ cdecl _lsearch(ptr ptr long long ptr) msvcrt._lsearch
|
@ cdecl _lsearch(ptr ptr ptr long ptr) msvcrt._lsearch
|
||||||
@ stub _lsearch_s
|
@ stub _lsearch_s
|
||||||
@ cdecl _lseek(long long long) msvcrt._lseek
|
@ cdecl _lseek(long long long) msvcrt._lseek
|
||||||
@ cdecl -ret64 _lseeki64(long int64 long) msvcrt._lseeki64
|
@ cdecl -ret64 _lseeki64(long int64 long) msvcrt._lseeki64
|
||||||
|
@ -707,19 +707,19 @@
|
||||||
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
||||||
@ stub _mbbtype_l
|
@ stub _mbbtype_l
|
||||||
@ stub _mbcasemap
|
@ stub _mbcasemap
|
||||||
@ cdecl _mbccpy(str str) msvcrt._mbccpy
|
@ cdecl _mbccpy(ptr str) msvcrt._mbccpy
|
||||||
@ stub _mbccpy_l
|
@ stub _mbccpy_l
|
||||||
@ stub _mbccpy_s
|
@ stub _mbccpy_s
|
||||||
@ stub _mbccpy_s_l
|
@ stub _mbccpy_s_l
|
||||||
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
||||||
@ stub _mbcjistojms_l
|
@ stub _mbcjistojms_l
|
||||||
@ stub _mbcjmstojis
|
@ cdecl _mbcjmstojis(long) msvcrt._mbcjmstojis
|
||||||
@ stub _mbcjmstojis_l
|
@ stub _mbcjmstojis_l
|
||||||
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
||||||
@ stub _mbclen_l
|
@ stub _mbclen_l
|
||||||
@ stub _mbctohira
|
@ cdecl _mbctohira(long) msvcrt._mbctohira
|
||||||
@ stub _mbctohira_l
|
@ stub _mbctohira_l
|
||||||
@ stub _mbctokata
|
@ cdecl _mbctokata(long) msvcrt._mbctokata
|
||||||
@ stub _mbctokata_l
|
@ stub _mbctokata_l
|
||||||
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
||||||
@ stub _mbctolower_l
|
@ stub _mbctolower_l
|
||||||
|
@ -765,7 +765,7 @@
|
||||||
@ stub _mbsnbcmp_l
|
@ stub _mbsnbcmp_l
|
||||||
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
||||||
@ stub _mbsnbcnt_l
|
@ stub _mbsnbcnt_l
|
||||||
@ stub _mbsnbcoll
|
@ cdecl _mbsnbcoll(str str long) msvcrt._mbsnbcoll
|
||||||
@ stub _mbsnbcoll_l
|
@ stub _mbsnbcoll_l
|
||||||
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
||||||
@ stub _mbsnbcpy_l
|
@ stub _mbsnbcpy_l
|
||||||
|
@ -773,9 +773,9 @@
|
||||||
@ stub _mbsnbcpy_s_l
|
@ stub _mbsnbcpy_s_l
|
||||||
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
||||||
@ stub _mbsnbicmp_l
|
@ stub _mbsnbicmp_l
|
||||||
@ stub _mbsnbicoll
|
@ cdecl _mbsnbicoll(str str long) msvcrt._mbsnbicoll
|
||||||
@ stub _mbsnbicoll_l
|
@ stub _mbsnbicoll_l
|
||||||
@ cdecl _mbsnbset(str long long) msvcrt._mbsnbset
|
@ cdecl _mbsnbset(ptr long long) msvcrt._mbsnbset
|
||||||
@ stub _mbsnbset_l
|
@ stub _mbsnbset_l
|
||||||
@ stub _mbsnbset_s
|
@ stub _mbsnbset_s
|
||||||
@ stub _mbsnbset_s_l
|
@ stub _mbsnbset_s_l
|
||||||
|
@ -787,9 +787,9 @@
|
||||||
@ stub _mbsnccnt_l
|
@ stub _mbsnccnt_l
|
||||||
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
||||||
@ stub _mbsncmp_l
|
@ stub _mbsncmp_l
|
||||||
@ stub _mbsncoll
|
@ cdecl _mbsncoll(str str long) msvcrt._mbsncoll
|
||||||
@ stub _mbsncoll_l
|
@ stub _mbsncoll_l
|
||||||
@ cdecl _mbsncpy(str str long) msvcrt._mbsncpy
|
@ cdecl _mbsncpy(ptr str long) msvcrt._mbsncpy
|
||||||
@ stub _mbsncpy_l
|
@ stub _mbsncpy_l
|
||||||
@ stub _mbsncpy_s
|
@ stub _mbsncpy_s
|
||||||
@ stub _mbsncpy_s_l
|
@ stub _mbsncpy_s_l
|
||||||
|
@ -797,13 +797,13 @@
|
||||||
@ stub _mbsnextc_l
|
@ stub _mbsnextc_l
|
||||||
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
||||||
@ stub _mbsnicmp_l
|
@ stub _mbsnicmp_l
|
||||||
@ stub _mbsnicoll
|
@ cdecl _mbsnicoll(str str long) msvcrt._mbsnicoll
|
||||||
@ stub _mbsnicoll_l
|
@ stub _mbsnicoll_l
|
||||||
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
||||||
@ stub _mbsninc_l
|
@ stub _mbsninc_l
|
||||||
@ stub _mbsnlen
|
@ stub _mbsnlen
|
||||||
@ stub _mbsnlen_l
|
@ stub _mbsnlen_l
|
||||||
@ cdecl _mbsnset(str long long) msvcrt._mbsnset
|
@ cdecl _mbsnset(ptr long long) msvcrt._mbsnset
|
||||||
@ stub _mbsnset_l
|
@ stub _mbsnset_l
|
||||||
@ stub _mbsnset_s
|
@ stub _mbsnset_s
|
||||||
@ stub _mbsnset_s_l
|
@ stub _mbsnset_s_l
|
||||||
|
@ -813,7 +813,7 @@
|
||||||
@ stub _mbsrchr_l
|
@ stub _mbsrchr_l
|
||||||
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
||||||
@ stub _mbsrev_l
|
@ stub _mbsrev_l
|
||||||
@ cdecl _mbsset(str long) msvcrt._mbsset
|
@ cdecl _mbsset(ptr long) msvcrt._mbsset
|
||||||
@ stub _mbsset_l
|
@ stub _mbsset_l
|
||||||
@ stub _mbsset_s
|
@ stub _mbsset_s
|
||||||
@ stub _mbsset_s_l
|
@ stub _mbsset_s_l
|
||||||
|
@ -853,9 +853,9 @@
|
||||||
@ cdecl _onexit(ptr) msvcrt._onexit
|
@ cdecl _onexit(ptr) msvcrt._onexit
|
||||||
@ varargs _open(str long) msvcrt._open
|
@ varargs _open(str long) msvcrt._open
|
||||||
@ cdecl _open_osfhandle(long long) msvcrt._open_osfhandle
|
@ cdecl _open_osfhandle(long long) msvcrt._open_osfhandle
|
||||||
@ stub -arch=i386 _outp
|
@ cdecl -arch=i386 _outp(long long) msvcrt._outp
|
||||||
@ stub -arch=i386 _outpd
|
@ cdecl -arch=i386 _outpd(long long) msvcrt._outpd
|
||||||
@ stub -arch=i386 _outpw
|
@ cdecl -arch=i386 _outpw(long long) msvcrt._outpw
|
||||||
@ cdecl _pclose(ptr) msvcrt._pclose
|
@ cdecl _pclose(ptr) msvcrt._pclose
|
||||||
@ extern _pctype msvcrt._pctype
|
@ extern _pctype msvcrt._pctype
|
||||||
@ extern _pgmptr msvcrt._pgmptr
|
@ extern _pgmptr msvcrt._pgmptr
|
||||||
|
@ -925,7 +925,7 @@
|
||||||
@ cdecl _setmaxstdio(long) msvcrt._setmaxstdio
|
@ cdecl _setmaxstdio(long) msvcrt._setmaxstdio
|
||||||
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
||||||
@ cdecl _setmode(long long) msvcrt._setmode
|
@ cdecl _setmode(long long) msvcrt._setmode
|
||||||
@ stub _setsystime
|
@ cdecl _setsystime(ptr long) msvcrt._setsystime
|
||||||
@ cdecl _sleep(long) msvcrt._sleep
|
@ cdecl _sleep(long) msvcrt._sleep
|
||||||
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
||||||
@ stub _snprintf_c
|
@ stub _snprintf_c
|
||||||
|
@ -984,11 +984,11 @@
|
||||||
@ stub _strlwr_l
|
@ stub _strlwr_l
|
||||||
@ cdecl _strlwr_s(ptr long) msvcrt._strlwr_s
|
@ cdecl _strlwr_s(ptr long) msvcrt._strlwr_s
|
||||||
@ stub _strlwr_s_l
|
@ stub _strlwr_s_l
|
||||||
@ stub _strncoll
|
@ cdecl _strncoll(str str long) msvcrt._strncoll
|
||||||
@ stub _strncoll_l
|
@ stub _strncoll_l
|
||||||
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
||||||
@ stub _strnicmp_l
|
@ stub _strnicmp_l
|
||||||
@ stub _strnicoll
|
@ cdecl _strnicoll(str str long) msvcrt._strnicoll
|
||||||
@ stub _strnicoll_l
|
@ stub _strnicoll_l
|
||||||
@ cdecl _strnset(str long long) msvcrt._strnset
|
@ cdecl _strnset(str long long) msvcrt._strnset
|
||||||
@ stub _strnset_s
|
@ stub _strnset_s
|
||||||
|
@ -1135,7 +1135,7 @@
|
||||||
@ stub _wcslwr_l
|
@ stub _wcslwr_l
|
||||||
@ cdecl _wcslwr_s(wstr long) msvcrt._wcslwr_s
|
@ cdecl _wcslwr_s(wstr long) msvcrt._wcslwr_s
|
||||||
@ stub _wcslwr_s_l
|
@ stub _wcslwr_s_l
|
||||||
@ stub _wcsncoll
|
@ cdecl _wcsncoll(wstr wstr long) msvcrt._wcsncoll
|
||||||
@ stub _wcsncoll_l
|
@ stub _wcsncoll_l
|
||||||
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
||||||
@ stub _wcsnicmp_l
|
@ stub _wcsnicmp_l
|
||||||
|
@ -1203,7 +1203,7 @@
|
||||||
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
||||||
@ stub _wmktemp_s
|
@ stub _wmktemp_s
|
||||||
@ varargs _wopen(wstr long) msvcrt._wopen
|
@ varargs _wopen(wstr long) msvcrt._wopen
|
||||||
@ stub _wperror
|
@ cdecl _wperror(wstr) msvcrt._wperror
|
||||||
@ extern _wpgmptr msvcrt._wpgmptr
|
@ extern _wpgmptr msvcrt._wpgmptr
|
||||||
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
||||||
@ stub _wprintf_l
|
@ stub _wprintf_l
|
||||||
|
@ -1243,7 +1243,7 @@
|
||||||
@ cdecl _wstrtime_s(ptr long) msvcrt._wstrtime_s
|
@ cdecl _wstrtime_s(ptr long) msvcrt._wstrtime_s
|
||||||
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
||||||
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
||||||
@ stub _wtmpnam
|
@ cdecl _wtmpnam(ptr) msvcrt._wtmpnam
|
||||||
@ stub _wtmpnam_s
|
@ stub _wtmpnam_s
|
||||||
@ cdecl _wtof(wstr) msvcrt._wtof
|
@ cdecl _wtof(wstr) msvcrt._wtof
|
||||||
@ cdecl _wtof_l(wstr ptr) msvcrt._wtof_l
|
@ cdecl _wtof_l(wstr ptr) msvcrt._wtof_l
|
||||||
|
@ -1369,7 +1369,7 @@
|
||||||
@ stub mbsrtowcs_s
|
@ stub mbsrtowcs_s
|
||||||
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
||||||
@ cdecl mbstowcs_s(ptr ptr long str long) msvcrt.mbstowcs_s
|
@ cdecl mbstowcs_s(ptr ptr long str long) msvcrt.mbstowcs_s
|
||||||
@ cdecl mbtowc(wstr str long) msvcrt.mbtowc
|
@ cdecl mbtowc(ptr str long) msvcrt.mbtowc
|
||||||
@ cdecl memchr(ptr long long) msvcrt.memchr
|
@ cdecl memchr(ptr long long) msvcrt.memchr
|
||||||
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
||||||
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
||||||
|
@ -1496,7 +1496,7 @@
|
||||||
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
||||||
@ cdecl wcstombs_s(ptr ptr long wstr long) msvcrt.wcstombs_s
|
@ cdecl wcstombs_s(ptr ptr long wstr long) msvcrt.wcstombs_s
|
||||||
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
||||||
@ stub wcsxfrm
|
@ cdecl wcsxfrm(ptr wstr long) msvcrt.wcsxfrm
|
||||||
@ cdecl wctob(long) msvcrt.wctob
|
@ cdecl wctob(long) msvcrt.wctob
|
||||||
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
||||||
@ stub wctomb_s
|
@ stub wctomb_s
|
||||||
|
|
|
@ -825,7 +825,7 @@
|
||||||
@ cdecl __p__osver() msvcrt.__p__osver
|
@ cdecl __p__osver() msvcrt.__p__osver
|
||||||
@ cdecl __p__pctype() msvcrt.__p__pctype
|
@ cdecl __p__pctype() msvcrt.__p__pctype
|
||||||
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
||||||
@ stub __p__pwctype
|
@ cdecl __p__pwctype() msvcrt.__p__pwctype
|
||||||
@ cdecl __p__timezone() msvcrt.__p__timezone
|
@ cdecl __p__timezone() msvcrt.__p__timezone
|
||||||
@ cdecl __p__tzname() msvcrt.__p__tzname
|
@ cdecl __p__tzname() msvcrt.__p__tzname
|
||||||
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
||||||
|
@ -834,7 +834,7 @@
|
||||||
@ cdecl __p__winminor() msvcrt.__p__winminor
|
@ cdecl __p__winminor() msvcrt.__p__winminor
|
||||||
@ cdecl __p__winver() msvcrt.__p__winver
|
@ cdecl __p__winver() msvcrt.__p__winver
|
||||||
@ cdecl __p__wpgmptr() msvcrt.__p__wpgmptr
|
@ cdecl __p__wpgmptr() msvcrt.__p__wpgmptr
|
||||||
@ stub __pxcptinfoptrs
|
@ cdecl __pxcptinfoptrs() msvcrt.__pxcptinfoptrs
|
||||||
@ cdecl __threadhandle() msvcrt.__threadhandle
|
@ cdecl __threadhandle() msvcrt.__threadhandle
|
||||||
@ cdecl __threadid() msvcrt.__threadid
|
@ cdecl __threadid() msvcrt.__threadid
|
||||||
@ cdecl __toascii(long) msvcrt.__toascii
|
@ cdecl __toascii(long) msvcrt.__toascii
|
||||||
|
@ -861,7 +861,7 @@
|
||||||
@ extern _aexit_rtn msvcrt._aexit_rtn
|
@ extern _aexit_rtn msvcrt._aexit_rtn
|
||||||
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
||||||
@ cdecl _assert(str str long) msvcrt._assert
|
@ cdecl _assert(str str long) msvcrt._assert
|
||||||
@ stub _atodbl
|
@ cdecl _atodbl(ptr str) msvcrt._atodbl
|
||||||
@ cdecl _atoldbl(ptr str) msvcrt._atoldbl
|
@ cdecl _atoldbl(ptr str) msvcrt._atoldbl
|
||||||
@ cdecl _beep(long long) msvcrt._beep
|
@ cdecl _beep(long long) msvcrt._beep
|
||||||
@ cdecl _beginthread(ptr long ptr) msvcrt._beginthread
|
@ cdecl _beginthread(ptr long ptr) msvcrt._beginthread
|
||||||
|
@ -869,7 +869,7 @@
|
||||||
@ cdecl _c_exit() msvcrt._c_exit
|
@ cdecl _c_exit() msvcrt._c_exit
|
||||||
@ cdecl _cabs(long) msvcrt._cabs
|
@ cdecl _cabs(long) msvcrt._cabs
|
||||||
@ cdecl _cexit() msvcrt._cexit
|
@ cdecl _cexit() msvcrt._cexit
|
||||||
@ cdecl _cgets(str) msvcrt._cgets
|
@ cdecl _cgets(ptr) msvcrt._cgets
|
||||||
@ cdecl _chdir(str) msvcrt._chdir
|
@ cdecl _chdir(str) msvcrt._chdir
|
||||||
@ cdecl _chdrive(long) msvcrt._chdrive
|
@ cdecl _chdrive(long) msvcrt._chdrive
|
||||||
@ cdecl _chgsign( double ) msvcrt._chgsign
|
@ cdecl _chgsign( double ) msvcrt._chgsign
|
||||||
|
@ -926,7 +926,7 @@
|
||||||
@ cdecl _flushall() msvcrt._flushall
|
@ cdecl _flushall() msvcrt._flushall
|
||||||
@ extern _fmode msvcrt._fmode
|
@ extern _fmode msvcrt._fmode
|
||||||
@ cdecl _fpclass(double) msvcrt._fpclass
|
@ cdecl _fpclass(double) msvcrt._fpclass
|
||||||
@ stub _fpieee_flt
|
@ cdecl _fpieee_flt(long ptr ptr) msvcrt._fpieee_flt
|
||||||
@ cdecl _fpreset() msvcrt._fpreset
|
@ cdecl _fpreset() msvcrt._fpreset
|
||||||
@ cdecl _fputchar(long) msvcrt._fputchar
|
@ cdecl _fputchar(long) msvcrt._fputchar
|
||||||
@ cdecl _fputwchar(long) msvcrt._fputwchar
|
@ cdecl _fputwchar(long) msvcrt._fputwchar
|
||||||
|
@ -948,7 +948,7 @@
|
||||||
@ cdecl _getdrives() msvcrt._getdrives
|
@ cdecl _getdrives() msvcrt._getdrives
|
||||||
@ cdecl _getmbcp() msvcrt._getmbcp
|
@ cdecl _getmbcp() msvcrt._getmbcp
|
||||||
@ cdecl _getpid() msvcrt._getpid
|
@ cdecl _getpid() msvcrt._getpid
|
||||||
@ stub _getsystime
|
@ cdecl _getsystime(ptr) msvcrt._getsystime
|
||||||
@ cdecl _getw(ptr) msvcrt._getw
|
@ cdecl _getw(ptr) msvcrt._getw
|
||||||
@ cdecl _getws(ptr) msvcrt._getws
|
@ cdecl _getws(ptr) msvcrt._getws
|
||||||
@ cdecl -i386 _global_unwind2(ptr) msvcrt._global_unwind2
|
@ cdecl -i386 _global_unwind2(ptr) msvcrt._global_unwind2
|
||||||
|
@ -956,23 +956,23 @@
|
||||||
@ cdecl _heapchk() msvcrt._heapchk
|
@ cdecl _heapchk() msvcrt._heapchk
|
||||||
@ cdecl _heapmin() msvcrt._heapmin
|
@ cdecl _heapmin() msvcrt._heapmin
|
||||||
@ cdecl _heapset(long) msvcrt._heapset
|
@ cdecl _heapset(long) msvcrt._heapset
|
||||||
@ stub _heapused
|
@ cdecl _heapused(ptr ptr) msvcrt._heapused
|
||||||
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
||||||
@ cdecl _hypot(double double) msvcrt._hypot
|
@ cdecl _hypot(double double) msvcrt._hypot
|
||||||
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
||||||
@ extern _iob msvcrt._iob
|
@ extern _iob msvcrt._iob
|
||||||
@ cdecl _isatty(long) msvcrt._isatty
|
@ cdecl _isatty(long) msvcrt._isatty
|
||||||
@ cdecl _isctype(long long) msvcrt._isctype
|
@ cdecl _isctype(long long) msvcrt._isctype
|
||||||
@ stub _ismbbalnum
|
@ cdecl _ismbbalnum(long) msvcrt._ismbbalnum
|
||||||
@ stub _ismbbalpha
|
@ cdecl _ismbbalpha(long) msvcrt._ismbbalpha
|
||||||
@ stub _ismbbgraph
|
@ cdecl _ismbbgraph(long) msvcrt._ismbbgraph
|
||||||
@ stub _ismbbkalnum
|
@ cdecl _ismbbkalnum(long) msvcrt._ismbbkalnum
|
||||||
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
||||||
@ stub _ismbbkprint
|
@ cdecl _ismbbkprint(long) msvcrt._ismbbkprint
|
||||||
@ stub _ismbbkpunct
|
@ cdecl _ismbbkpunct(long) msvcrt._ismbbkpunct
|
||||||
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
||||||
@ stub _ismbbprint
|
@ cdecl _ismbbprint(long) msvcrt._ismbbprint
|
||||||
@ stub _ismbbpunct
|
@ cdecl _ismbbpunct(long) msvcrt._ismbbpunct
|
||||||
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
||||||
@ cdecl _ismbcalnum(long) msvcrt._ismbcalnum
|
@ cdecl _ismbcalnum(long) msvcrt._ismbcalnum
|
||||||
@ cdecl _ismbcalpha(long) msvcrt._ismbcalpha
|
@ cdecl _ismbcalpha(long) msvcrt._ismbcalpha
|
||||||
|
@ -980,9 +980,9 @@
|
||||||
@ cdecl _ismbcgraph(long) msvcrt._ismbcgraph
|
@ cdecl _ismbcgraph(long) msvcrt._ismbcgraph
|
||||||
@ cdecl _ismbchira(long) msvcrt._ismbchira
|
@ cdecl _ismbchira(long) msvcrt._ismbchira
|
||||||
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
||||||
@ stub _ismbcl0
|
@ cdecl _ismbcl0(long) msvcrt._ismbcl0
|
||||||
@ stub _ismbcl1
|
@ cdecl _ismbcl1(long) msvcrt._ismbcl1
|
||||||
@ stub _ismbcl2
|
@ cdecl _ismbcl2(long) msvcrt._ismbcl2
|
||||||
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
||||||
@ cdecl _ismbclower(long) msvcrt._ismbclower
|
@ cdecl _ismbclower(long) msvcrt._ismbclower
|
||||||
@ cdecl _ismbcprint(long) msvcrt._ismbcprint
|
@ cdecl _ismbcprint(long) msvcrt._ismbcprint
|
||||||
|
@ -1007,7 +1007,7 @@
|
||||||
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
||||||
@ cdecl _lrotl(long long) msvcrt._lrotl
|
@ cdecl _lrotl(long long) msvcrt._lrotl
|
||||||
@ cdecl _lrotr(long long) msvcrt._lrotr
|
@ cdecl _lrotr(long long) msvcrt._lrotr
|
||||||
@ cdecl _lsearch(ptr ptr long long ptr) msvcrt._lsearch
|
@ cdecl _lsearch(ptr ptr ptr long ptr) msvcrt._lsearch
|
||||||
@ cdecl _lseek(long long long) msvcrt._lseek
|
@ cdecl _lseek(long long long) msvcrt._lseek
|
||||||
@ cdecl _ltoa(long ptr long) msvcrt._ltoa
|
@ cdecl _ltoa(long ptr long) msvcrt._ltoa
|
||||||
@ cdecl _ltow(long ptr long) msvcrt._ltow
|
@ cdecl _ltow(long ptr long) msvcrt._ltow
|
||||||
|
@ -1015,12 +1015,12 @@
|
||||||
@ cdecl _matherr(ptr) msvcrt._matherr
|
@ cdecl _matherr(ptr) msvcrt._matherr
|
||||||
@ cdecl _mbbtombc(long) msvcrt._mbbtombc
|
@ cdecl _mbbtombc(long) msvcrt._mbbtombc
|
||||||
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
||||||
@ cdecl _mbccpy(str str) msvcrt._mbccpy
|
@ cdecl _mbccpy(ptr str) msvcrt._mbccpy
|
||||||
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
||||||
@ stub _mbcjmstojis
|
@ cdecl _mbcjmstojis(long) msvcrt._mbcjmstojis
|
||||||
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
||||||
@ stub _mbctohira
|
@ cdecl _mbctohira(long) msvcrt._mbctohira
|
||||||
@ stub _mbctokata
|
@ cdecl _mbctokata(long) msvcrt._mbctokata
|
||||||
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
||||||
@ cdecl _mbctombb(long) msvcrt._mbctombb
|
@ cdecl _mbctombb(long) msvcrt._mbctombb
|
||||||
@ cdecl _mbctoupper(long) msvcrt._mbctoupper
|
@ cdecl _mbctoupper(long) msvcrt._mbctoupper
|
||||||
|
@ -1042,25 +1042,25 @@
|
||||||
@ cdecl _mbsnbcat(str str long) msvcrt._mbsnbcat
|
@ cdecl _mbsnbcat(str str long) msvcrt._mbsnbcat
|
||||||
@ cdecl _mbsnbcmp(str str long) msvcrt._mbsnbcmp
|
@ cdecl _mbsnbcmp(str str long) msvcrt._mbsnbcmp
|
||||||
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
||||||
@ stub _mbsnbcoll
|
@ cdecl _mbsnbcoll(str str long) msvcrt._mbsnbcoll
|
||||||
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
||||||
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
||||||
@ stub _mbsnbicoll
|
@ cdecl _mbsnbicoll(str str long) msvcrt._mbsnbicoll
|
||||||
@ cdecl _mbsnbset(str long long) msvcrt._mbsnbset
|
@ cdecl _mbsnbset(ptr long long) msvcrt._mbsnbset
|
||||||
@ cdecl _mbsncat(str str long) msvcrt._mbsncat
|
@ cdecl _mbsncat(str str long) msvcrt._mbsncat
|
||||||
@ cdecl _mbsnccnt(str long) msvcrt._mbsnccnt
|
@ cdecl _mbsnccnt(str long) msvcrt._mbsnccnt
|
||||||
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
||||||
@ stub _mbsncoll
|
@ cdecl _mbsncoll(str str long) msvcrt._mbsncoll
|
||||||
@ cdecl _mbsncpy(str str long) msvcrt._mbsncpy
|
@ cdecl _mbsncpy(ptr str long) msvcrt._mbsncpy
|
||||||
@ cdecl _mbsnextc(str) msvcrt._mbsnextc
|
@ cdecl _mbsnextc(str) msvcrt._mbsnextc
|
||||||
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
||||||
@ stub _mbsnicoll
|
@ cdecl _mbsnicoll(str str long) msvcrt._mbsnicoll
|
||||||
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
||||||
@ cdecl _mbsnset(str long long) msvcrt._mbsnset
|
@ cdecl _mbsnset(ptr long long) msvcrt._mbsnset
|
||||||
@ cdecl _mbspbrk(str str) msvcrt._mbspbrk
|
@ cdecl _mbspbrk(str str) msvcrt._mbspbrk
|
||||||
@ cdecl _mbsrchr(str long) msvcrt._mbsrchr
|
@ cdecl _mbsrchr(str long) msvcrt._mbsrchr
|
||||||
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
||||||
@ cdecl _mbsset(str long) msvcrt._mbsset
|
@ cdecl _mbsset(ptr long) msvcrt._mbsset
|
||||||
@ cdecl _mbsspn(str str) msvcrt._mbsspn
|
@ cdecl _mbsspn(str str) msvcrt._mbsspn
|
||||||
@ cdecl _mbsspnp(str str) msvcrt._mbsspnp
|
@ cdecl _mbsspnp(str str) msvcrt._mbsspnp
|
||||||
@ cdecl _mbsstr(str str) msvcrt._mbsstr
|
@ cdecl _mbsstr(str str) msvcrt._mbsstr
|
||||||
|
@ -1107,7 +1107,7 @@
|
||||||
@ cdecl -arch=i386 -norelay _setjmp3(ptr long) msvcrt._setjmp3
|
@ cdecl -arch=i386 -norelay _setjmp3(ptr long) msvcrt._setjmp3
|
||||||
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
||||||
@ cdecl _setmode(long long) msvcrt._setmode
|
@ cdecl _setmode(long long) msvcrt._setmode
|
||||||
@ stub _setsystime
|
@ cdecl _setsystime(ptr long) msvcrt._setsystime
|
||||||
@ cdecl _sleep(long) msvcrt._sleep
|
@ cdecl _sleep(long) msvcrt._sleep
|
||||||
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
||||||
@ varargs _snwprintf(ptr long wstr) msvcrt._snwprintf
|
@ varargs _snwprintf(ptr long wstr) msvcrt._snwprintf
|
||||||
|
@ -1130,9 +1130,9 @@
|
||||||
@ cdecl _stricmp(str str) msvcrt._stricmp
|
@ cdecl _stricmp(str str) msvcrt._stricmp
|
||||||
@ cdecl _stricoll(str str) msvcrt._stricoll
|
@ cdecl _stricoll(str str) msvcrt._stricoll
|
||||||
@ cdecl _strlwr(str) msvcrt._strlwr
|
@ cdecl _strlwr(str) msvcrt._strlwr
|
||||||
@ stub _strncoll
|
@ cdecl _strncoll(str str long) msvcrt._strncoll
|
||||||
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
||||||
@ stub _strnicoll
|
@ cdecl _strnicoll(str str long) msvcrt._strnicoll
|
||||||
@ cdecl _strnset(str long long) msvcrt._strnset
|
@ cdecl _strnset(str long long) msvcrt._strnset
|
||||||
@ cdecl _strrev(str) msvcrt._strrev
|
@ cdecl _strrev(str) msvcrt._strrev
|
||||||
@ cdecl _strset(str long) msvcrt._strset
|
@ cdecl _strset(str long) msvcrt._strset
|
||||||
|
@ -1200,7 +1200,7 @@
|
||||||
@ cdecl _wcsicmp(wstr wstr) msvcrt._wcsicmp
|
@ cdecl _wcsicmp(wstr wstr) msvcrt._wcsicmp
|
||||||
@ cdecl _wcsicoll(wstr wstr) msvcrt._wcsicoll
|
@ cdecl _wcsicoll(wstr wstr) msvcrt._wcsicoll
|
||||||
@ cdecl _wcslwr(wstr) msvcrt._wcslwr
|
@ cdecl _wcslwr(wstr) msvcrt._wcslwr
|
||||||
@ stub _wcsncoll
|
@ cdecl _wcsncoll(wstr wstr long) msvcrt._wcsncoll
|
||||||
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
||||||
@ cdecl _wcsnicoll(wstr wstr long) msvcrt._wcsnicoll
|
@ cdecl _wcsnicoll(wstr wstr long) msvcrt._wcsnicoll
|
||||||
@ cdecl _wcsnset(wstr long long) msvcrt._wcsnset
|
@ cdecl _wcsnset(wstr long long) msvcrt._wcsnset
|
||||||
|
@ -1234,7 +1234,7 @@
|
||||||
@ cdecl _wmkdir(wstr) msvcrt._wmkdir
|
@ cdecl _wmkdir(wstr) msvcrt._wmkdir
|
||||||
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
||||||
@ varargs _wopen(wstr long) msvcrt._wopen
|
@ varargs _wopen(wstr long) msvcrt._wopen
|
||||||
@ stub _wperror
|
@ cdecl _wperror(wstr) msvcrt._wperror
|
||||||
@ extern _wpgmptr msvcrt._wpgmptr
|
@ extern _wpgmptr msvcrt._wpgmptr
|
||||||
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
||||||
@ cdecl _wputenv(wstr) msvcrt._wputenv
|
@ cdecl _wputenv(wstr) msvcrt._wputenv
|
||||||
|
@ -1259,7 +1259,7 @@
|
||||||
@ cdecl _wstrtime(ptr) msvcrt._wstrtime
|
@ cdecl _wstrtime(ptr) msvcrt._wstrtime
|
||||||
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
||||||
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
||||||
@ stub _wtmpnam
|
@ cdecl _wtmpnam(ptr) msvcrt._wtmpnam
|
||||||
@ cdecl _wtoi(wstr) msvcrt._wtoi
|
@ cdecl _wtoi(wstr) msvcrt._wtoi
|
||||||
@ cdecl _wtol(wstr) msvcrt._wtol
|
@ cdecl _wtol(wstr) msvcrt._wtol
|
||||||
@ cdecl _wunlink(wstr) msvcrt._wunlink
|
@ cdecl _wunlink(wstr) msvcrt._wunlink
|
||||||
|
@ -1363,7 +1363,7 @@
|
||||||
@ cdecl malloc(long) msvcrt.malloc
|
@ cdecl malloc(long) msvcrt.malloc
|
||||||
@ cdecl mblen(ptr long) msvcrt.mblen
|
@ cdecl mblen(ptr long) msvcrt.mblen
|
||||||
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
||||||
@ cdecl mbtowc(wstr str long) msvcrt.mbtowc
|
@ cdecl mbtowc(ptr str long) msvcrt.mbtowc
|
||||||
@ cdecl memchr(ptr long long) msvcrt.memchr
|
@ cdecl memchr(ptr long long) msvcrt.memchr
|
||||||
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
||||||
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
||||||
|
@ -1458,7 +1458,7 @@
|
||||||
@ cdecl wcstol(wstr ptr long) msvcrt.wcstol
|
@ cdecl wcstol(wstr ptr long) msvcrt.wcstol
|
||||||
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
||||||
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
||||||
@ stub wcsxfrm
|
@ cdecl wcsxfrm(ptr wstr long) msvcrt.wcsxfrm
|
||||||
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
||||||
@ varargs wprintf(wstr) msvcrt.wprintf
|
@ varargs wprintf(wstr) msvcrt.wprintf
|
||||||
@ varargs wscanf(wstr) msvcrt.wscanf
|
@ varargs wscanf(wstr) msvcrt.wscanf
|
||||||
|
|
|
@ -904,7 +904,7 @@
|
||||||
@ cdecl __p__osver() msvcrt.__p__osver
|
@ cdecl __p__osver() msvcrt.__p__osver
|
||||||
@ cdecl __p__pctype() msvcrt.__p__pctype
|
@ cdecl __p__pctype() msvcrt.__p__pctype
|
||||||
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
||||||
@ stub __p__pwctype
|
@ cdecl __p__pwctype() msvcrt.__p__pwctype
|
||||||
@ cdecl __p__timezone() msvcrt.__p__timezone
|
@ cdecl __p__timezone() msvcrt.__p__timezone
|
||||||
@ cdecl __p__tzname() msvcrt.__p__tzname
|
@ cdecl __p__tzname() msvcrt.__p__tzname
|
||||||
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
||||||
|
@ -913,7 +913,7 @@
|
||||||
@ cdecl __p__winminor() msvcrt.__p__winminor
|
@ cdecl __p__winminor() msvcrt.__p__winminor
|
||||||
@ cdecl __p__winver() msvcrt.__p__winver
|
@ cdecl __p__winver() msvcrt.__p__winver
|
||||||
@ cdecl __p__wpgmptr() msvcrt.__p__wpgmptr
|
@ cdecl __p__wpgmptr() msvcrt.__p__wpgmptr
|
||||||
@ stub __pxcptinfoptrs
|
@ cdecl __pxcptinfoptrs() msvcrt.__pxcptinfoptrs
|
||||||
@ cdecl __set_app_type(long) msvcrt.__set_app_type
|
@ cdecl __set_app_type(long) msvcrt.__set_app_type
|
||||||
@ cdecl __setusermatherr(ptr) msvcrt.__setusermatherr
|
@ cdecl __setusermatherr(ptr) msvcrt.__setusermatherr
|
||||||
@ cdecl __threadhandle() msvcrt.__threadhandle
|
@ cdecl __threadhandle() msvcrt.__threadhandle
|
||||||
|
@ -943,7 +943,7 @@
|
||||||
@ extern _aexit_rtn msvcrt._aexit_rtn
|
@ extern _aexit_rtn msvcrt._aexit_rtn
|
||||||
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
||||||
@ cdecl _assert(str str long) msvcrt._assert
|
@ cdecl _assert(str str long) msvcrt._assert
|
||||||
@ stub _atodbl
|
@ cdecl _atodbl(ptr str) msvcrt._atodbl
|
||||||
@ cdecl _atoldbl(ptr str) msvcrt._atoldbl
|
@ cdecl _atoldbl(ptr str) msvcrt._atoldbl
|
||||||
@ cdecl _beep(long long) msvcrt._beep
|
@ cdecl _beep(long long) msvcrt._beep
|
||||||
@ cdecl _beginthread(ptr long ptr) msvcrt._beginthread
|
@ cdecl _beginthread(ptr long ptr) msvcrt._beginthread
|
||||||
|
@ -951,7 +951,7 @@
|
||||||
@ cdecl _c_exit() msvcrt._c_exit
|
@ cdecl _c_exit() msvcrt._c_exit
|
||||||
@ cdecl _cabs(long) msvcrt._cabs
|
@ cdecl _cabs(long) msvcrt._cabs
|
||||||
@ cdecl _cexit() msvcrt._cexit
|
@ cdecl _cexit() msvcrt._cexit
|
||||||
@ cdecl _cgets(str) msvcrt._cgets
|
@ cdecl _cgets(ptr) msvcrt._cgets
|
||||||
@ cdecl _chdir(str) msvcrt._chdir
|
@ cdecl _chdir(str) msvcrt._chdir
|
||||||
@ cdecl _chdrive(long) msvcrt._chdrive
|
@ cdecl _chdrive(long) msvcrt._chdrive
|
||||||
@ cdecl _chgsign( double ) msvcrt._chgsign
|
@ cdecl _chgsign( double ) msvcrt._chgsign
|
||||||
|
@ -1012,7 +1012,7 @@
|
||||||
@ cdecl _flushall() msvcrt._flushall
|
@ cdecl _flushall() msvcrt._flushall
|
||||||
@ extern _fmode msvcrt._fmode
|
@ extern _fmode msvcrt._fmode
|
||||||
@ cdecl _fpclass(double) msvcrt._fpclass
|
@ cdecl _fpclass(double) msvcrt._fpclass
|
||||||
@ stub _fpieee_flt
|
@ cdecl _fpieee_flt(long ptr ptr) msvcrt._fpieee_flt
|
||||||
@ cdecl _fpreset() msvcrt._fpreset
|
@ cdecl _fpreset() msvcrt._fpreset
|
||||||
@ cdecl _fputchar(long) msvcrt._fputchar
|
@ cdecl _fputchar(long) msvcrt._fputchar
|
||||||
@ cdecl _fputwchar(long) msvcrt._fputwchar
|
@ cdecl _fputwchar(long) msvcrt._fputwchar
|
||||||
|
@ -1036,7 +1036,7 @@
|
||||||
@ cdecl _getmaxstdio() msvcrt._getmaxstdio
|
@ cdecl _getmaxstdio() msvcrt._getmaxstdio
|
||||||
@ cdecl _getmbcp() msvcrt._getmbcp
|
@ cdecl _getmbcp() msvcrt._getmbcp
|
||||||
@ cdecl _getpid() msvcrt._getpid
|
@ cdecl _getpid() msvcrt._getpid
|
||||||
@ stub _getsystime
|
@ cdecl _getsystime(ptr) msvcrt._getsystime
|
||||||
@ cdecl _getw(ptr) msvcrt._getw
|
@ cdecl _getw(ptr) msvcrt._getw
|
||||||
@ cdecl _getws(ptr) msvcrt._getws
|
@ cdecl _getws(ptr) msvcrt._getws
|
||||||
@ cdecl -i386 _global_unwind2(ptr) msvcrt._global_unwind2
|
@ cdecl -i386 _global_unwind2(ptr) msvcrt._global_unwind2
|
||||||
|
@ -1044,26 +1044,26 @@
|
||||||
@ cdecl _heapchk() msvcrt._heapchk
|
@ cdecl _heapchk() msvcrt._heapchk
|
||||||
@ cdecl _heapmin() msvcrt._heapmin
|
@ cdecl _heapmin() msvcrt._heapmin
|
||||||
@ cdecl _heapset(long) msvcrt._heapset
|
@ cdecl _heapset(long) msvcrt._heapset
|
||||||
@ stub _heapused
|
@ cdecl _heapused(ptr ptr) msvcrt._heapused
|
||||||
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
||||||
@ cdecl _hypot(double double) msvcrt._hypot
|
@ cdecl _hypot(double double) msvcrt._hypot
|
||||||
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
||||||
@ stub -arch=i386 _inp
|
@ cdecl -arch=i386 _inp(long) msvcrt._inp
|
||||||
@ stub -arch=i386 _inpd
|
@ cdecl -arch=i386 _inpd(long) msvcrt._inpd
|
||||||
@ stub -arch=i386 _inpw
|
@ cdecl -arch=i386 _inpw(long) msvcrt._inpw
|
||||||
@ extern _iob msvcrt._iob
|
@ extern _iob msvcrt._iob
|
||||||
@ cdecl _isatty(long) msvcrt._isatty
|
@ cdecl _isatty(long) msvcrt._isatty
|
||||||
@ cdecl _isctype(long long) msvcrt._isctype
|
@ cdecl _isctype(long long) msvcrt._isctype
|
||||||
@ stub _ismbbalnum
|
@ cdecl _ismbbalnum(long) msvcrt._ismbbalnum
|
||||||
@ stub _ismbbalpha
|
@ cdecl _ismbbalpha(long) msvcrt._ismbbalpha
|
||||||
@ stub _ismbbgraph
|
@ cdecl _ismbbgraph(long) msvcrt._ismbbgraph
|
||||||
@ stub _ismbbkalnum
|
@ cdecl _ismbbkalnum(long) msvcrt._ismbbkalnum
|
||||||
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
||||||
@ stub _ismbbkprint
|
@ cdecl _ismbbkprint(long) msvcrt._ismbbkprint
|
||||||
@ stub _ismbbkpunct
|
@ cdecl _ismbbkpunct(long) msvcrt._ismbbkpunct
|
||||||
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
||||||
@ stub _ismbbprint
|
@ cdecl _ismbbprint(long) msvcrt._ismbbprint
|
||||||
@ stub _ismbbpunct
|
@ cdecl _ismbbpunct(long) msvcrt._ismbbpunct
|
||||||
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
||||||
@ cdecl _ismbcalnum(long) msvcrt._ismbcalnum
|
@ cdecl _ismbcalnum(long) msvcrt._ismbcalnum
|
||||||
@ cdecl _ismbcalpha(long) msvcrt._ismbcalpha
|
@ cdecl _ismbcalpha(long) msvcrt._ismbcalpha
|
||||||
|
@ -1071,9 +1071,9 @@
|
||||||
@ cdecl _ismbcgraph(long) msvcrt._ismbcgraph
|
@ cdecl _ismbcgraph(long) msvcrt._ismbcgraph
|
||||||
@ cdecl _ismbchira(long) msvcrt._ismbchira
|
@ cdecl _ismbchira(long) msvcrt._ismbchira
|
||||||
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
||||||
@ stub _ismbcl0
|
@ cdecl _ismbcl0(long) msvcrt._ismbcl0
|
||||||
@ stub _ismbcl1
|
@ cdecl _ismbcl1(long) msvcrt._ismbcl1
|
||||||
@ stub _ismbcl2
|
@ cdecl _ismbcl2(long) msvcrt._ismbcl2
|
||||||
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
||||||
@ cdecl _ismbclower(long) msvcrt._ismbclower
|
@ cdecl _ismbclower(long) msvcrt._ismbclower
|
||||||
@ cdecl _ismbcprint(long) msvcrt._ismbcprint
|
@ cdecl _ismbcprint(long) msvcrt._ismbcprint
|
||||||
|
@ -1098,7 +1098,7 @@
|
||||||
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
||||||
@ cdecl _lrotl(long long) msvcrt._lrotl
|
@ cdecl _lrotl(long long) msvcrt._lrotl
|
||||||
@ cdecl _lrotr(long long) msvcrt._lrotr
|
@ cdecl _lrotr(long long) msvcrt._lrotr
|
||||||
@ cdecl _lsearch(ptr ptr long long ptr) msvcrt._lsearch
|
@ cdecl _lsearch(ptr ptr ptr long ptr) msvcrt._lsearch
|
||||||
@ cdecl _lseek(long long long) msvcrt._lseek
|
@ cdecl _lseek(long long long) msvcrt._lseek
|
||||||
@ cdecl -ret64 _lseeki64(long int64 long) msvcrt._lseeki64
|
@ cdecl -ret64 _lseeki64(long int64 long) msvcrt._lseeki64
|
||||||
@ cdecl _ltoa(long ptr long) msvcrt._ltoa
|
@ cdecl _ltoa(long ptr long) msvcrt._ltoa
|
||||||
|
@ -1106,12 +1106,12 @@
|
||||||
@ cdecl _makepath(ptr str str str str) msvcrt._makepath
|
@ cdecl _makepath(ptr str str str str) msvcrt._makepath
|
||||||
@ cdecl _mbbtombc(long) msvcrt._mbbtombc
|
@ cdecl _mbbtombc(long) msvcrt._mbbtombc
|
||||||
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
||||||
@ cdecl _mbccpy(str str) msvcrt._mbccpy
|
@ cdecl _mbccpy(ptr str) msvcrt._mbccpy
|
||||||
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
||||||
@ stub _mbcjmstojis
|
@ cdecl _mbcjmstojis(long) msvcrt._mbcjmstojis
|
||||||
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
||||||
@ stub _mbctohira
|
@ cdecl _mbctohira(long) msvcrt._mbctohira
|
||||||
@ stub _mbctokata
|
@ cdecl _mbctokata(long) msvcrt._mbctokata
|
||||||
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
||||||
@ cdecl _mbctombb(long) msvcrt._mbctombb
|
@ cdecl _mbctombb(long) msvcrt._mbctombb
|
||||||
@ cdecl _mbctoupper(long) msvcrt._mbctoupper
|
@ cdecl _mbctoupper(long) msvcrt._mbctoupper
|
||||||
|
@ -1133,25 +1133,25 @@
|
||||||
@ cdecl _mbsnbcat(str str long) msvcrt._mbsnbcat
|
@ cdecl _mbsnbcat(str str long) msvcrt._mbsnbcat
|
||||||
@ cdecl _mbsnbcmp(str str long) msvcrt._mbsnbcmp
|
@ cdecl _mbsnbcmp(str str long) msvcrt._mbsnbcmp
|
||||||
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
||||||
@ stub _mbsnbcoll
|
@ cdecl _mbsnbcoll(str str long) msvcrt._mbsnbcoll
|
||||||
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
||||||
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
||||||
@ stub _mbsnbicoll
|
@ cdecl _mbsnbicoll(str str long) msvcrt._mbsnbicoll
|
||||||
@ cdecl _mbsnbset(str long long) msvcrt._mbsnbset
|
@ cdecl _mbsnbset(ptr long long) msvcrt._mbsnbset
|
||||||
@ cdecl _mbsncat(str str long) msvcrt._mbsncat
|
@ cdecl _mbsncat(str str long) msvcrt._mbsncat
|
||||||
@ cdecl _mbsnccnt(str long) msvcrt._mbsnccnt
|
@ cdecl _mbsnccnt(str long) msvcrt._mbsnccnt
|
||||||
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
||||||
@ stub _mbsncoll
|
@ cdecl _mbsncoll(str str long) msvcrt._mbsncoll
|
||||||
@ cdecl _mbsncpy(str str long) msvcrt._mbsncpy
|
@ cdecl _mbsncpy(ptr str long) msvcrt._mbsncpy
|
||||||
@ cdecl _mbsnextc(str) msvcrt._mbsnextc
|
@ cdecl _mbsnextc(str) msvcrt._mbsnextc
|
||||||
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
||||||
@ stub _mbsnicoll
|
@ cdecl _mbsnicoll(str str long) msvcrt._mbsnicoll
|
||||||
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
||||||
@ cdecl _mbsnset(str long long) msvcrt._mbsnset
|
@ cdecl _mbsnset(ptr long long) msvcrt._mbsnset
|
||||||
@ cdecl _mbspbrk(str str) msvcrt._mbspbrk
|
@ cdecl _mbspbrk(str str) msvcrt._mbspbrk
|
||||||
@ cdecl _mbsrchr(str long) msvcrt._mbsrchr
|
@ cdecl _mbsrchr(str long) msvcrt._mbsrchr
|
||||||
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
||||||
@ cdecl _mbsset(str long) msvcrt._mbsset
|
@ cdecl _mbsset(ptr long) msvcrt._mbsset
|
||||||
@ cdecl _mbsspn(str str) msvcrt._mbsspn
|
@ cdecl _mbsspn(str str) msvcrt._mbsspn
|
||||||
@ cdecl _mbsspnp(str str) msvcrt._mbsspnp
|
@ cdecl _mbsspnp(str str) msvcrt._mbsspnp
|
||||||
@ cdecl _mbsstr(str str) msvcrt._mbsstr
|
@ cdecl _mbsstr(str str) msvcrt._mbsstr
|
||||||
|
@ -1170,9 +1170,9 @@
|
||||||
@ varargs _open(str long) msvcrt._open
|
@ varargs _open(str long) msvcrt._open
|
||||||
@ cdecl _open_osfhandle(long long) msvcrt._open_osfhandle
|
@ cdecl _open_osfhandle(long long) msvcrt._open_osfhandle
|
||||||
@ extern _osver msvcrt._osver
|
@ extern _osver msvcrt._osver
|
||||||
@ stub -arch=i386 _outp
|
@ cdecl -arch=i386 _outp(long long) msvcrt._outp
|
||||||
@ stub -arch=i386 _outpd
|
@ cdecl -arch=i386 _outpd(long long) msvcrt._outpd
|
||||||
@ stub -arch=i386 _outpw
|
@ cdecl -arch=i386 _outpw(long long) msvcrt._outpw
|
||||||
@ cdecl _pclose(ptr) msvcrt._pclose
|
@ cdecl _pclose(ptr) msvcrt._pclose
|
||||||
@ extern _pctype msvcrt._pctype
|
@ extern _pctype msvcrt._pctype
|
||||||
@ extern _pgmptr msvcrt._pgmptr
|
@ extern _pgmptr msvcrt._pgmptr
|
||||||
|
@ -1203,7 +1203,7 @@
|
||||||
@ cdecl _setmaxstdio(long) msvcrt._setmaxstdio
|
@ cdecl _setmaxstdio(long) msvcrt._setmaxstdio
|
||||||
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
||||||
@ cdecl _setmode(long long) msvcrt._setmode
|
@ cdecl _setmode(long long) msvcrt._setmode
|
||||||
@ stub _setsystime
|
@ cdecl _setsystime(ptr long) msvcrt._setsystime
|
||||||
@ cdecl _sleep(long) msvcrt._sleep
|
@ cdecl _sleep(long) msvcrt._sleep
|
||||||
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
||||||
@ varargs _snwprintf(ptr long wstr) msvcrt._snwprintf
|
@ varargs _snwprintf(ptr long wstr) msvcrt._snwprintf
|
||||||
|
@ -1227,9 +1227,9 @@
|
||||||
@ cdecl _stricmp(str str) msvcrt._stricmp
|
@ cdecl _stricmp(str str) msvcrt._stricmp
|
||||||
@ cdecl _stricoll(str str) msvcrt._stricoll
|
@ cdecl _stricoll(str str) msvcrt._stricoll
|
||||||
@ cdecl _strlwr(str) msvcrt._strlwr
|
@ cdecl _strlwr(str) msvcrt._strlwr
|
||||||
@ stub _strncoll
|
@ cdecl _strncoll(str str long) msvcrt._strncoll
|
||||||
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
||||||
@ stub _strnicoll
|
@ cdecl _strnicoll(str str long) msvcrt._strnicoll
|
||||||
@ cdecl _strnset(str long long) msvcrt._strnset
|
@ cdecl _strnset(str long long) msvcrt._strnset
|
||||||
@ cdecl _strrev(str) msvcrt._strrev
|
@ cdecl _strrev(str) msvcrt._strrev
|
||||||
@ cdecl _strset(str long) msvcrt._strset
|
@ cdecl _strset(str long) msvcrt._strset
|
||||||
|
@ -1265,7 +1265,7 @@
|
||||||
@ cdecl _wcsicmp(wstr wstr) msvcrt._wcsicmp
|
@ cdecl _wcsicmp(wstr wstr) msvcrt._wcsicmp
|
||||||
@ cdecl _wcsicoll(wstr wstr) msvcrt._wcsicoll
|
@ cdecl _wcsicoll(wstr wstr) msvcrt._wcsicoll
|
||||||
@ cdecl _wcslwr(wstr) msvcrt._wcslwr
|
@ cdecl _wcslwr(wstr) msvcrt._wcslwr
|
||||||
@ stub _wcsncoll
|
@ cdecl _wcsncoll(wstr wstr long) msvcrt._wcsncoll
|
||||||
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
||||||
@ cdecl _wcsnicoll(wstr wstr long) msvcrt._wcsnicoll
|
@ cdecl _wcsnicoll(wstr wstr long) msvcrt._wcsnicoll
|
||||||
@ cdecl _wcsnset(wstr long long) msvcrt._wcsnset
|
@ cdecl _wcsnset(wstr long long) msvcrt._wcsnset
|
||||||
|
@ -1301,7 +1301,7 @@
|
||||||
@ cdecl _wmkdir(wstr) msvcrt._wmkdir
|
@ cdecl _wmkdir(wstr) msvcrt._wmkdir
|
||||||
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
||||||
@ varargs _wopen(wstr long) msvcrt._wopen
|
@ varargs _wopen(wstr long) msvcrt._wopen
|
||||||
@ stub _wperror
|
@ cdecl _wperror(wstr) msvcrt._wperror
|
||||||
@ extern _wpgmptr msvcrt._wpgmptr
|
@ extern _wpgmptr msvcrt._wpgmptr
|
||||||
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
||||||
@ cdecl _wputenv(wstr) msvcrt._wputenv
|
@ cdecl _wputenv(wstr) msvcrt._wputenv
|
||||||
|
@ -1327,7 +1327,7 @@
|
||||||
@ cdecl _wstrtime(ptr) msvcrt._wstrtime
|
@ cdecl _wstrtime(ptr) msvcrt._wstrtime
|
||||||
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
||||||
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
||||||
@ stub _wtmpnam
|
@ cdecl _wtmpnam(ptr) msvcrt._wtmpnam
|
||||||
@ cdecl _wtoi(wstr) msvcrt._wtoi
|
@ cdecl _wtoi(wstr) msvcrt._wtoi
|
||||||
@ cdecl _wtol(wstr) msvcrt._wtol
|
@ cdecl _wtol(wstr) msvcrt._wtol
|
||||||
@ cdecl _wunlink(wstr) msvcrt._wunlink
|
@ cdecl _wunlink(wstr) msvcrt._wunlink
|
||||||
|
@ -1431,7 +1431,7 @@
|
||||||
@ cdecl malloc(long) msvcrt.malloc
|
@ cdecl malloc(long) msvcrt.malloc
|
||||||
@ cdecl mblen(ptr long) msvcrt.mblen
|
@ cdecl mblen(ptr long) msvcrt.mblen
|
||||||
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
||||||
@ cdecl mbtowc(wstr str long) msvcrt.mbtowc
|
@ cdecl mbtowc(ptr str long) msvcrt.mbtowc
|
||||||
@ cdecl memchr(ptr long long) msvcrt.memchr
|
@ cdecl memchr(ptr long long) msvcrt.memchr
|
||||||
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
||||||
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
||||||
|
@ -1526,7 +1526,7 @@
|
||||||
@ cdecl wcstol(wstr ptr long) msvcrt.wcstol
|
@ cdecl wcstol(wstr ptr long) msvcrt.wcstol
|
||||||
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
||||||
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
||||||
@ stub wcsxfrm
|
@ cdecl wcsxfrm(ptr wstr long) msvcrt.wcsxfrm
|
||||||
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
||||||
@ varargs wprintf(wstr) msvcrt.wprintf
|
@ varargs wprintf(wstr) msvcrt.wprintf
|
||||||
@ varargs wscanf(wstr) msvcrt.wscanf
|
@ varargs wscanf(wstr) msvcrt.wscanf
|
||||||
|
|
|
@ -165,15 +165,15 @@
|
||||||
@ cdecl __p__daylight() msvcrt.__p__daylight
|
@ cdecl __p__daylight() msvcrt.__p__daylight
|
||||||
@ cdecl __p__dstbias() msvcrt.__p__dstbias
|
@ cdecl __p__dstbias() msvcrt.__p__dstbias
|
||||||
@ cdecl __p__environ() msvcrt.__p__environ
|
@ cdecl __p__environ() msvcrt.__p__environ
|
||||||
@ stub __p__fileinfo
|
@ cdecl __p__fileinfo() msvcrt.__p__fileinfo
|
||||||
@ cdecl __p__fmode() msvcrt.__p__fmode
|
@ cdecl __p__fmode() msvcrt.__p__fmode
|
||||||
@ cdecl __p__iob() msvcrt.__p__iob
|
@ cdecl __p__iob() msvcrt.__p__iob
|
||||||
@ stub __p__mbcasemap
|
@ cdecl __p__mbcasemap() msvcrt.__p__mbcasemap
|
||||||
@ cdecl __p__mbctype() msvcrt.__p__mbctype
|
@ cdecl __p__mbctype() msvcrt.__p__mbctype
|
||||||
@ cdecl __p__osver() msvcrt.__p__osver
|
@ cdecl __p__osver() msvcrt.__p__osver
|
||||||
@ cdecl __p__pctype() msvcrt.__p__pctype
|
@ cdecl __p__pctype() msvcrt.__p__pctype
|
||||||
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
@ cdecl __p__pgmptr() msvcrt.__p__pgmptr
|
||||||
@ stub __p__pwctype
|
@ cdecl __p__pwctype() msvcrt.__p__pwctype
|
||||||
@ cdecl __p__timezone() msvcrt.__p__timezone
|
@ cdecl __p__timezone() msvcrt.__p__timezone
|
||||||
@ cdecl __p__tzname() msvcrt.__p__tzname
|
@ cdecl __p__tzname() msvcrt.__p__tzname
|
||||||
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
@ cdecl __p__wcmdln() msvcrt.__p__wcmdln
|
||||||
|
@ -184,7 +184,7 @@
|
||||||
@ cdecl __p__wpgmptr() msvcrt.__p__wpgmptr
|
@ cdecl __p__wpgmptr() msvcrt.__p__wpgmptr
|
||||||
@ cdecl __pctype_func() msvcrt.__pctype_func
|
@ cdecl __pctype_func() msvcrt.__pctype_func
|
||||||
@ extern __pioinfo msvcrt.__pioinfo
|
@ extern __pioinfo msvcrt.__pioinfo
|
||||||
@ stub __pxcptinfoptrs
|
@ cdecl __pxcptinfoptrs() msvcrt.__pxcptinfoptrs
|
||||||
@ cdecl __set_app_type(long) msvcrt.__set_app_type
|
@ cdecl __set_app_type(long) msvcrt.__set_app_type
|
||||||
@ extern __setlc_active msvcrt.__setlc_active
|
@ extern __setlc_active msvcrt.__setlc_active
|
||||||
@ cdecl __setusermatherr(ptr) msvcrt.__setusermatherr
|
@ cdecl __setusermatherr(ptr) msvcrt.__setusermatherr
|
||||||
|
@ -217,7 +217,7 @@
|
||||||
@ extern _aexit_rtn msvcrt._aexit_rtn
|
@ extern _aexit_rtn msvcrt._aexit_rtn
|
||||||
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
|
||||||
@ cdecl _assert(str str long) msvcrt._assert
|
@ cdecl _assert(str str long) msvcrt._assert
|
||||||
@ stub _atodbl
|
@ cdecl _atodbl(ptr str) msvcrt._atodbl
|
||||||
@ cdecl -ret64 _atoi64(str) msvcrt._atoi64
|
@ cdecl -ret64 _atoi64(str) msvcrt._atoi64
|
||||||
@ cdecl _atoldbl(ptr str) msvcrt._atoldbl
|
@ cdecl _atoldbl(ptr str) msvcrt._atoldbl
|
||||||
@ cdecl _beep(long long) msvcrt._beep
|
@ cdecl _beep(long long) msvcrt._beep
|
||||||
|
@ -228,7 +228,7 @@
|
||||||
@ cdecl _callnewh(long) msvcrt._callnewh
|
@ cdecl _callnewh(long) msvcrt._callnewh
|
||||||
@ cdecl _calloc_dbg(long long) msvcrt.calloc
|
@ cdecl _calloc_dbg(long long) msvcrt.calloc
|
||||||
@ cdecl _cexit() msvcrt._cexit
|
@ cdecl _cexit() msvcrt._cexit
|
||||||
@ cdecl _cgets(str) msvcrt._cgets
|
@ cdecl _cgets(ptr) msvcrt._cgets
|
||||||
@ cdecl _chdir(str) msvcrt._chdir
|
@ cdecl _chdir(str) msvcrt._chdir
|
||||||
@ cdecl _chdrive(long) msvcrt._chdrive
|
@ cdecl _chdrive(long) msvcrt._chdrive
|
||||||
@ cdecl _chgsign( double ) msvcrt._chgsign
|
@ cdecl _chgsign( double ) msvcrt._chgsign
|
||||||
|
@ -294,7 +294,7 @@
|
||||||
@ cdecl _flushall() msvcrt._flushall
|
@ cdecl _flushall() msvcrt._flushall
|
||||||
@ extern _fmode msvcrt._fmode
|
@ extern _fmode msvcrt._fmode
|
||||||
@ cdecl _fpclass(double) msvcrt._fpclass
|
@ cdecl _fpclass(double) msvcrt._fpclass
|
||||||
@ stub _fpieee_flt
|
@ cdecl _fpieee_flt(long ptr ptr) msvcrt._fpieee_flt
|
||||||
@ cdecl _fpreset() msvcrt._fpreset
|
@ cdecl _fpreset() msvcrt._fpreset
|
||||||
@ cdecl _fputchar(long) msvcrt._fputchar
|
@ cdecl _fputchar(long) msvcrt._fputchar
|
||||||
@ cdecl _fputwchar(long) msvcrt._fputwchar
|
@ cdecl _fputwchar(long) msvcrt._fputwchar
|
||||||
|
@ -320,7 +320,7 @@
|
||||||
@ cdecl _getmaxstdio() msvcrt._getmaxstdio
|
@ cdecl _getmaxstdio() msvcrt._getmaxstdio
|
||||||
@ cdecl _getmbcp() msvcrt._getmbcp
|
@ cdecl _getmbcp() msvcrt._getmbcp
|
||||||
@ cdecl _getpid() msvcrt._getpid
|
@ cdecl _getpid() msvcrt._getpid
|
||||||
@ stub _getsystime
|
@ cdecl _getsystime(ptr) msvcrt._getsystime
|
||||||
@ cdecl _getw(ptr) msvcrt._getw
|
@ cdecl _getw(ptr) msvcrt._getw
|
||||||
@ cdecl _getws(ptr) msvcrt._getws
|
@ cdecl _getws(ptr) msvcrt._getws
|
||||||
@ cdecl -i386 _global_unwind2(ptr) msvcrt._global_unwind2
|
@ cdecl -i386 _global_unwind2(ptr) msvcrt._global_unwind2
|
||||||
|
@ -328,28 +328,28 @@
|
||||||
@ cdecl _heapchk() msvcrt._heapchk
|
@ cdecl _heapchk() msvcrt._heapchk
|
||||||
@ cdecl _heapmin() msvcrt._heapmin
|
@ cdecl _heapmin() msvcrt._heapmin
|
||||||
@ cdecl _heapset(long) msvcrt._heapset
|
@ cdecl _heapset(long) msvcrt._heapset
|
||||||
@ stub _heapused
|
@ cdecl _heapused(ptr ptr) msvcrt._heapused
|
||||||
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
|
||||||
@ cdecl _hypot(double double) msvcrt._hypot
|
@ cdecl _hypot(double double) msvcrt._hypot
|
||||||
@ cdecl _i64toa(int64 ptr long) msvcrt._i64toa
|
@ cdecl _i64toa(int64 ptr long) msvcrt._i64toa
|
||||||
@ cdecl _i64tow(int64 ptr long) msvcrt._i64tow
|
@ cdecl _i64tow(int64 ptr long) msvcrt._i64tow
|
||||||
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
||||||
@ stub -arch=i386 _inp
|
@ cdecl -arch=i386 _inp(long) msvcrt._inp
|
||||||
@ stub -arch=i386 _inpd
|
@ cdecl -arch=i386 _inpd(long) msvcrt._inpd
|
||||||
@ stub -arch=i386 _inpw
|
@ cdecl -arch=i386 _inpw(long) msvcrt._inpw
|
||||||
@ extern _iob msvcrt._iob
|
@ extern _iob msvcrt._iob
|
||||||
@ cdecl _isatty(long) msvcrt._isatty
|
@ cdecl _isatty(long) msvcrt._isatty
|
||||||
@ cdecl _isctype(long long) msvcrt._isctype
|
@ cdecl _isctype(long long) msvcrt._isctype
|
||||||
@ stub _ismbbalnum
|
@ cdecl _ismbbalnum(long) msvcrt._ismbbalnum
|
||||||
@ stub _ismbbalpha
|
@ cdecl _ismbbalpha(long) msvcrt._ismbbalpha
|
||||||
@ stub _ismbbgraph
|
@ cdecl _ismbbgraph(long) msvcrt._ismbbgraph
|
||||||
@ stub _ismbbkalnum
|
@ cdecl _ismbbkalnum(long) msvcrt._ismbbkalnum
|
||||||
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
@ cdecl _ismbbkana(long) msvcrt._ismbbkana
|
||||||
@ stub _ismbbkprint
|
@ cdecl _ismbbkprint(long) msvcrt._ismbbkprint
|
||||||
@ stub _ismbbkpunct
|
@ cdecl _ismbbkpunct(long) msvcrt._ismbbkpunct
|
||||||
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
@ cdecl _ismbblead(long) msvcrt._ismbblead
|
||||||
@ stub _ismbbprint
|
@ cdecl _ismbbprint(long) msvcrt._ismbbprint
|
||||||
@ stub _ismbbpunct
|
@ cdecl _ismbbpunct(long) msvcrt._ismbbpunct
|
||||||
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
@ cdecl _ismbbtrail(long) msvcrt._ismbbtrail
|
||||||
@ cdecl _ismbcalnum(long) msvcrt._ismbcalnum
|
@ cdecl _ismbcalnum(long) msvcrt._ismbcalnum
|
||||||
@ cdecl _ismbcalpha(long) msvcrt._ismbcalpha
|
@ cdecl _ismbcalpha(long) msvcrt._ismbcalpha
|
||||||
|
@ -357,9 +357,9 @@
|
||||||
@ cdecl _ismbcgraph(long) msvcrt._ismbcgraph
|
@ cdecl _ismbcgraph(long) msvcrt._ismbcgraph
|
||||||
@ cdecl _ismbchira(long) msvcrt._ismbchira
|
@ cdecl _ismbchira(long) msvcrt._ismbchira
|
||||||
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
@ cdecl _ismbckata(long) msvcrt._ismbckata
|
||||||
@ stub _ismbcl0
|
@ cdecl _ismbcl0(long) msvcrt._ismbcl0
|
||||||
@ stub _ismbcl1
|
@ cdecl _ismbcl1(long) msvcrt._ismbcl1
|
||||||
@ stub _ismbcl2
|
@ cdecl _ismbcl2(long) msvcrt._ismbcl2
|
||||||
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
@ cdecl _ismbclegal(long) msvcrt._ismbclegal
|
||||||
@ cdecl _ismbclower(long) msvcrt._ismbclower
|
@ cdecl _ismbclower(long) msvcrt._ismbclower
|
||||||
@ cdecl _ismbcprint(long) msvcrt._ismbcprint
|
@ cdecl _ismbcprint(long) msvcrt._ismbcprint
|
||||||
|
@ -385,7 +385,7 @@
|
||||||
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
@ cdecl -i386 _longjmpex(ptr long) msvcrt._longjmpex
|
||||||
@ cdecl _lrotl(long long) msvcrt._lrotl
|
@ cdecl _lrotl(long long) msvcrt._lrotl
|
||||||
@ cdecl _lrotr(long long) msvcrt._lrotr
|
@ cdecl _lrotr(long long) msvcrt._lrotr
|
||||||
@ cdecl _lsearch(ptr ptr long long ptr) msvcrt._lsearch
|
@ cdecl _lsearch(ptr ptr ptr long ptr) msvcrt._lsearch
|
||||||
@ cdecl _lseek(long long long) msvcrt._lseek
|
@ cdecl _lseek(long long long) msvcrt._lseek
|
||||||
@ cdecl -ret64 _lseeki64(long int64 long) msvcrt._lseeki64
|
@ cdecl -ret64 _lseeki64(long int64 long) msvcrt._lseeki64
|
||||||
@ cdecl _ltoa(long ptr long) msvcrt._ltoa
|
@ cdecl _ltoa(long ptr long) msvcrt._ltoa
|
||||||
|
@ -395,12 +395,12 @@
|
||||||
@ cdecl _mbbtombc(long) msvcrt._mbbtombc
|
@ cdecl _mbbtombc(long) msvcrt._mbbtombc
|
||||||
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
@ cdecl _mbbtype(long long) msvcrt._mbbtype
|
||||||
@ stub _mbcasemap
|
@ stub _mbcasemap
|
||||||
@ cdecl _mbccpy(str str) msvcrt._mbccpy
|
@ cdecl _mbccpy(ptr str) msvcrt._mbccpy
|
||||||
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
@ cdecl _mbcjistojms(long) msvcrt._mbcjistojms
|
||||||
@ stub _mbcjmstojis
|
@ cdecl _mbcjmstojis(long) msvcrt._mbcjmstojis
|
||||||
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
@ cdecl _mbclen(ptr) msvcrt._mbclen
|
||||||
@ stub _mbctohira
|
@ cdecl _mbctohira(long) msvcrt._mbctohira
|
||||||
@ stub _mbctokata
|
@ cdecl _mbctokata(long) msvcrt._mbctokata
|
||||||
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
@ cdecl _mbctolower(long) msvcrt._mbctolower
|
||||||
@ cdecl _mbctombb(long) msvcrt._mbctombb
|
@ cdecl _mbctombb(long) msvcrt._mbctombb
|
||||||
@ cdecl _mbctoupper(long) msvcrt._mbctoupper
|
@ cdecl _mbctoupper(long) msvcrt._mbctoupper
|
||||||
|
@ -422,25 +422,25 @@
|
||||||
@ cdecl _mbsnbcat(str str long) msvcrt._mbsnbcat
|
@ cdecl _mbsnbcat(str str long) msvcrt._mbsnbcat
|
||||||
@ cdecl _mbsnbcmp(str str long) msvcrt._mbsnbcmp
|
@ cdecl _mbsnbcmp(str str long) msvcrt._mbsnbcmp
|
||||||
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
@ cdecl _mbsnbcnt(ptr long) msvcrt._mbsnbcnt
|
||||||
@ stub _mbsnbcoll
|
@ cdecl _mbsnbcoll(str str long) msvcrt._mbsnbcoll
|
||||||
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
@ cdecl _mbsnbcpy(ptr str long) msvcrt._mbsnbcpy
|
||||||
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
@ cdecl _mbsnbicmp(str str long) msvcrt._mbsnbicmp
|
||||||
@ stub _mbsnbicoll
|
@ cdecl _mbsnbicoll(str str long) msvcrt._mbsnbicoll
|
||||||
@ cdecl _mbsnbset(str long long) msvcrt._mbsnbset
|
@ cdecl _mbsnbset(ptr long long) msvcrt._mbsnbset
|
||||||
@ cdecl _mbsncat(str str long) msvcrt._mbsncat
|
@ cdecl _mbsncat(str str long) msvcrt._mbsncat
|
||||||
@ cdecl _mbsnccnt(str long) msvcrt._mbsnccnt
|
@ cdecl _mbsnccnt(str long) msvcrt._mbsnccnt
|
||||||
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
@ cdecl _mbsncmp(str str long) msvcrt._mbsncmp
|
||||||
@ stub _mbsncoll
|
@ cdecl _mbsncoll(str str long) msvcrt._mbsncoll
|
||||||
@ cdecl _mbsncpy(str str long) msvcrt._mbsncpy
|
@ cdecl _mbsncpy(ptr str long) msvcrt._mbsncpy
|
||||||
@ cdecl _mbsnextc(str) msvcrt._mbsnextc
|
@ cdecl _mbsnextc(str) msvcrt._mbsnextc
|
||||||
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
@ cdecl _mbsnicmp(str str long) msvcrt._mbsnicmp
|
||||||
@ stub _mbsnicoll
|
@ cdecl _mbsnicoll(str str long) msvcrt._mbsnicoll
|
||||||
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
@ cdecl _mbsninc(str long) msvcrt._mbsninc
|
||||||
@ cdecl _mbsnset(str long long) msvcrt._mbsnset
|
@ cdecl _mbsnset(ptr long long) msvcrt._mbsnset
|
||||||
@ cdecl _mbspbrk(str str) msvcrt._mbspbrk
|
@ cdecl _mbspbrk(str str) msvcrt._mbspbrk
|
||||||
@ cdecl _mbsrchr(str long) msvcrt._mbsrchr
|
@ cdecl _mbsrchr(str long) msvcrt._mbsrchr
|
||||||
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
@ cdecl _mbsrev(str) msvcrt._mbsrev
|
||||||
@ cdecl _mbsset(str long) msvcrt._mbsset
|
@ cdecl _mbsset(ptr long) msvcrt._mbsset
|
||||||
@ cdecl _mbsspn(str str) msvcrt._mbsspn
|
@ cdecl _mbsspn(str str) msvcrt._mbsspn
|
||||||
@ cdecl _mbsspnp(str str) msvcrt._mbsspnp
|
@ cdecl _mbsspnp(str str) msvcrt._mbsspnp
|
||||||
@ cdecl _mbsstr(str str) msvcrt._mbsstr
|
@ cdecl _mbsstr(str str) msvcrt._mbsstr
|
||||||
|
@ -458,9 +458,9 @@
|
||||||
@ varargs _open(str long) msvcrt._open
|
@ varargs _open(str long) msvcrt._open
|
||||||
@ cdecl _open_osfhandle(long long) msvcrt._open_osfhandle
|
@ cdecl _open_osfhandle(long long) msvcrt._open_osfhandle
|
||||||
@ extern _osver msvcrt._osver
|
@ extern _osver msvcrt._osver
|
||||||
@ stub -arch=i386 _outp
|
@ cdecl -arch=i386 _outp(long long) msvcrt._outp
|
||||||
@ stub -arch=i386 _outpd
|
@ cdecl -arch=i386 _outpd(long long) msvcrt._outpd
|
||||||
@ stub -arch=i386 _outpw
|
@ cdecl -arch=i386 _outpw(long long) msvcrt._outpw
|
||||||
@ cdecl _pclose(ptr) msvcrt._pclose
|
@ cdecl _pclose(ptr) msvcrt._pclose
|
||||||
@ extern _pctype msvcrt._pctype
|
@ extern _pctype msvcrt._pctype
|
||||||
@ extern _pgmptr msvcrt._pgmptr
|
@ extern _pgmptr msvcrt._pgmptr
|
||||||
|
@ -493,7 +493,7 @@
|
||||||
@ cdecl _setmaxstdio(long) msvcrt._setmaxstdio
|
@ cdecl _setmaxstdio(long) msvcrt._setmaxstdio
|
||||||
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
@ cdecl _setmbcp(long) msvcrt._setmbcp
|
||||||
@ cdecl _setmode(long long) msvcrt._setmode
|
@ cdecl _setmode(long long) msvcrt._setmode
|
||||||
@ stub _setsystime
|
@ cdecl _setsystime(ptr long) msvcrt._setsystime
|
||||||
@ cdecl _sleep(long) msvcrt._sleep
|
@ cdecl _sleep(long) msvcrt._sleep
|
||||||
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
@ varargs _snprintf(ptr long str) msvcrt._snprintf
|
||||||
@ varargs _snwprintf(ptr long wstr) msvcrt._snwprintf
|
@ varargs _snwprintf(ptr long wstr) msvcrt._snwprintf
|
||||||
|
@ -517,9 +517,9 @@
|
||||||
@ cdecl _stricmp(str str) msvcrt._stricmp
|
@ cdecl _stricmp(str str) msvcrt._stricmp
|
||||||
@ cdecl _stricoll(str str) msvcrt._stricoll
|
@ cdecl _stricoll(str str) msvcrt._stricoll
|
||||||
@ cdecl _strlwr(str) msvcrt._strlwr
|
@ cdecl _strlwr(str) msvcrt._strlwr
|
||||||
@ stub _strncoll
|
@ cdecl _strncoll(str str long) msvcrt._strncoll
|
||||||
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
@ cdecl _strnicmp(str str long) msvcrt._strnicmp
|
||||||
@ stub _strnicoll
|
@ cdecl _strnicoll(str str long) msvcrt._strnicoll
|
||||||
@ cdecl _strnset(str long long) msvcrt._strnset
|
@ cdecl _strnset(str long long) msvcrt._strnset
|
||||||
@ cdecl _strrev(str) msvcrt._strrev
|
@ cdecl _strrev(str) msvcrt._strrev
|
||||||
@ cdecl _strset(str long) msvcrt._strset
|
@ cdecl _strset(str long) msvcrt._strset
|
||||||
|
@ -558,7 +558,7 @@
|
||||||
@ cdecl _wcsicmp(wstr wstr) msvcrt._wcsicmp
|
@ cdecl _wcsicmp(wstr wstr) msvcrt._wcsicmp
|
||||||
@ cdecl _wcsicoll(wstr wstr) msvcrt._wcsicoll
|
@ cdecl _wcsicoll(wstr wstr) msvcrt._wcsicoll
|
||||||
@ cdecl _wcslwr(wstr) msvcrt._wcslwr
|
@ cdecl _wcslwr(wstr) msvcrt._wcslwr
|
||||||
@ stub _wcsncoll
|
@ cdecl _wcsncoll(wstr wstr long) msvcrt._wcsncoll
|
||||||
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
@ cdecl _wcsnicmp(wstr wstr long) msvcrt._wcsnicmp
|
||||||
@ cdecl _wcsnicoll(wstr wstr long) msvcrt._wcsnicoll
|
@ cdecl _wcsnicoll(wstr wstr long) msvcrt._wcsnicoll
|
||||||
@ cdecl _wcsnset(wstr long long) msvcrt._wcsnset
|
@ cdecl _wcsnset(wstr long long) msvcrt._wcsnset
|
||||||
|
@ -594,7 +594,7 @@
|
||||||
@ cdecl _wmkdir(wstr) msvcrt._wmkdir
|
@ cdecl _wmkdir(wstr) msvcrt._wmkdir
|
||||||
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
@ cdecl _wmktemp(wstr) msvcrt._wmktemp
|
||||||
@ varargs _wopen(wstr long) msvcrt._wopen
|
@ varargs _wopen(wstr long) msvcrt._wopen
|
||||||
@ stub _wperror
|
@ cdecl _wperror(wstr) msvcrt._wperror
|
||||||
@ extern _wpgmptr msvcrt._wpgmptr
|
@ extern _wpgmptr msvcrt._wpgmptr
|
||||||
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
@ cdecl _wpopen(wstr wstr) msvcrt._wpopen
|
||||||
@ cdecl _wputenv(wstr) msvcrt._wputenv
|
@ cdecl _wputenv(wstr) msvcrt._wputenv
|
||||||
|
@ -620,7 +620,7 @@
|
||||||
@ cdecl _wstrtime(ptr) msvcrt._wstrtime
|
@ cdecl _wstrtime(ptr) msvcrt._wstrtime
|
||||||
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
@ cdecl _wsystem(wstr) msvcrt._wsystem
|
||||||
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
|
||||||
@ stub _wtmpnam
|
@ cdecl _wtmpnam(ptr) msvcrt._wtmpnam
|
||||||
@ cdecl _wtoi(wstr) msvcrt._wtoi
|
@ cdecl _wtoi(wstr) msvcrt._wtoi
|
||||||
@ cdecl -ret64 _wtoi64(wstr) msvcrt._wtoi64
|
@ cdecl -ret64 _wtoi64(wstr) msvcrt._wtoi64
|
||||||
@ cdecl _wtol(wstr) msvcrt._wtol
|
@ cdecl _wtol(wstr) msvcrt._wtol
|
||||||
|
@ -725,7 +725,7 @@
|
||||||
@ cdecl malloc(long) msvcrt.malloc
|
@ cdecl malloc(long) msvcrt.malloc
|
||||||
@ cdecl mblen(ptr long) msvcrt.mblen
|
@ cdecl mblen(ptr long) msvcrt.mblen
|
||||||
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
@ cdecl mbstowcs(ptr str long) msvcrt.mbstowcs
|
||||||
@ cdecl mbtowc(wstr str long) msvcrt.mbtowc
|
@ cdecl mbtowc(ptr str long) msvcrt.mbtowc
|
||||||
@ cdecl memchr(ptr long long) msvcrt.memchr
|
@ cdecl memchr(ptr long long) msvcrt.memchr
|
||||||
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
@ cdecl memcmp(ptr ptr long) msvcrt.memcmp
|
||||||
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
@ cdecl memcpy(ptr ptr long) msvcrt.memcpy
|
||||||
|
@ -820,7 +820,7 @@
|
||||||
@ cdecl wcstol(wstr ptr long) msvcrt.wcstol
|
@ cdecl wcstol(wstr ptr long) msvcrt.wcstol
|
||||||
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
@ cdecl wcstombs(ptr ptr long) msvcrt.wcstombs
|
||||||
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
@ cdecl wcstoul(wstr ptr long) msvcrt.wcstoul
|
||||||
@ stub wcsxfrm
|
@ cdecl wcsxfrm(ptr wstr long) msvcrt.wcsxfrm
|
||||||
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
@ cdecl wctomb(ptr long) msvcrt.wctomb
|
||||||
@ varargs wprintf(wstr) msvcrt.wprintf
|
@ varargs wprintf(wstr) msvcrt.wprintf
|
||||||
@ varargs wscanf(wstr) msvcrt.wscanf
|
@ varargs wscanf(wstr) msvcrt.wscanf
|
||||||
|
|
|
@ -152,7 +152,7 @@ sub update_spec_file($)
|
||||||
|
|
||||||
my $flags = ($parent{callconv} ne "stub" || $update_flags) ? $parent{flags} : $descr{flags};
|
my $flags = ($parent{callconv} ne "stub" || $update_flags) ? $parent{flags} : $descr{flags};
|
||||||
|
|
||||||
if ($parent{callconv} ne "stub")
|
if ($parent{callconv} ne "stub" || $parent{args})
|
||||||
{
|
{
|
||||||
my $callconv = $parent{callconv} ne "stub" ? $parent{callconv} :
|
my $callconv = $parent{callconv} ne "stub" ? $parent{callconv} :
|
||||||
$parent{spec} =~ /msvc/ ? "cdecl" : "stdcall"; # hack
|
$parent{spec} =~ /msvc/ ? "cdecl" : "stdcall"; # hack
|
||||||
|
|
Loading…
Reference in New Issue