HomeSort by: relevance | last modified time | path
    Searched defs:S_IFCHR (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
stat.h 48 #ifndef S_IFCHR
49 # define S_IFCHR _S_IFCHR
  /src/external/gpl3/gdb/dist/readline/readline/
posixstat.h 57 #if defined (_S_IFCHR) && !defined (S_IFCHR)
58 #define S_IFCHR _S_IFCHR
83 #if defined (S_IFCHR) && !defined (S_ISCHR)
84 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) /* character device */
  /src/external/gpl3/gdb.old/dist/readline/readline/
posixstat.h 57 #if defined (_S_IFCHR) && !defined (S_IFCHR)
58 #define S_IFCHR _S_IFCHR
83 #if defined (S_IFCHR) && !defined (S_ISCHR)
84 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) /* character device */
  /src/sys/arch/zaurus/stand/zbsdmod/
compat_linux.h 29 #define S_IFCHR 0020000
  /src/sys/sys/
stat.h 154 #define S_IFCHR _S_IFCHR
  /src/external/bsd/am-utils/dist/include/
am_defs.h 1290 # undef S_IFCHR
  /src/external/mit/libuv/dist/test/
test-fs.c 55 # define S_IFCHR _S_IFCHR
1713 ASSERT_EQ(st->st_mode, (ft == UV_TTY ? S_IFCHR : S_IFIFO));

Completed in 41 milliseconds