HomeSort by relevance Sort by last modified time
    Searched refs:S_ISWHT (Results 1 - 7 of 7) sorted by null

  /system/core/toolbox/
bsd-compatibility.h 51 #define S_ISWHT(x) false
  /ndk/sources/host-tools/sed-4.2.1/lib/
sys_stat.in.h 207 #ifndef S_ISWHT
208 # define S_ISWHT(m) 0
  /system/core/toolbox/upstream-netbsd/bin/rm/
rm.c 320 if (!fflag && !S_ISWHT(sb.st_mode) && !check(f, f, &sb))
323 if (S_ISWHT(sb.st_mode))
  /external/bison/lib/
sys_stat.in.h 231 #ifndef S_ISWHT
232 # define S_ISWHT(m) 0
  /external/bison/darwin-lib/sys/
stat.h 543 #ifndef S_ISWHT
544 # define S_ISWHT(m) 0
    [all...]
  /external/bison/linux-lib/sys/
stat.h 543 #ifndef S_ISWHT
544 # define S_ISWHT(m) 0
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 123 #define VKI_S_ISWHT(m) S_ISWHT(m)

Completed in 558 milliseconds