Lines Matching defs:IODEF
64 Cookie IODEF(BeginInternalArrayListOutput)(const Descriptor &descriptor,
71 Cookie IODEF(BeginInternalArrayListInput)(const Descriptor &descriptor,
90 Cookie IODEF(BeginInternalArrayFormattedOutput)(const Descriptor &descriptor,
99 Cookie IODEF(BeginInternalArrayFormattedInput)(const Descriptor &descriptor,
120 Cookie IODEF(BeginInternalListOutput)(char *internal,
127 Cookie IODEF(BeginInternalListInput)(const char *internal,
148 Cookie IODEF(BeginInternalFormattedOutput)(char *internal,
157 Cookie IODEF(BeginInternalFormattedInput)(const char *internal,
166 Cookie IODEF(BeginExternalListInput)(
217 Cookie IODEF(BeginExternalFormattedOutput)(const char *format,
224 Cookie IODEF(BeginExternalFormattedInput)(const char *format,
283 Cookie IODEF(BeginUnformattedOutput)(
289 Cookie IODEF(BeginUnformattedInput)(
295 Cookie IODEF(BeginOpenUnit)( // OPEN(without NEWUNIT=)
315 Cookie IODEF(BeginOpenNewUnit)( // OPEN(NEWUNIT=j)
325 Cookie IODEF(BeginWait)(ExternalUnit unitNumber, AsynchronousId id,
341 Cookie IODEF(BeginWaitAll)(
346 Cookie IODEF(BeginClose)(
365 Cookie IODEF(BeginFlush)(
383 Cookie IODEF(BeginBackspace)(
401 Cookie IODEF(BeginEndfile)(
421 Cookie IODEF(BeginRewind)(
441 Cookie IODEF(BeginInquireUnit)(
461 Cookie IODEF(BeginInquireFile)(const char *path, std::size_t pathLength,
485 Cookie IODEF(BeginInquireIoLength)(const char *sourceFile, int sourceLine) {
494 void IODEF(EnableHandlers)(Cookie cookie, bool hasIoStat, bool hasErr,
529 bool IODEF(SetAdvance)(Cookie cookie, const char *keyword, std::size_t length) {
546 bool IODEF(SetBlank)(Cookie cookie, const char *keyword, std::size_t length) {
563 bool IODEF(SetDecimal)(Cookie cookie, const char *keyword, std::size_t length) {
580 bool IODEF(SetDelim)(Cookie cookie, const char *keyword, std::size_t length) {
600 bool IODEF(SetPad)(Cookie cookie, const char *keyword, std::size_t length) {
607 bool IODEF(SetPos)(Cookie cookie, std::int64_t pos) {
618 bool IODEF(SetRec)(Cookie cookie, std::int64_t rec) {
635 bool IODEF(SetRound)(Cookie cookie, const char *keyword, std::size_t length) {
665 bool IODEF(SetSign)(Cookie cookie, const char *keyword, std::size_t length) {
684 bool IODEF(SetAccess)(Cookie cookie, const char *keyword, std::size_t length) {
720 bool IODEF(SetAction)(Cookie cookie, const char *keyword, std::size_t length) {
762 bool IODEF(SetAsynchronous)(
789 bool IODEF(SetCarriagecontrol)(
821 bool IODEF(SetConvert)(Cookie cookie, const char *keyword, std::size_t length) {
845 bool IODEF(SetEncoding)(
877 bool IODEF(SetForm)(Cookie cookie, const char *keyword, std::size_t length) {
905 bool IODEF(SetPosition)(
938 bool IODEF(SetRecl)(Cookie cookie, std::size_t n) {
965 bool IODEF(SetStatus)(Cookie cookie, const char *keyword, std::size_t length) {
1019 bool IODEF(SetFile)(Cookie cookie, const char *path, std::size_t chars) {
1036 bool IODEF(GetNewUnit)(Cookie cookie, int &unit, int kind) {
1064 bool IODEF(OutputDescriptor)(Cookie cookie, const Descriptor &descriptor) {
1068 bool IODEF(InputDescriptor)(Cookie cookie, const Descriptor &descriptor) {
1072 bool IODEF(InputInteger)(Cookie cookie, std::int64_t &n, int kind) {
1083 bool IODEF(InputReal32)(Cookie cookie, float &x) {
1093 bool IODEF(InputReal64)(Cookie cookie, double &x) {
1103 bool IODEF(InputComplex32)(Cookie cookie, float z[2]) {
1114 bool IODEF(InputComplex64)(Cookie cookie, double z[2]) {
1125 bool IODEF(OutputCharacter)(
1137 bool IODEF(InputCharacter)(
1148 bool IODEF(InputAscii)(Cookie cookie, char *x, std::size_t length) {
1152 bool IODEF(InputLogical)(Cookie cookie, bool &truth) {
1163 bool IODEF(OutputDerivedType)(Cookie cookie, const Descriptor &descriptor,
1168 bool IODEF(InputDerivedType)(Cookie cookie, const Descriptor &descriptor,
1173 std::size_t IODEF(GetSize)(Cookie cookie) {
1190 std::size_t IODEF(GetIoLength)(Cookie cookie) {
1206 void IODEF(GetIoMsg)(Cookie cookie, char *msg, std::size_t length) {
1217 AsynchronousId IODEF(GetAsynchronousId)(Cookie cookie) {
1230 bool IODEF(InquireCharacter)(Cookie cookie, InquiryKeywordHash inquiry,
1236 bool IODEF(InquireLogical)(
1242 bool IODEF(InquirePendingId)(Cookie cookie, AsynchronousId id, bool &result) {
1247 bool IODEF(InquireInteger64)(
1298 enum Iostat IODEF(CheckUnitNumberInRange64)(std::int64_t unit, bool handleError,
1306 enum Iostat IODEF(CheckUnitNumberInRange128)(common::int128_t unit,