Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h253 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/openbmc/u-boot/include/linux/
H A Dstat.h22 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h41 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h31 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) macro
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h400 #define S_ISLNK(mode) (((mode) & 0170000) == 0120000) macro