/third_party/e2fsprogs/include/mingw/sys/ |
D | stat.h | 14 #define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) macro 16 #define S_ISLNK(mode) 0 macro
|
/third_party/e2fsprogs/misc/ |
D | chattr.c | 46 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) macro 48 # define S_ISLNK(mode) 0 macro
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | dir.h | 41 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
|
/third_party/node/deps/uvwasi/src/ |
D | uv_mapping.c | 24 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
|
/third_party/ffmpeg/libavformat/ |
D | file.c | 53 # define S_ISLNK(m) (((m) & S_IFLNK) == S_IFLNK) macro 55 # define S_ISLNK(m) 0 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
|
/third_party/musl/include/sys/ |
D | stat.h | 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
|
/third_party/e2fsprogs/util/ |
D | symlinks.c | 29 #define S_ISLNK(mode) (((mode) & (_S_IFMT)) == (_S_IFLNK)) macro
|
/third_party/python/Lib/ |
D | stat.py | 70 def S_ISLNK(mode): function
|
/third_party/python/Modules/ |
D | _stat.c | 100 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 197 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
|
/third_party/glib/glib/ |
D | gfileutils.c | 42 #define S_ISLNK(x) 0 macro
|
/third_party/glib/gio/ |
D | glocalfile.c | 87 #define S_ISLNK(m) (0) macro
|
/third_party/tzdata/ |
D | zic.c | 146 # define S_ISLNK(m) 0 macro
|
/third_party/mksh/ |
D | sh.h | 371 #define S_ISLNK(m) ((m & 0170000) == 0120000) macro 519 #define S_ISLNK(m) (/* CONSTCOND */ 0) macro
|
/third_party/sqlite/src/ |
D | shell.c | 124 # define S_ISLNK(mode) (0) macro 1127 #define S_ISLNK(mode) (0) macro
|