|
RTEMS
5.0.0
|
42 #define OFF_MAX LONG_MAX 78 #define C_ASCII 0x00001 79 #define C_BLOCK 0x00002 82 #define C_COUNT 0x00010 83 #define C_EBCDIC 0x00020 84 #define C_FILES 0x00040 87 #define C_LCASE 0x00200 88 #define C_NOERROR 0x00400 89 #define C_NOTRUNC 0x00800 92 #define C_OSYNC 0x04000 93 #define C_PAREVEN 0x08000 94 #define C_PARNONE 0x100000 95 #define C_PARODD 0x200000 96 #define C_PARSET 0x400000 97 #define C_SEEK 0x800000 98 #define C_SKIP 0x1000000 99 #define C_SPARSE 0x2000000 100 #define C_SWAB 0x4000000 101 #define C_SYNC 0x8000000 102 #define C_UCASE 0x10000000 103 #define C_UNBLOCK 0x20000000 104 #define C_FILL 0x40000000 106 #define C_PARITY (C_PAREVEN | C_PARODD | C_PARNONE | C_PARSET)