Home
last modified time | relevance | path

Searched defs:FSClose (Results 1 – 2 of 2) sorted by path

/dports/games/blackshadeselite/blackshadeselite/Source/
H A DSupport.h52 #define FSClose(fildes) close(fildes) macro
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DFiles.pas8843 function FSClose( refNum: FSIORefNum ): OSErr; external name '_FSClose'; in FSClose() function