Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dcpio.h55 #define C_IFMT 0170000 /* type of file */ macro
H A Dcpio.c109 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()