Searched refs:C_IFMT (Results 1 – 2 of 2) sorted by relevance
55 #define C_IFMT 0170000 /* type of file */ macro
109 switch (arcn->sb.st_mode & C_IFMT) { in com_rd()315 if (((arcn->sb.st_mode&C_IFMT) != C_ISLNK)||(arcn->sb.st_size == 0)) { in cpio_rd()601 if (((arcn->sb.st_mode&C_IFMT) != C_ISLNK)||(arcn->sb.st_size == 0)) { in vcpio_rd()898 if (((arcn->sb.st_mode & C_IFMT) != C_ISLNK)||(arcn->sb.st_size == 0)){ in bcpio_rd()