Searched refs:C_ISREG (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/include/
H A Dcpio.h49 #define C_ISREG 0100000 macro
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dcpio.h48 #define C_ISREG 0100000 /* Regular file */ macro
H A Dcpio.c143 case C_ISREG:
149 arcn->sb.st_mode = (arcn->sb.st_mode & 0xfff) | C_ISREG;

Completed in 109 milliseconds