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