#include <pc_file.h>#include <pc_err.h>Include dependency graph for opn.c:

Go to the source code of this file.
Functions | |
| _cls () | |
| _xcls () | |
| _trp () | |
| int | _getpid () |
| int | _creat () |
| int | _open () |
| int | _close () |
| int | _unlink () |
| long | _lseek () |
| static int | tmpfil () |
| static int | initfl (int descr, int sz, struct file *f) |
| _opn (int sz, struct file *f) | |
| _cre (int sz, struct file *f) | |
Variables | |
| file ** | _extfl |
| int | _extflc |
| file * | _curfil |
| int | _pargc |
| char ** | _pargv |
| char *** | _penviron |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Referenced by __flushbuf(), fseek(), ftell(), and initfl(). |
|
|
Referenced by freopen(), fts_children(), fts_read(), fts_safe_changedir(), popen(), and tmpfil(). |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Definition at line 65 of file opn.c. References _curfil, _extfl, _extflc, _lseek(), _trp(), _xcls(), ERESET, f, i, if(), MAGIC, TXTBIT, and WRBIT. |
|
|
Definition at line 41 of file opn.c. References _close(), _creat(), _getpid(), _open(), _trp(), _unlink(), EREWR, error, i, and p. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6