Home
last modified time | relevance | path

Searched defs:S_ISLNK (Results 1 – 21 of 21) sorted by relevance

/third_party/e2fsprogs/include/mingw/sys/
Dstat.h14 #define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) macro
16 #define S_ISLNK(mode) 0 macro
/third_party/e2fsprogs/misc/
Dchattr.c46 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) macro
48 # define S_ISLNK(mode) 0 macro
/third_party/ntfs-3g/include/ntfs-3g/
Ddir.h41 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/third_party/node/deps/uvwasi/src/
Duv_mapping.c24 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/third_party/ffmpeg/libavformat/
Dfile.c53 # define S_ISLNK(m) (((m) & S_IFLNK) == S_IFLNK) macro
55 # define S_ISLNK(m) 0 macro
/third_party/musl/ndk_musl_include/sys/
Dstat.h49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/musl/include/sys/
Dstat.h49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/e2fsprogs/util/
Dsymlinks.c29 #define S_ISLNK(mode) (((mode) & (_S_IFMT)) == (_S_IFLNK)) macro
/third_party/python/Lib/
Dstat.py70 def S_ISLNK(mode): function
/third_party/python/Modules/
D_stat.c100 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h197 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/glib/glib/
Dgfileutils.c42 #define S_ISLNK(x) 0 macro
/third_party/glib/gio/
Dglocalfile.c87 #define S_ISLNK(m) (0) macro
/third_party/tzdata/
Dzic.c146 # define S_ISLNK(m) 0 macro
/third_party/mksh/
Dsh.h371 #define S_ISLNK(m) ((m & 0170000) == 0120000) macro
519 #define S_ISLNK(m) (/* CONSTCOND */ 0) macro
/third_party/sqlite/src/
Dshell.c124 # define S_ISLNK(mode) (0) macro
1127 #define S_ISLNK(mode) (0) macro