HomeSort by: relevance | last modified time | path
    Searched refs:_S_IFCHR (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
stat.h 49 # define S_IFCHR _S_IFCHR
  /src/sys/sys/
stat.h 140 #define _S_IFCHR 0020000 /* character special */
154 #define S_IFCHR _S_IFCHR
172 #define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR) /* char special */
  /src/sys/rump/librump/rumpkern/
cons.c 145 sb->st_mode = 0600 | _S_IFCHR;
  /src/external/bsd/libarchive/dist/libarchive/
archive_windows.h 143 #ifndef _S_IFCHR
144 #define _S_IFCHR 0020000 /* character special */
168 //#define S_IFCHR _S_IFCHR
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
posix_compat.h 86 #undef _S_IFCHR
95 #define _S_IFCHR 0x2000
111 #define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR)

Completed in 27 milliseconds