Searched refs:C_IFMT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/bin/pax/
H A Dcpio.h53 #define C_IFMT 0170000 /* type of file */ macro
H A Dcpio.c115 switch(arcn->sb.st_mode & C_IFMT) {
331 if (((arcn->sb.st_mode&C_IFMT) != C_ISLNK)||(arcn->sb.st_size == 0)) {
639 if (((arcn->sb.st_mode&C_IFMT) != C_ISLNK)||(arcn->sb.st_size == 0)) {
954 if (((arcn->sb.st_mode & C_IFMT) != C_ISLNK)||(arcn->sb.st_size == 0)){

Completed in 56 milliseconds