#include <cray/nassert.h>#include "fio.h"
Go to the source code of this file.
Functions | |
| unit * | _ll_implicit_open (FIOSPTR css, int acc, int form, unum_t unum, int errflag, int *errstat, int isf90) |
| unit * | _implicit_open (int acc, int form, unum_t unum, int errflag, int *errstat) |
| unit * | _imp_open (FIOSPTR css, int acc, int form, unum_t unum, int errflag, int *errstat) |
| unit * | _imp_open77 (FIOSPTR css, int acc, int form, unum_t unum, int errflag, int *errstat) |
Definition at line 156 of file impopen.c.
References _ll_implicit_open().
Referenced by __READ(), __READC(), __WRITE(), __WRITEC(), _BUFFERIN(), _BUFFEROUT(), _FRF(), _FRN(), _FRU(), _FWF(), _FWN(), _FWU(), _GETPOS_(), _LENGTH_(), _UNIT_(), fseekf90_(), fseekf90_4_8_4_(), fseekf90_8_(), ftellf90_8_(), ftellf90_8_4_(), SETPOS(), and SKIPF().

Definition at line 167 of file impopen.c.
References _ll_implicit_open().
Referenced by _nlrdecho(), _rnlecho(), _RUI(), _WUI(), RNL(), and WNL().

Definition at line 144 of file impopen.c.
References _ll_implicit_open(), and GET_FIOS_PTR.

| unit* _ll_implicit_open | ( | FIOSPTR | css, | |
| int | acc, | |||
| int | form, | |||
| unum_t | unum, | |||
| int | errflag, | |||
| int * | errstat, | |||
| int | isf90 | |||
| ) |
Definition at line 65 of file impopen.c.
References _f_open(), _ferr(), _get_cup(), _release_cup(), cup, DIR, fiostate::f_cu, GOOD_UNUM, NULL, olist::oaccess, olist::oaction, olist::oblank, olist::odelim, olist::oerr, olist::ofile, olist::ofilelen, olist::oform, olist::opad, OPENLOCK, OPENUNLOCK, olist::oposition, olist::orecl, OS_FORMATTED, OS_UNFORMATTED, olist::ostatus, and olist::ounit.
Referenced by _imp_open(), _imp_open77(), and _implicit_open().

1.7.1