S_ISLNK 96 ext/standard/filestat.c #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) S_ISLNK 71 win32/glob.c #define S_ISLNK(m) (0)