Searched refs:C_ISCHR (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/include/ | ||
| D | cpio.h | 52 #define C_ISCHR 0020000 macro |
| /openbsd/src/bin/pax/ | ||
| D | cpio.h | 51 #define C_ISCHR 020000 /* Character special file */ macro |
| D | cpio.c | 119 case C_ISCHR: in com_rd() |