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

Last change on this file since 1711 was 1685, checked in by sandervl, 26 years ago

link with user32 instead of importing directly

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