Home
last modified time | relevance | path

Searched refs:FDClose (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/rxp/rxp-1.4.4/
H A Dstdio16.c103 static int FDClose(FILE16 *file);
904 file->close = FDClose; in MakeFILE16FromFD()
945 static int FDClose(FILE16 *file) in FDClose() function
/dports/textproc/ltxml/ltxml-1.2.9/RXP/src/
H A Dstdio16.c101 static int FDClose(FILE16 *file);
918 file->close = FDClose; in MakeFILE16FromFD()
959 static int FDClose(FILE16 *file) in FDClose() function
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h1219 void (*FDClose)(CSOUND *, FDCH *fdchp); member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h1219 void (*FDClose)(CSOUND *, FDCH *fdchp); member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h1234 void (*FDClose)(CSOUND *, FDCH *fdchp); member
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dmp3in.c88 csound->FDClose(csound, &(p->fdch)); in mp3ininit_()