Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dfilesubr.c34 #define IS_DEVICE(sbp) (S_ISBLK((sbp)->st_mode) || S_ISCHR((sbp)->st_mode)) macro
63 if (sb.st_ino != -1 && IS_DEVICE (&sb)) in copy_file()
177 return IS_DEVICE(&sb); in isdevice()