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

Last change on this file since 1657 was 1654, checked in by phaller, 26 years ago

Add. RtlCopyLuid added

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