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

Go to the source code of this file.

Defines

#define UBC   4 /* argument number for optional ubc parameter */
#define STATUS   5 /* argument number for optional status parameter */

Functions

static void __WRITE ()
_f_int WRITE (_f_int *unump, _f_int *uda, _f_int *wordsp, _f_int *ubc, _f_int *status)
void WRITEP (_f_int *unump, _f_int *uda, _f_int *wordsp, _f_int *ubc, _f_int *status)
static void __WRITE (int fulp, _f_int *unump, _f_int *uda, _f_int *wordsp, _f_int *ubc, _f_int *status)

Define Documentation

#define STATUS   5 /* argument number for optional status parameter */

Definition at line 51 of file write.c.

Referenced by WRITE(), WRITEC(), WRITECP(), and WRITEP().

#define UBC   4 /* argument number for optional ubc parameter */

Definition at line 50 of file write.c.

Referenced by WRITE(), and WRITEP().


Function Documentation

static void __WRITE ( ) [static]

Referenced by WRITE(), and WRITEP().

_f_int WRITE ( _f_int *  unump,
_f_int *  uda,
_f_int *  wordsp,
_f_int *  ubc,
_f_int *  status 
)

Definition at line 62 of file write.c.

References __WRITE(), FULL, NULL, STATUS, and UBC.

Referenced by __OPN().

Here is the call graph for this function:

void WRITEP ( _f_int *  unump,
_f_int *  uda,
_f_int *  wordsp,
_f_int *  ubc,
_f_int *  status 
)

Definition at line 91 of file write.c.

References __WRITE(), NULL, PARTIAL, STATUS, and UBC.

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines