Home
last modified time | relevance | path

Searched refs:C_ISCHR (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/include/
Dcpio.h52 #define C_ISCHR 0020000 macro
/openbsd/src/bin/pax/
Dcpio.h51 #define C_ISCHR 020000 /* Character special file */ macro
Dcpio.c119 case C_ISCHR: in com_rd()