Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
ru.c File Reference
#include <errno.h>
#include <liberrno.h>
#include <fortran.h>
#include "fio.h"
Include dependency graph for ru.c:

Go to the source code of this file.

Defines

#define ERROR0(cond, n)
#define ERROR1(cond, n, p)

Functions

int _RUF ()
int _RUI (_fcd _Unitid, _fcd _arg2, long *err, long *end, _f_int *iostat, _f_int *rec, FIOSPTR cssa)
int _RUF (FIOSPTR cssa)

Define Documentation

#define ERROR0 (   cond,
 
)
Value:
{               \
        if (!(cond))                    \
                _ferr(css, n);          \
        else                            \
                goto error;             \
}

Definition at line 55 of file ru.c.

Referenced by _FRN(), _FWN(), _rnl90to77(), _RUI(), and _wnl90to77().

#define ERROR1 (   cond,
  n,
 
)
Value:
{               \
        if (!(cond))                    \
                _ferr(css, (n), p);     \
        else                            \
                goto error;             \
}

Definition at line 62 of file ru.c.

Referenced by _FRN(), _rnl90to77(), and _RUI().


Function Documentation

int _RUF ( )

Referenced by _RUI().

int _RUI ( _fcd  _Unitid,
_fcd  _arg2,
long *  err,
long *  end,
_f_int *  iostat,
_f_int *  rec,
FIOSPTR  cssa 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines