Lines Matching refs:IONAME

56 Cookie IONAME(BeginInternalArrayListOutput)(const Descriptor &descriptor,  in IONAME()  function
63 Cookie IONAME(BeginInternalArrayListInput)(const Descriptor &descriptor, in IONAME() function
81 Cookie IONAME(BeginInternalArrayFormattedOutput)(const Descriptor &descriptor, in IONAME() function
88 Cookie IONAME(BeginInternalArrayFormattedInput)(const Descriptor &descriptor, in IONAME() function
107 Cookie IONAME(BeginInternalListOutput)(char *internal, in IONAME() function
114 Cookie IONAME(BeginInternalListInput)(const char *internal, in IONAME() function
134 Cookie IONAME(BeginInternalFormattedOutput)(char *internal, in IONAME() function
142 Cookie IONAME(BeginInternalFormattedInput)(const char *internal, in IONAME() function
224 Cookie IONAME(BeginExternalListOutput)( in IONAME() function
230 Cookie IONAME(BeginExternalListInput)( in IONAME() function
281 Cookie IONAME(BeginExternalFormattedOutput)(const char *format, in IONAME() function
288 Cookie IONAME(BeginExternalFormattedInput)(const char *format, in IONAME() function
347 Cookie IONAME(BeginUnformattedOutput)( in IONAME() function
353 Cookie IONAME(BeginUnformattedInput)( in IONAME() function
359 Cookie IONAME(BeginOpenUnit)( // OPEN(without NEWUNIT=) in IONAME() function
373 Cookie IONAME(BeginOpenNewUnit)( // OPEN(NEWUNIT=j) in IONAME() function
382 Cookie IONAME(BeginWait)(ExternalUnit unitNumber, AsynchronousId id, in IONAME() function
398 Cookie IONAME(BeginWaitAll)( in IONAME() function
400 return IONAME(BeginWait)(unitNumber, 0 /*no ID=*/, sourceFile, sourceLine); in IONAME()
403 Cookie IONAME(BeginClose)( in IONAME() function
415 Cookie IONAME(BeginFlush)( in IONAME() function
428 Cookie IONAME(BeginBackspace)( in IONAME() function
439 Cookie IONAME(BeginEndfile)( in IONAME() function
453 Cookie IONAME(BeginRewind)( in IONAME() function
467 Cookie IONAME(BeginInquireUnit)( in IONAME() function
486 Cookie IONAME(BeginInquireFile)(const char *path, std::size_t pathLength, in IONAME() function
505 Cookie IONAME(BeginInquireIoLength)(const char *sourceFile, int sourceLine) { in IONAME() function
514 void IONAME(EnableHandlers)(Cookie cookie, bool hasIoStat, bool hasErr, in IONAME() function
549 bool IONAME(SetAdvance)( in IONAME() function
562 bool IONAME(SetBlank)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() function
579 bool IONAME(SetDecimal)( in IONAME() function
597 bool IONAME(SetDelim)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() function
617 bool IONAME(SetPad)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() function
624 bool IONAME(SetPos)(Cookie cookie, std::int64_t pos) { in IONAME() function
635 bool IONAME(SetRec)(Cookie cookie, std::int64_t rec) { in IONAME() function
646 bool IONAME(SetRound)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() function
676 bool IONAME(SetSign)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() function
695 bool IONAME(SetAccess)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() function
730 bool IONAME(SetAction)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() function
771 bool IONAME(SetAsynchronous)( in IONAME() function
797 bool IONAME(SetCarriagecontrol)( in IONAME() function
828 bool IONAME(SetConvert)( in IONAME() function
852 bool IONAME(SetEncoding)( in IONAME() function
888 bool IONAME(SetForm)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() function
915 bool IONAME(SetPosition)( in IONAME() function
947 bool IONAME(SetRecl)(Cookie cookie, std::size_t n) { in IONAME() function
973 bool IONAME(SetStatus)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() function
1027 bool IONAME(SetFile)(Cookie cookie, const char *path, std::size_t chars) { in IONAME() function
1043 bool IONAME(GetNewUnit)(Cookie cookie, int &unit, int kind) { in IONAME() function
1070 bool IONAME(OutputDescriptor)(Cookie cookie, const Descriptor &descriptor) { in IONAME() function
1074 bool IONAME(InputDescriptor)(Cookie cookie, const Descriptor &descriptor) { in IONAME() function
1078 bool IONAME(OutputUnformattedBlock)(Cookie cookie, const char *x, in IONAME() function
1093 bool IONAME(InputUnformattedBlock)( in IONAME() function
1111 bool IONAME(OutputInteger8)(Cookie cookie, std::int8_t n) { in IONAME() function
1122 bool IONAME(OutputInteger16)(Cookie cookie, std::int16_t n) { in IONAME() function
1133 bool IONAME(OutputInteger32)(Cookie cookie, std::int32_t n) { in IONAME() function
1144 bool IONAME(OutputInteger64)(Cookie cookie, std::int64_t n) { in IONAME() function
1156 bool IONAME(OutputInteger128)(Cookie cookie, common::int128_t n) { in IONAME() function
1168 bool IONAME(InputInteger)(Cookie cookie, std::int64_t &n, int kind) { in IONAME() function
1179 bool IONAME(OutputReal32)(Cookie cookie, float x) { in IONAME() function
1189 bool IONAME(OutputReal64)(Cookie cookie, double x) { in IONAME() function
1199 bool IONAME(InputReal32)(Cookie cookie, float &x) { in IONAME() function
1209 bool IONAME(InputReal64)(Cookie cookie, double &x) { in IONAME() function
1219 bool IONAME(OutputComplex32)(Cookie cookie, float r, float i) { in IONAME() function
1231 bool IONAME(OutputComplex64)(Cookie cookie, double r, double i) { in IONAME() function
1243 bool IONAME(InputComplex32)(Cookie cookie, float z[2]) { in IONAME() function
1254 bool IONAME(InputComplex64)(Cookie cookie, double z[2]) { in IONAME() function
1265 bool IONAME(OutputCharacter)( in IONAME() function
1277 bool IONAME(OutputAscii)(Cookie cookie, const char *x, std::size_t length) { in IONAME() function
1278 return IONAME(OutputCharacter(cookie, x, length, 1)); in IONAME()
1281 bool IONAME(InputCharacter)( in IONAME() function
1292 bool IONAME(InputAscii)(Cookie cookie, char *x, std::size_t length) { in IONAME() function
1293 return IONAME(InputCharacter)(cookie, x, length, 1); in IONAME()
1296 bool IONAME(OutputLogical)(Cookie cookie, bool truth) { in IONAME() function
1307 bool IONAME(InputLogical)(Cookie cookie, bool &truth) { in IONAME() function
1318 std::size_t IONAME(GetSize)(Cookie cookie) { in IONAME() function
1334 std::size_t IONAME(GetIoLength)(Cookie cookie) { in IONAME() function
1349 void IONAME(GetIoMsg)(Cookie cookie, char *msg, std::size_t length) { in IONAME() function
1360 bool IONAME(InquireCharacter)(Cookie cookie, InquiryKeywordHash inquiry, in IONAME() function
1366 bool IONAME(InquireLogical)( in IONAME() function
1372 bool IONAME(InquirePendingId)(Cookie cookie, std::int64_t id, bool &result) { in IONAME() function
1377 bool IONAME(InquireInteger64)( in IONAME() function
1394 enum Iostat IONAME(EndIoStatement)(Cookie cookie) { in IONAME() function
1432 enum Iostat IONAME(CheckUnitNumberInRange64)(std::int64_t unit, in IONAME() function
1440 enum Iostat IONAME(CheckUnitNumberInRange128)(common::int128_t unit, in IONAME() function