BPXYFTYP — File type definitions

BPXYFTYP is composed only of EQUates. DSECT= is allowed but ignored.
                                                      
            BPXYFTYP   ,                                                        
** BPXYFTYP: File type definitions                                              
**  Used By: FST MKD MKN OPN                                                    
FT_DIR               EQU   1      Directory File                                
FT_CHARSPEC          EQU   2      Character Special File                        
FT_REGFILE           EQU   3      Regular File                                  
FT_FIFO              EQU   4      Named Pipe (FIFO) File                        
FT_SYMLINK           EQU   5      Symbolic link                                 
*                    EQU   6      Reserved for Block Special                    
FT_SOCKET            EQU   7      Socket File                                   
*                                                                               
** File format definitions (for chattr)                       9                 
FTFFNA               EQU   0      Not specified               7                 
FTFFBINARY           EQU   1      Binary data                                   
*                                 Text data delimiters:                         
FTFFNL               EQU   2        New Line                                    
FTFFCR               EQU   3        Carrage Return                              
FTFFLF               EQU   4        Line Feed                                   
FTFFCRLF             EQU   5        CR & LF                                     
FTFFLFCR             EQU   6        LF & CR                                     
FTFFCRNL             EQU   7        CR & NL                                     
*                             Data consists of Records:
FTFFRECORD           EQU   8        Records
** BPXYFTYP End