Searched defs:S_ISCHR (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb_stat.h29 #undef S_ISCHR macro
44 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/freebsd-10-stable/contrib/diff/lib/
H A Dfile-type.h36 # undef S_ISCHR macro
60 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
62 # define S_ISCHR(m) 0 macro
/freebsd-10-stable/contrib/binutils/binutils/
H A Dfilemode.c152 #define S_ISCHR macro
154 #define S_ISCHR macro
/freebsd-10-stable/contrib/libreadline/
H A Dposixstat.h31 # undef S_ISCHR macro
84 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) /* character device */ macro
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dsystem.h304 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/freebsd-10-stable/contrib/tcsh/
H A Dtc.os.h231 # undef S_ISCHR macro
245 # define S_ISCHR(a) (((a) & S_IFMT) == S_IFCHR) macro
/freebsd-10-stable/contrib/gcc/
H A Dsystem.h474 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/freebsd-10-stable/contrib/libreadline/examples/rlfe/
H A Dos.h351 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/freebsd-10-stable/sys/sys/
H A Dstat.h238 #define S_ISCHR(m) (((m) & 0170000) == 0020000) /* char special */ macro
/freebsd-10-stable/contrib/amd/include/
H A Dam_defs.h1309 # undef S_ISCHR macro

Completed in 130 milliseconds