nlmlib.imp 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. # converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
  2. #
  3. AddLanguage,
  4. AdvertiseService,
  5. AsyncRead,
  6. AsyncRelease,
  7. ConvertFilDesToNetWareOSHandle,
  8. ConvertNameToFullPath,
  9. ConvertNameToFullPathNoUpper,
  10. ConvertNameToVolumePath,
  11. ConvertPathForDisplay,
  12. CountComponents,
  13. CurrentNCSDSGlobals,
  14. DFSExpandFile,
  15. DFSFreeLimboVolumeSpace,
  16. DFSRead,
  17. DFSReadNoWait,
  18. DFSReturnFileMappingInformation,
  19. DFSReturnVolumeBlockInformation,
  20. DFSReturnVolumeMappingInformation,
  21. DFSSetDataSize,
  22. DFSSetEndOfFile,
  23. DFSWrite,
  24. DFSWriteNoWait,
  25. DFSclose,
  26. DFScreat,
  27. DFSsopen,
  28. DOSChangeFileMode,
  29. DOSClose,
  30. DOSCopy,
  31. DOSCreate,
  32. DOSFindFirstFile,
  33. DOSFindNextFile,
  34. DOSMkdir,
  35. DOSOpen,
  36. DOSPresent,
  37. DOSRead,
  38. DOSRemove,
  39. DOSRename,
  40. DOSRmdir,
  41. DOSSetDateAndTime,
  42. DOSShutOffFloppyDrive,
  43. DOSUnlink,
  44. DOSWrite,
  45. DOSsopen,
  46. DSAllocTDSData,
  47. DSAllocateEventTag,
  48. DSCheckIfConnection,
  49. DSCleanUpDSAPIsConnections,
  50. DSCloseFileHandle,
  51. DSConnectionExists,
  52. DSConvertFileHandle,
  53. DSCreateContext,
  54. DSDeinit,
  55. DSFreeConnectionSlot,
  56. DSFreeContext,
  57. DSFreeTDSData,
  58. DSGetConnectionHandle,
  59. DSGetConnectionIDFromAddress,
  60. DSGetConnectionInfo,
  61. DSGetConnectionSlot,
  62. DSGetContextPtr,
  63. DSGetFileServerVersion,
  64. DSGetNearestDirectoryService,
  65. DSGetTDSControlInfo,
  66. DSReadFromTDS,
  67. DSSendToLocalServer,
  68. DSSetConnectionStatus,
  69. DSSetCurrentConnection,
  70. DSSetLicensedBit,
  71. DSValidateUserID,
  72. DSWriteToTDS,
  73. EnabledPointerIncrement,
  74. EnvironmentExists,
  75. FEConvertDirectoryNumber,
  76. FEFlushWrite,
  77. FEGetCWDnum,
  78. FEGetCWVnum,
  79. FEGetDirectoryEntry,
  80. FEGetEntryVersion,
  81. FEGetOpenFileInfo,
  82. FEGetOpenFileInfoForNS,
  83. FEGetOriginatingNameSpace,
  84. FEMapConnsHandleToVolAndDir,
  85. FEMapHandleToVolumeAndDirectory,
  86. FEMapPathVolumeDirToVolumeDir,
  87. FEMapVolumeAndDirectoryToPath,
  88. FEMapVolumeAndDirectoryToPathForNS,
  89. FEMapVolumeNumberToName,
  90. FEQuickClose,
  91. FEQuickOpen,
  92. FEQuickFileLength,
  93. FEQuickRead,
  94. FEQuickWrite,
  95. FERegisterNSPathParser,
  96. FESetCWDnum,
  97. FESetCWVandCWDnums,
  98. FESetCWVnum,
  99. FESetOriginatingNameSpace,
  100. FEcreat,
  101. FEsopen,
  102. FileServerFileCopy,
  103. GetClockStatus,
  104. GetCurrentOSLanguageID,
  105. GetCurrentTicks,
  106. GetDataStreamName,
  107. GetExtendedFileAttributes,
  108. GetFileHoleMap,
  109. GetNameSpaceName,
  110. GetServerConfigurationInfo,
  111. Get_FD_SETSIZE,
  112. ImportSymbol,
  113. IntSwap,
  114. LoadLanguageMessageTable,
  115. LongSwap,
  116. Lstridiff,
  117. NCSDSGlobals,
  118. NLMDEBUGDoneWithOFS,
  119. NLMLIBArgvParser,
  120. NLMLibGlobals,
  121. NWAddFSMonitorHook,
  122. NWAddRecordToAuditingFile,
  123. NWAddSearchPathAtEnd,
  124. NWCharUpr,
  125. NWCharVal,
  126. NWConvertToUpperCase,
  127. NWDSCreateUser,
  128. NWDSDeleteUser,
  129. NWDSGetCurrentUser,
  130. NWDSGetDefaultNameContext,
  131. NWDSSetCurrentUser,
  132. NWDSSetPreferredDSTree,
  133. NWDeRegisterNCPExtension,
  134. NWDeleteSearchPath,
  135. NWDoesStringHaveControlChars,
  136. NWFindAnchor,
  137. NWGetAuditingIdentity,
  138. NWGetCompressedFileLengths,
  139. NWGetDirBaseFromPath,
  140. NWGetDiskIOsPending,
  141. NWGetHugeNSInfo,
  142. NWGetNCPExtensionInfo,
  143. NWGetNCPExtensionInfoByID,
  144. NWGetNSInfo,
  145. NWGetNSLoadedList,
  146. NWGetNameSpaceEntryName,
  147. NWGetSearchPathElement,
  148. NWGetSessionKey,
  149. NWGetVolumeFlags,
  150. NWIncrement,
  151. NWInsertSearchPath,
  152. NWLatoi,
  153. NWLisalnum,
  154. NWLisalpha,
  155. NWLisdigit,
  156. NWLlocaleconv,
  157. NWLmblen,
  158. NWLsetlocale,
  159. NWLsetlocale_411,
  160. NWLstrchr,
  161. NWLstrcoll,
  162. NWLstrcspn,
  163. NWLstrftime,
  164. NWLstrpbrk,
  165. NWLstrrchr,
  166. NWLstrrev,
  167. NWLstrspn,
  168. NWLstrstr,
  169. NWLstrupr,
  170. NWLstrxfrm,
  171. NWPrevChar,
  172. NWQueryNSInfoFormat,
  173. NWRAllocTds,
  174. NWRAuthenticateBind,
  175. NWRAuthenticateDS,
  176. NWRCloseConn,
  177. NWRConvertLocalFileHandle,
  178. NWRConvertNetwareFileHandle,
  179. NWRCreateSessionKey,
  180. NWREnumerateTds,
  181. NWRFreeTds,
  182. NWRGetConnInfo,
  183. NWRGetDefNameContext,
  184. NWRGetMonitoredConnReference,
  185. NWRGetNumConns,
  186. NWRGetPrefDsTreeName,
  187. NWRGetPrefServerName,
  188. NWRGetPrimConnRef,
  189. NWRGetRequesterVersion,
  190. NWRGetSecurityFlags,
  191. NWRGetSessionKey,
  192. NWRGetTdsInfo,
  193. NWRLicenseConn,
  194. NWRMakeConnPermanent,
  195. NWROpenConnByAddr,
  196. NWROpenConnByName,
  197. NWROpenConnByReference,
  198. NWROrderedRequestAll,
  199. NWRReadTds,
  200. NWRRenegotiateSecurityLevel,
  201. NWRRequest,
  202. NWRRequestAll,
  203. NWRResetRequester,
  204. NWRScanConnInfo,
  205. NWRSetConnInfo,
  206. NWRSetDefNameContext,
  207. NWRSetMonitoredConn,
  208. NWRSetPrefDsTreeName,
  209. NWRSetPrefServerName,
  210. NWRSetPrimConnRef,
  211. NWRSetSecurityFlags,
  212. NWRSysCloseConn,
  213. NWRUnauthenticateConnection,
  214. NWRUnlicenseConn,
  215. NWRWriteTds,
  216. NWRegisterNCPExtension,
  217. NWRegisterNCPExtensionByID,
  218. NWRemoveFSMonitorHook,
  219. NWScanNCPExtensions,
  220. NWSendNCPExtensionFraggedRequest,
  221. NWSendNCPExtensionRequest,
  222. NWSetAuditingIdentity,
  223. NWSetCompressedFileLengths,
  224. NWSetHugeNSInfo,
  225. NWSetNSInfo,
  226. NWSetNameSpaceEntryName,
  227. NWSetVolumeFlags,
  228. NWToLowerCase,
  229. NWmblen,
  230. NWstrImoney,
  231. NWstrmoney,
  232. NWstrncoll,
  233. NWstrncpy,
  234. NWstrnum,
  235. ParsePath,
  236. PurgeErasedFile,
  237. RecordTestResult,
  238. RegisterFileOpenWatch,
  239. RegisterForEvent,
  240. RegisterLibrary,
  241. RenameLanguage,
  242. ReturnLanguageName,
  243. ReturnNLMVersionInfoFromFile,
  244. ReturnNLMVersionInformation,
  245. SalvageErasedFile,
  246. ScanErasedFiles,
  247. ScanErasedFiles_411,
  248. SecondsToTicks,
  249. SetCurrentNameSpace,
  250. SetCurrentOSLanguageID,
  251. SetExtendedFileAttributes,
  252. SetFileInfo,
  253. SetReaddirAttribute,
  254. SetTargetNameSpace,
  255. SetWildcardTranslationMode,
  256. Set_FD_SETSIZE,
  257. ShutdownAdvertising,
  258. StripFileServerFromPath,
  259. SynchronizeStart,
  260. TicksToSeconds,
  261. UnRegisterFileOpenWatch,
  262. UnimportSymbol,
  263. UnregisterForEvent,
  264. UseAccurateCaseForPaths,
  265. XlateLocaleCategory,
  266. _ConvertDOSTimeToCalendar,
  267. _ConvertTimeToDOS,
  268. _FillHandlePathPath,
  269. _GetFDDataAreaPtr,
  270. _GetServerInformation,
  271. _GetVolInfoWithNum,
  272. _GetXVolInfo,
  273. _InitializeSapGuy,
  274. _Llocaleconv,
  275. _NWCreateSessionKey,
  276. _NWDeregisterNLMLibrary,
  277. _NWGetDirBaseFromPath,
  278. _NWGetErrno,
  279. _NWGetNLMLevelLibDataPtr,
  280. _NWGetNWErrno,
  281. _NWGetSecurityFlags,
  282. _NWGetThreadGroupLevelLibDataPtr,
  283. _NWGetThreadLevelLibDataPtr,
  284. _NWLoadNLMMessageTable,
  285. _NWRegisterNLMLibrary,
  286. _NWRegisterNLMLibraryUser,
  287. _NWSetErrno,
  288. _NWSetNLMLevelLibDataPtr,
  289. _NWSetNWErrno,
  290. _NWSetThreadGroupLevelLibDataPtr,
  291. _NWSetThreadLevelLibDataPtr,
  292. _ParsePath,
  293. _SetFDDataAreaPtr,
  294. __CloseDuplicateNLMHandle,
  295. __DuplicateNLMHandle,
  296. __get_CLK_TCK,
  297. __get_thread_data_area_ptr,
  298. _clock,
  299. _makepath,
  300. _rename,
  301. _splitpath,
  302. _time,
  303. accept,
  304. access,
  305. bind,
  306. chdir,
  307. chmod,
  308. chsize,
  309. clearenv,
  310. close,
  311. closedir,
  312. closedir_510,
  313. connect,
  314. creat,
  315. dup,
  316. dup2,
  317. eof,
  318. fcntl,
  319. fdsize,
  320. fdtype,
  321. filelength,
  322. filesize,
  323. filetype,
  324. filetypeandsize,
  325. flushenv,
  326. fstat,
  327. fstat_410,
  328. fstat_411,
  329. fstat_500,
  330. getOFSInfo,
  331. getcwd,
  332. getenv,
  333. getmsg,
  334. getpeername,
  335. getsockname,
  336. getsockopt,
  337. gwrite,
  338. haveOFSReady,
  339. ioctl,
  340. isatty,
  341. listen,
  342. lock,
  343. lseek,
  344. mkdir,
  345. mkdir_510,
  346. open,
  347. opendir,
  348. opendir_411,
  349. pipe,
  350. poll,
  351. pread,
  352. putenv,
  353. putmsg,
  354. pwrite,
  355. qread,
  356. qwrite,
  357. read,
  358. readdir,
  359. readdir_411,
  360. readv,
  361. recv,
  362. recvfrom,
  363. recvmsg,
  364. rewinddir,
  365. rmdir,
  366. scanenv,
  367. sel_cvt_from_skts,
  368. sel_cvt_to_skts,
  369. select,
  370. send,
  371. sendmsg,
  372. sendto,
  373. setenv,
  374. setmode,
  375. setsockopt,
  376. shm_open,
  377. shm_unlink,
  378. shutdown,
  379. socket,
  380. sopen,
  381. stat,
  382. stat_410,
  383. stat_411,
  384. stat_500,
  385. tell,
  386. umask,
  387. unlink,
  388. unlock,
  389. unsetenv,
  390. utime,
  391. write,
  392. writev