Go to the source code of this file.
Data Structures | |
| struct | _sys_fildes |
Defines | |
| #define | OP_READ 01 |
| #define | OP_WRITE 02 |
| #define | OP_APPEND 04 |
| #define | AC_EXIST 00 |
| #define | AC_READ 04 |
| #define | AC_WRITE 02 |
| #define | AC_EXEC 01 |
| #define | S_END 0 |
| #define | S_EXIT 1 |
| #define | S_ABORT 2 |
| #define | STDIN &_sys_ftab[0] |
| #define | STDOUT &_sys_ftab[1] |
| #define | STDERR &_sys_ftab[2] |
| #define | SYS_NOPEN 20 |
| #define | ILL_BREAK ((char *)0) |
| #define | BUFSIZ 1024 |
Typedefs | |
| typedef _sys_fildes | File |
Variables | |
| File | _sys_ftab [] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 46 of file system.h. Referenced by __fillbuf(), __flushbuf(), acquire_malout(), Array(), calendar(), Cat(), ctor(), cut(), Delete(), Element(), error(), format(), get1(), get2(), get_args(), Getc(), Getline(), getnetent(), getprotoent(), getrec(), getservent(), grep(), hostalias(), init(), iwritfile(), main(), mkfld(), preadbuffer(), print(), Print(), put(), r_mkfld(), read_symbol(), rep_add(), res_init(), response(), Return(), rsource(), scan_profile(), set_profile(), setbuf(), setinputfd(), sink(), source(), Split(), Strfun(), Subst(), synerr(), talk(), and Ungetc(). |
|
|
Definition at line 43 of file system.h. Referenced by malloc(). |
|
|
|
|
|
Definition at line 19 of file system.h. Referenced by asyn_read(), and asyn_wait(). |
|
|
Definition at line 20 of file system.h. Referenced by asyn_wait(), and asyn_write(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 37 of file system.h. Referenced by iso_723(), iso_733(), main(), read_device(), and usage(). |
|
|
Definition at line 35 of file system.h. Referenced by main(), runvec(), and set_option(). |
|
|
Definition at line 36 of file system.h. Referenced by hs_info(), iso_info(), list_dir(), list_file(), print(), print_date(), print_dir_date(), recurse_dir(), and runvec(). |
|
|
Definition at line 40 of file system.h. Referenced by _get_entry(). |
|
|
|
|
|
Definition at line 9 of file system.c. Referenced by _get_entry(). |
1.4.6