source: trunk/src/NTDLL/ntdll.def@ 2142

Last change on this file since 2142 was 2134, checked in by sandervl, 26 years ago

Forward SID apis to NTDLL & move some sid apis from advapi32 to ntdll

File size: 27.8 KB
Line 
1; $Id: ntdll.def,v 1.29 1999-12-19 12:25:55 sandervl Exp $
2
3;Created by BLAST for IBM's compiler
4;Basis is NT4.0's NTDLL.DLL
5LIBRARY NTDLL INITINSTANCE TERMINSTANCE
6DATA MULTIPLE NONSHARED
7
8EXPORTS
9
10; -------------------
11; Forwarder Functions
12; -------------------
13
14 RtlFillMemory = _RtlFillMemory@12 @588
15 RtlMoveMemory = _RtlMoveMemory@12 @589
16 RtlUnwind = RtlUnwindAsm @590
17 RtlZeroMemory = _RtlZeroMemory@8 @591
18
19; unknown
20 _alldiv = _OS2_alldiv
21 _allmul = _OS2_allmul
22
23 RtlLargeIntegerToChar = _RtlLargeIntegerToChar@16 @425
24
25; real functions
26 NtAlertThread = _NtAlertThread@8 @57
27 ZwAlertThread = _NtAlertThread@8 @700
28 NtAllocateUuids = _NtAllocateUuids@16 @59
29 ZwAllocateUuids = _NtAllocateUuids@16 @701
30 NtTestAlert = _NtTestAlert@8 @232
31 ZwTestAlert = _NtTestAlert@8 @702
32 NtWriteRequestData = _NtWriteRequestData@20 @246
33 ZwWriteRequestData = _NtWriteRequestData@20 @703
34 NtImpersonateClientOfPort = _NtImpersonateClientOfPort@16 @112
35 ZwImpersonateClientOfPort = _NtImpersonateClientOfPort@16 @704
36 NtQuerySystemTime = _NtQuerySystemTime@4 @169
37 ZwQuerySystemTime = _NtQuerySystemTime@4 @705
38 NtReadRequestData = _NtReadRequestData@20 @178
39 ZwReadRequestData = _NtReadRequestData@20 @706
40
41 NtReplyPort = _NtReplyPort@16 @187
42 ZwReplyPort = _NtReplyPort@16 @707
43 NtReplyWaitReplyPort = _NtReplyWaitReplyPort@16 @189
44 ZwReplyWaitReplyPort = _NtReplyWaitReplyPort@16 @708
45 NtRequestPort = _NtRequestPort@16 @190
46 ZwRequestPort = _NtRequestPort@16 @709
47
48
49 NtOpenFile = _NtOpenFile@24 @127
50 ZwOpenFile = _NtOpenFile@24 @710
51 NtCreateFile = _NtCreateFile@44 @73
52 ZwCreateFile = _NtCreateFile@44 @711
53 NtReadFile = _NtReadFile@36 @712
54 ZwReadFile = _NtReadFile@36 @713
55 NtDeviceIoControlFile = _NtDeviceIoControlFile@40 @94
56 ZwDeviceIoControlFile = _NtDeviceIoControlFile@40 @714
57 NtFsControlFile = _NtFsControlFile@40 @108
58 ZwFsControlFile = _NtFsControlFile@40 @715
59 NtSetVolumeInformationFile = _NtSetVolumeInformationFile@16 @716
60 ZwSetVolumeInformationFile = _NtSetVolumeInformationFile@16 @717
61 NtQueryInformationFile = _NtQueryInformationFile@20 @718
62 ZwQueryInformationFile = _NtQueryInformationFile@20 @719
63 NtSetInformationFile = _NtSetInformationFile@20 @720
64 ZwSetInformationFile = _NtSetInformationFile@20 @721
65 NtQueryDirectoryFile = _NtQueryDirectoryFile@44 @722
66 ZwQueryDirectoryFile = _NtQueryDirectoryFile@44 @723
67 NtClose = _NtClose@4 @65
68 ZwClose = _NtClose@4 @724
69 NtCreateTimer = _NtCreateTimer@16 @87
70 ZwCreateTimer = _NtCreateTimer@16 @725
71 NtSetTimer = _NtSetTimer@28 @221
72 ZwSetTimer = _NtSetTimer@28 @726
73 NtQueryTimerResolution = _NtQueryTimerResolution@12 @727
74 ZwQueryTimerResolution = _NtQueryTimerResolution@12 @728
75 NtTerminateProcess = _NtTerminateProcess@8 @729
76 ZwTerminateProcess = _NtTerminateProcess@8 @730
77 NtQueryInformationProcess = _NtQueryInformationProcess@20 @731
78 ZwQueryInformationProcess = _NtQueryInformationProcess@20 @732
79 NtSetInformationProcess = _NtSetInformationProcess@16 @207
80 ZwSetInformationProcess = _NtSetInformationProcess@16 @733
81 NtResumeThread = _NtResumeThread@8 @734
82 ZwResumeThread = _NtResumeThread@8 @735
83 NtTerminateThread = _NtTerminateThread@8 @736
84 ZwTerminateThread = _NtTerminateThread@8 @737
85 NtQueryInformationThread = _NtQueryInformationThread@20 @738
86 ZwQueryInformationThread = _NtQueryInformationThread@20 @739
87 NtSetInformationThread = _NtSetInformationThread@16 @740
88 ZwSetInformationThread = _NtSetInformationThread@16 @741
89 NtDuplicateToken = _NtDuplicateToken@24 @742
90 ZwDuplicateToken = _NtDuplicateToken@24 @743
91 NtOpenProcessToken = _NtOpenProcessToken@12 @744
92 ZwOpenProcessToken = _NtOpenProcessToken@12 @745
93 NtOpenThreadToken = _NtOpenThreadToken@16 @746
94 ZwOpenThreadToken = _NtOpenThreadToken@16 @747
95 NtAdjustPrivilegesToken = _NtAdjustPrivilegesToken@24 @748
96 ZwAdjustPrivilegesToken = _NtAdjustPrivilegesToken@24 @749
97 NtQueryInformationToken = _NtQueryInformationToken@20 @156
98 ZwQueryInformationToken = _NtQueryInformationToken@20 @750
99 NtCreateSection = _NtCreateSection@28 @751
100 ZwCreateSection = _NtCreateSection@28 @752
101 NtOpenSection = _NtOpenSection@12 @753
102 ZwOpenSection = _NtOpenSection@12 @754
103 NtQuerySection = _NtQuerySection@20 @755
104 ZwQuerySection = _NtQuerySection@20 @756
105 NtMapViewOfSection = _NtMapViewOfSection@40 @757
106 ZwMapViewOfSection = _NtMapViewOfSection@40 @758
107 NtCreatePort = _NtCreatePort@20 @759
108 ZwCreatePort = _NtCreatePort@20 @760
109 NtConnectPort = _NtConnectPort@32 @761
110 ZwConnectPort = _NtConnectPort@32 @762
111 NtListenPort = _NtListenPort@8 @763
112 ZwListenPort = _NtListenPort@8 @764
113 NtAcceptConnectPort = _NtAcceptConnectPort@24 @765
114 ZwAcceptConnectPort = _NtAcceptConnectPort@24 @766
115 NtCompleteConnectPort = _NtCompleteConnectPort@4 @767
116 ZwCompleteConnectPort = _NtCompleteConnectPort@4 @768
117 NtRegisterThreadTerminatePort = _NtRegisterThreadTerminatePort@4 @769
118 ZwRegisterThreadTerminatePort = _NtRegisterThreadTerminatePort@4 @770
119 NtRequestWaitReplyPort = _NtRequestWaitReplyPort@12 @771
120 ZwRequestWaitReplyPort = _NtRequestWaitReplyPort@12 @772
121 NtReplyWaitReceivePort = _NtReplyWaitReceivePort@16 @773
122 ZwReplyWaitReceivePort = _NtReplyWaitReceivePort@16 @774
123 NtSetIntervalProfile = _NtSetIntervalProfile@8 @775
124 ZwSetIntervalProfile = _NtSetIntervalProfile@8 @776
125 NtQueryPerformanceCounter = _NtQueryPerformanceCounter@8 @777
126 ZwQueryPerformanceCounter = _NtQueryPerformanceCounter@8 @778
127 NtCreateMailslotFile = _NtCreateMailslotFile@32 @779
128 ZwCreateMailslotFile = _NtCreateMailslotFile@32 @780
129 NtQuerySystemInformation = _NtQuerySystemInformation@16 @95
130 ZwQuerySystemInformation = _NtQuerySystemInformation@16 @781
131 NtCreatePagingFile = _NtCreatePagingFile@16 @782
132 ZwCreatePagingFile = _NtCreatePagingFile@16 @783
133 NtDisplayString = _NtDisplayString@4 @784
134 ZwDisplayString = _NtDisplayString@4 @785
135
136 NtCreateSemaphore = _NtCreateSemaphore@20 @786
137 ZwCreateSemaphore = _NtCreateSemaphore@20 @787
138 NtOpenSemaphore = _NtOpenSemaphore@12 @788
139 ZwOpenSemaphore = _NtOpenSemaphore@12 @789
140 NtQuerySemaphore = _NtQuerySemaphore@20 @790
141 ZwQuerySemaphore = _NtQuerySemaphore@20 @791
142 NtReleaseSemaphore = _NtReleaseSemaphore@12 @792
143 ZwReleaseSemaphore = _NtReleaseSemaphore@12 @793
144 NtCreateEvent = _NtCreateEvent@20 @794
145 ZwCreateEvent = _NtCreateEvent@20 @795
146 NtOpenEvent = _NtOpenEvent@12 @796
147 ZwOpenEvent = _NtOpenEvent@12 @797
148 NtSetEvent = _NtSetEvent@8 @798
149 ZwSetEvent = _NtSetEvent@8 @799
150 NtResetEvent = _NtResetEvent@4 @192
151 ZwResetEvent = _NtResetEvent@4 @800
152
153 NtQueryObject = _NtQueryObject@20 @161
154 ZwQueryObject = _NtQueryObject@20 @801
155 NtQuerySecurityObject = _NtQuerySecurityObject@20 @802
156 ZwQuerySecurityObject = _NtQuerySecurityObject@20 @803
157 NtDuplicateObject = _NtDuplicateObject@28 @804
158 ZwDuplicateObject = _NtDuplicateObject@28 @805
159 NtWaitForSingleObject = _NtWaitForSingleObject@12 @806
160 ZwWaitForSingleObject = _NtWaitForSingleObject@12 @807
161 NtOpenDirectoryObject = _NtOpenDirectoryObject@12 @124
162 ZwOpenDirectoryObject = _NtOpenDirectoryObject@12 @808
163 NtCreateDirectoryObject = _NtCreateDirectoryObject@12 @809
164 ZwCreateDirectoryObject = _NtCreateDirectoryObject@12 @810
165 NtQueryDirectoryObject = _NtQueryDirectoryObject@28 @149
166 ZwQueryDirectoryObject = _NtQueryDirectoryObject@28 @811
167 NtOpenSymbolicLinkObject = _NtQuerySymbolicLinkObject@12 @812
168 ZwOpenSymbolicLinkObject = _NtQuerySymbolicLinkObject@12 @813
169 NtCreateSymbolicLinkObject = _NtCreateSymbolicLinkObject@16 @814
170 ZwCreateSymbolicLinkObject = _NtCreateSymbolicLinkObject@16 @815
171 NtQuerySymbolicLinkObject = _NtQuerySymbolicLinkObject@12 @816
172 ZwQuerySymbolicLinkObject = _NtQuerySymbolicLinkObject@12 @817
173
174 NtCreateKey = _NtCreateKey@28
175 ZwCreateKey = _NtCreateKey@28
176 NtDeleteKey = _NtDeleteKey@4
177 ZwDeleteKey = _NtDeleteKey@4
178 NtDeleteValueKey = _NtDeleteValueKey@8
179 ZwDeleteValueKey = _NtDeleteValueKey@8
180 NtEnumerateKey = _NtEnumerateKey@24
181 ZwEnumerateKey = _NtEnumerateKey@24
182 NtEnumerateValueKey = _NtEnumerateValueKey@24
183 ZwEnumerateValueKey = _NtEnumerateValueKey@24
184 NtFlushKey = _NtFlushKey@4
185 ZwFlushKey = _NtFlushKey@4
186 NtLoadKey = _NtLoadKey@8
187 ZwLoadKey = _NtLoadKey@8
188 NtNotifyChangeKey = _NtNotifyChangeKey@40
189 ZwNotifyChangeKey = _NtNotifyChangeKey@40
190 NtOpenKey = _NtOpenKey@12 @129
191 ZwOpenKey = _NtOpenKey@12
192 NtQueryKey = _NtQueryKey@20
193 ZwQueryKey = _NtQueryKey@20
194 NtQueryMultipleValueKey = _NtQueryMultipleValueKey@24
195 ZwQueryMultipleValueKey = _NtQueryMultipleValueKey@24
196 NtQueryValueKey = _NtQueryValueKey@24
197 ZwQueryValueKey = _NtQueryValueKey@24
198 NtReplaceKey = _NtReplaceKey@12
199 ZwReplaceKey = _NtReplaceKey@12
200 NtRestoreKey = _NtRestoreKey@12
201 ZwRestoreKey = _NtRestoreKey@12
202 NtSaveKey = _NtSaveKey@8
203 ZwSaveKey = _NtSaveKey@8
204 NtSetInformationKey = _NtSetInformationKey@16
205 ZwSetInformationKey = _NtSetInformationKey@16
206 NtSetValueKey = _NtSetValueKey@24
207 ZwSetValueKey = _NtSetValueKey@24
208 NtUnloadKey = _NtUnloadKey@4
209 ZwUnloadKey = _NtUnloadKey@4
210
211 RtlAllocateAndInitializeSid = _RtlAllocateAndInitializeSid@44 @265
212 RtlConvertSidToUnicodeString = _RtlConvertSidToUnicodeString@12 @296
213 RtlEqualSid = _RtlEqualSid@8 @352
214 RtlEqualPrefixSid = _RtlEqualPrefixSid@8 @351
215 RtlFreeSid = _RtlFreeSid@4 @376
216 RtlValidSid = _RtlValidSid@4 @523
217 RtlLengthRequiredSid = _RtlLengthRequiredSid@4 @427
218 RtlLengthSid = _RtlLengthSid@4 @429
219 RtlInitializeSid = _RtlInitializeSid@12 @410
220 RtlSubAuthoritySid = _RtlSubAuthoritySid@8 @497
221 RtlSubAuthorityCountSid = _RtlSubAuthorityCountSid@4 @496
222 RtlIdentifierAuthoritySid = _RtlIdentifierAuthoritySid@4 @395
223 RtlCopySid = _RtlCopySid@12 @302
224 RtlCreateSecurityDescriptor = _RtlCreateSecurityDescriptor@8 @313
225 RtlValidSecurityDescriptor = _RtlValidSecurityDescriptor@4 @600
226 RtlLengthSecurityDescriptor = _RtlLengthSecurityDescriptor@4 @601
227 RtlGetDaclSecurityDescriptor = _RtlGetDaclSecurityDescriptor@16 @602
228 RtlSetDaclSecurityDescriptor = _RtlSetDaclSecurityDescriptor@16 @483
229 RtlGetSaclSecurityDescriptor = _RtlGetSaclSecurityDescriptor@16 @603
230 RtlSetSaclSecurityDescriptor = _RtlSetSaclSecurityDescriptor@16 @604
231 RtlGetOwnerSecurityDescriptor = _RtlGetOwnerSecurityDescriptor@12 @488
232 RtlSetOwnerSecurityDescriptor = _RtlSetOwnerSecurityDescriptor@12 @487
233 RtlSetGroupSecurityDescriptor = _RtlSetGroupSecurityDescriptor@12 @485
234 RtlGetGroupSecurityDescriptor = _RtlGetGroupSecurityDescriptor@12 @605
235 RtlCreateAcl = _RtlCreateAcl@12 @306
236 RtlFirstFreeAce = _RtlFirstFreeAce@8 @370
237 RtlAddAce = _RtlAddAce@20 @260
238 RtlAddAccessAllowedAce = _RtlAddAccessAllowedAce@16 @606
239 RtlGetAce = _RtlGetAce@12 @607
240 RtlAdjustPrivilege = _RtlAdjustPrivilege@16 @608
241
242 RtlAnsiStringToUnicodeString = _RtlAnsiStringToUnicodeString@12 @269
243 RtlOemStringToUnicodeString = _RtlOemStringToUnicodeString@12 @447
244 RtlMultiByteToUnicodeN = _RtlMultiByteToUnicodeN@20 @446
245 RtlOemToUnicodeN = _RtlOemToUnicodeN@20 @448
246 RtlInitAnsiString = _RtlInitAnsiString@8 @399
247 RtlInitOemString = _RtlInitOemString@8
248 RtlInitString = _RtlInitString@8 @402
249 RtlInitUnicodeString = _RtlInitUnicodeString@8 @403
250 RtlFreeUnicodeString = _RtlFreeUnicodeString@4 @377
251 RtlFreeAnsiString = _RtlFreeAnsiString@4
252 RtlFreeOemString = _RtlFreeOemString@4
253 RtlUnicodeStringToOemString = _RtlUnicodeStringToOemString@12 @511
254 RtlUnicodeToMultiByteN = _RtlUnicodeToMultiByteN@20 @513
255 RtlUnicodeToOemN = _RtlUnicodeToOemN@20 @515
256 RtlUnicodeStringToAnsiString = _RtlUnicodeStringToAnsiString@12 @507
257 RtlEqualUnicodeString = _RtlEqualUnicodeString@12
258 RtlUpcaseUnicodeString = _RtlUpcaseUnicodeString@12 @520
259 RtlxOemStringToUnicodeSize = _RtlxOemStringToUnicodeSize@4 @549
260 RtlxAnsiStringToUnicodeSize = _RtlxAnsiStringToUnicodeSize@4 @548
261 RtlIsTextUnicode = _RtlIsTextUnicode@12 @417
262 RtlCompareUnicodeString = _RtlCompareUnicodeString@12
263 RtlUpcaseUnicodeStringToOemString = _RtlUpcaseUnicodeStringToOemString@12
264
265
266 RtlInitializeResource = _RtlInitializeResource@4 @409
267 RtlDeleteResource = _RtlDeleteResource@4 @330
268 RtlAcquireResourceExclusive = _RtlAcquireResourceExclusive@8 @256
269 RtlAcquireResourceShared = _RtlAcquireResourceShared@8 @257
270 RtlReleaseResource = _RtlReleaseResource@4 @471
271 RtlDumpResource = _RtlDumpResource@4 @340
272 RtlCreateHeap = _RtlCreateHeap@24 @309
273 RtlAllocateHeap = _RtlAllocateHeap@12 @266
274 RtlFreeHeap = _RtlFreeHeap@12 @374
275 RtlDestroyHeap = _RtlDestroyHeap@4 @333
276 RtlSizeHeap = _RtlSizeHeap@12 @493
277
278 NtRaiseException = ___regs_NtRaiseException@16
279 ZwRaiseException = ___regs_NtRaiseException@16
280 RtlRaiseException = ___regs_RtlRaiseException@8
281 DebugBreak = ___regs_DebugBreak@4
282 RtlRaiseStatus = _RtlRaiseStatus@4
283 RtlRandom = _RtlRandom@4
284
285 RtlAcquirePebLock = _RtlAcquirePebLock@0
286 RtlReleasePebLock = _RtlReleasePebLock@0
287 RtlIntegerToChar = _RtlIntegerToChar@16
288 RtlSetEnvironmentVariable = _RtlSetEnvironmentVariable@12
289 RtlNewSecurityObject = _RtlNewSecurityObject@24
290 RtlDeleteSecurityObject = _RtlDeleteSecurityObject@4
291 RtlNormalizeProcessParams = _RtlNormalizeProcessParams@4 @441
292 RtlNtStatusToDosError = _RtlNtStatusToDosError@4 @442
293 RtlGetNtProductType = _RtlGetNtProductType@4
294
295 RtlFormatCurrentUserKeyPath = _RtlFormatCurrentUserKeyPath@4
296 RtlOpenCurrentUser = _RtlOpenCurrentUser@8
297 RtlDosPathNameToNtPathName_U = _RtlDosPathNameToNtPathName_U@16 @338
298 RtlCreateEnvironment = _RtlCreateEnvironment@8
299 RtlDestroyEnvironment = _RtlDestroyEnvironment@4
300 RtlQueryEnvironmentVariable_U = _RtlQueryEnvironmentVariable_U@12
301
302 RtlSystemTimeToLocalTime = _RtlSystemTimeToLocalTime@8 @500
303 RtlTimeToSecondsSince1970 = _RtlTimeToSecondsSince1970@8 @503
304 RtlTimeToSecondsSince1980 = _RtlTimeToSecondsSince1980@8 @504
305 RtlSecondsSince1970ToTime = _RtlSecondsSince1970ToTime@8 @476
306 RtlSecondsSince1980ToTime = _RtlSecondsSince1980ToTime@8 @477
307 RtlQueryTimeZoneInformation = _RtlQueryTimeZoneInformation@12
308
309 RtlTimeToElapsedTimeFields = _RtlTimeToElapsedTimeFields@8
310
311; ------------------
312; Verified Functions
313; ------------------
314
315 RtlCopyLuid = _RtlCopyLuid@8 @321
316
317; ------------------
318; Integer Arithmetic
319; ------------------
320
321 RtlLargeIntegerDivide = _RtlLargeIntegerDivide@20 @462
322 RtlLargeIntegerAdd = _RtlLargeIntegerAdd@16 @460
323 RtlEnlargedIntegerMultiply = _RtlEnlargedIntegerMultiply@8 @371
324 RtlEnlargedUnsignedMultiply = _RtlEnlargedUnsignedMultiply@8 @373
325 RtlEnlargedUnsignedDivide = _RtlEnlargedUnsignedDivide@16 @372
326 RtlExtendedLargeIntegerDivide = _RtlExtendedLargeIntegerDivide@16 @390
327 RtlExtendedMagicDivide = _RtlExtendedMagicDivide@20 @391
328 RtlExtendedIntegerMultiply = _RtlExtendedIntegerMultiply@12 @389
329 RtlLargeIntegerShiftLeft = _RtlLargeIntegerShiftLeft@12 @464
330 RtlLargeIntegerShiftRight = _RtlLargeIntegerShiftRight@12 @465
331 RtlLargeIntegerArithmeticShift = _RtlLargeIntegerArithmeticShift@12 @461
332 RtlLargeIntegerNegate = _RtlLargeIntegerNegate@8 @463
333 RtlLargeIntegerSubtract = _RtlLargeIntegerSubtract@16 @466
334 RtlConvertLongToLargeInteger = _RtlConvertLongToLargeInteger@4 @316
335 RtlConvertUlongToLargeInteger = _RtlConvertUlongToLargeInteger@4 @320
336
337; ------------------
338; Register Functions
339; ------------------
340
341 _alloca_probe = _chkstk @938 ; same export
342 _chkstk = _chkstk @946
343
344; ------------------
345; Debugger Functions
346; ------------------
347
348 DbgBreakPoint = DbgBreakPoint @20
349 DbgUserBreakPoint = DbgUserBreakPoint @28
350 DbgPrint = _DbgPrint @21
351
352; -----------------
353; NTDLL's C runtime
354; -----------------
355; Note: CDECL does not decorate the function names with parameter bytes!
356
357 _CIpow = _NTDLL__CIpow @349
358 _ftol = _NTDLL__ftol @864
359 _ltoa = _NTDLL__ltoa @866
360 _memicmp = _NTDLL__memicmp @868
361 _snprintf = _NTDLL__snprintf @869
362 _snwprintf = _NTDLL__snwprintf @870
363 _splitpath = _NTDLL__splitpath @871
364 _strcmpi = _NTDLL__strcmpi @872
365 _strlwr = _NTDLL__strlwr @874
366 _strnicmp = _NTDLL__strnicmp @875
367 _strupr = _NTDLL__strupr @876
368 _ultoa = _NTDLL__ultoa @877
369 _vsnprintf = _NTDLL__vsnprintf @878
370 _wcsicmp = _OS2_wcsicmp @879
371 _wcslwr = _OS2_wcslwr @880
372 _wcsnicmp = _OS2_wcsnicmp @881
373 _wcsupr = _OS2_wcsupr @882
374 abs = _OS2abs @883
375 atan = _OS2atan @884
376 atoi = _OS2atoi @885
377 atol = _OS2atol @886
378 ceil = _OS2ceil @887
379 cos = _OS2cos @888
380 fabs = _OS2fabs @889
381 floor = _OS2floor @890
382 isalpha = _OS2isalpha @891
383 isdigit = _OS2isdigit @892
384 islower = _OS2islower @893
385 isprint = _OS2isprint @894
386 isspace = _OS2isspace @895
387 isupper = _OS2isupper @896
388 iswalpha = _NTDLL_iswalpha @897
389 iswctype = _NTDLL_iswctype @898
390 isxdigit = _NTDLL_isxdigit @899
391
392 labs = _NTDLL_labs @900
393 log = _NTDLL_log @901
394 mbstowcs = _NTDLL_mbstowcs @902
395 memchr = _NTDLL_memchr @903
396 memcmp = _NTDLL_memcmp @904
397 memcpy = _NTDLL_memcpy @905
398 memmove = _OS2memmove @906
399 memset = _NTDLL_memset @907
400 pow = _NTDLL_pow @908
401 qsort = _NTDLL_qsort @909
402 sin = _NTDLL_sin @910
403 sprintf = _OS2sprintf @911
404 sqrt = _NTDLL_sqrt @912
405 sscanf = _NTDLL_sscanf @913
406 strcat = _OS2strcat @914
407 strchr = _OS2strchr @915
408 strcmp = _OS2strcmp @916
409 strcpy = _OS2strcpy @917
410 strcspn = _OS2strcspn @918
411 strlen = _OS2strlen @919
412 strncat = _OS2strcat @920
413 strncmp = _OS2strncmp @921
414 strncpy = _OS2strncpy @922
415 strpbrk = _OS2strpbrk @923
416 strrchr = _OS2strrchr @924
417 strspn = _OS2strspn @925
418 strstr = _OS2strstr @926
419 swprintf = _OS2swprintf @927
420 tan = _OS2tan @928
421 toupper = _OS2toupper @929
422 tolower = _OS2tolower @930
423 towlower = _OS2towlower @931
424 towupper = _OS2towupper @932
425 vsprintf = _NTDLL_vsprintf @933
426 wcscat = _OS2wcscat @934
427 wcschr = _OS2wcschr @935
428 wcscmp = _OS2wcscmp @936
429 wcscpy = _OS2wcscpy @937
430 wcscspn = _OS2wcscspn
431 wcslen = _OS2wcslen @939
432 wcsncat = _OS2wcscat @940
433 wcsncmp = _OS2wcsncmp @941
434 wcsncpy = _OS2wcsncpy @942
435 wcspbrk = _OS2wcspbrk @943
436 wcsrchr = _OS2wcsrchr @944
437 wcsspn = _OS2wcsspn @945
438 wcsstr = _OS2wcsstr
439 wcstok = _NTDLL_wcstok @947
440 wcstol = _NTDLL_wcstol @948
441 wcstombs = _NTDLL_wcstombs @949
442 wcstoul = _NTDLL_wcstoul @950
443
444 _wtoi = _NTDLL__wtoi @983
445 _wtol = _NTDLL__wtol @984
446
447 _stricmp = _OS2_stricmp
448 _itoa = _OS2_itoa
449 _itow = _OS2_itow
450
Note: See TracBrowser for help on using the repository browser.