Classes |
| struct | ffsw |
| struct | ffc_info_s |
| struct | ffc_baddata_s |
| struct | ffc_gettp_s |
| struct | ffc_chktp_s |
| struct | ffc_chkev_s |
| struct | ffc_stat_s |
| struct | ff_ialloc_struct |
| struct | ffp_skipf_s |
| struct | ffp_settp_s |
| struct | ffp_skiptpmk_s |
| struct | ffp_abs |
| struct | ffp_tapepos |
| struct | fflistreq |
Defines |
| #define | PARTIAL 0 |
| #define | FULL 1 |
| #define | FFBSY 0 |
| #define | FFCNT 1 |
| #define | FFEOR 2 |
| #define | FFEOF 3 |
| #define | FFEOD 4 |
| #define | FFBOD 5 |
| #define | FFERR 6 |
| #define | FC_GETINFO 1 |
| #define | FC_STAT 2 |
| #define | FC_SETRECL 3 |
| #define | FC_RECALL 4 |
| #define | FC_ACPTBAD 5 |
| #define | FC_SKIPBAD 6 |
| #define | FC_GETTP 7 |
| #define | FC_AUTOBAD 8 |
| #define | FC_CHECKTP 9 |
| #define | FC_ENDSP 10 |
| #define | FC_STARTSP 11 |
| #define | FC_CLOSEV 12 |
| #define | FC_SETSP 13 |
| #define | FC_ASPOLL 14 |
| #define | FC_SCRATCH 15 |
| #define | FC_TSYNC 16 |
| #define | FC_DUMPSTATS 17 |
| #define | FC_TPC_SDBSZ 18 |
| #define | FC_IALLOC 19 |
| #define | FC_GETLK 20 |
| #define | FC_SETLK 21 |
| #define | FC_SETLKW 22 |
| #define | FC_FSTATFS 23 |
| #define | FC_DIOINFO 24 |
| #define | FC_CHECKEOV 25 |
| #define | FC_TSDATA 26 |
| #define | FFC_STRM 0x00000001 |
| #define | FFC_REC 0x00000002 |
| #define | FFC_WEOF 0x00000004 |
| #define | FFC_WEOD 0x00000008 |
| #define | FFC_BKSP 0x00000010 |
| #define | FFC_BKFIL 0x00000020 |
| #define | FFC_SEEKA 0x00000040 |
| #define | FFC_SEEKR 0x00000080 |
| #define | FFC_SEEKE 0x00000100 |
| #define | FFC_POSREC 0x00000200 |
| #define | FFC_POSFIL 0x00000400 |
| #define | FFC_RWND 0x00000800 |
| #define | FFC_FIXD 0x00001000 |
| #define | FFC_VAR 0x00002000 |
| #define | FFC_BINARY 0x00004000 |
| #define | FFC_CODED 0x00008000 |
| #define | FFC_RDM 0x00010000 |
| #define | FFC_SEQ 0x00020000 |
| #define | FFC_ASYNC 0x00040000 |
| #define | FFC_WRTRUNC 0x00080000 |
| #define | FFC_NOTRN 0x00100000 |
| #define | FFC_BCKDOOR 0x00200000 |
| #define | FFC_SKIPBAD 0x00400000 |
| #define | FFC_NOCLOSE 0x00800000 |
| #define | FFC_CANLISTIO 0x01000000 |
| #define | FFC_CANSYLISTIO 0x02000000 |
| #define | FP_GETPOS 1 |
| #define | FP_SETPOS 2 |
| #define | FP_BSEEK 3 |
| #define | FP_BKSP 4 |
| #define | FP_BKFIL 5 |
| #define | FP_GETREC 6 |
| #define | FP_SETREC 7 |
| #define | FP_SKIPF 8 |
| #define | FP_SETTP 9 |
| #define | FP_POS0 10 |
| #define | FP_RSEEK 11 |
| #define | FP_SKIPTPMK 12 |
| #define | FP_GABS 13 |
| #define | FP_SABS 14 |
| #define | FP_GETTAPEPOS 15 |
| #define | FP_SETTAPEPOS 16 |
| #define | FP_TPOS_ABS 0 |
| #define | FP_TPOS_FORW 1 |
| #define | FP_TPOS_BACK 2 |
| #define | AUTO_SKIP 1 |
| #define | AUTO_ACPT 2 |
| #define | AUTO_SKIPALL 3 |
| #define | SCR_SINGLELINK 1 |
| #define | SCR_UNLINKED 2 |
| #define | SCR_NOFLUSH 4 |
| #define | FFSTAT(io_sw) ((io_sw).sw_stat) |
Functions |
| __BEGIN_DECLS int | ffbksp (int _Fd,...) |
| int | ffclose (int _Fd,...) |
| int | fffcntl (int _Fd, int _Cmd,...) |
| int | ffflush (int _Fd,...) |
| int | fflistio (int _Cmd, struct fflistreq *_List, int _Nent,...) |
| int | ffopens (const char *_Name, int _Oflag, int _Mode, long _Cbits,...) |
| int | ffpos (int _Fd, int _Cmd, long *_Arg, int _Len, struct ffsw *_Stat) |
| char * | ffstrerror (int _Errnum) |
| int | ffread (int _Fd, void *_Buf, size_t _Nb,...) |
| int | ffreada (int _Fd, char *_Buf, int _Nb, struct ffsw *_Stat,...) |
| int | ffreadc (int _Fd, char *_Buf, int _Nb,...) |
| int | ffseek (int _Fd, off_t _Pos, int _Whence,...) |
| int | ffsetsp (int _Fd,...) |
| int | ffweod (int _Fd,...) |
| int | ffweof (int _Fd,...) |
| int | ffwrite (int _Fd, const void *_Buf, size_t _Nb,...) |
| int | ffwritea (int _Fd, char *_Buf, int _Nb, struct ffsw *_Stat,...) |
| int | ffwritec (int _Fd, char *_Buf, int _Nb,...) |
| __END_DECLS __BEGIN_DECLS int | ffbkspf (int _Fd, struct ffsw *_Stat) |
| int | ffopen (const char *_Name, int _Oflag,...) |
| int | ffopenf (const char *_Name, int _Oflag, mode_t _Mode, long _Cbits, int _Cblks, struct ffsw *_Pstat) |
| int | ffiolock (int _fd, struct ffsw *_Stat) |
| int | ffiounlock (int _fd, struct ffsw *_Stat) |
| int | ffclosef (int _Fd, struct ffsw *_Stat) |
| int | ffweoff (int _Fd, struct ffsw *_Stat) |
| int | ffweodf (int _Fd, struct ffsw *_Stat) |
| off_t | ffseekf (int _Fd, off_t _Pos, int _Whence, struct ffsw *_Stat) |
| ssize_t | ffreadf (int _Fd, void *_Buf, size_t _Nb, struct ffsw *_stat, int _Fulp, int *_Ubc) |
| ssize_t | ffwritef (int _Fd, const void *_Buf, size_t _Nb, struct ffsw *_stat, int _Fulp, int *_Ubc) |