Home
last modified time | relevance | path

Searched refs:S_ISLNK (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h139 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) macro
143 # define S_ISLNK(mode) 0 macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dstat.h19 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstat.h115 #define S_ISLNK(m) (((m)&_IFMT) == _IFLNK) macro