Home
last modified time | relevance | path

Searched defs:S_ISLNK (Results 1 - 15 of 15) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
H A Ddir.h41 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/third_party/node/deps/uvwasi/src/
H A Duv_mapping.c24 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/third_party/ffmpeg/libavformat/
H A Dfile.c55 # define S_ISLNK(m) (((m) & S_IFLNK) == S_IFLNK) macro
57 # define S_ISLNK(m) 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/python/Lib/
H A Dstat.py70 def S_ISLNK(mode): function
H A Dpathlib.py13 from stat import S_ISDIR, S_ISLNK, S_ISREG, S_ISSOCK, S_ISBLK, S_ISCHR, S_ISFIFO namespace
/third_party/python/Modules/
H A D_stat.c100 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h197 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/musl/include/sys/
H A Dstat.h56 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/third_party/mksh/
H A Dsh.h371 #define S_ISLNK(m) ((m & 0170000) == 0120000) macro
518 #undef S_ISLNK macro
519 #define S_ISLNK(m) (/* CONSTCOND */ 0) macro
/third_party/sqlite/src/
H A Dshell.c143 # define S_ISLNK(mode) (0) macro
1118 #define S_ISLNK(mode) (0) macro

Completed in 48 milliseconds