S_IFLNK 224 lib/sys_stat.in.h # ifdef S_IFLNK S_IFLNK 225 lib/sys_stat.in.h # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) S_IFLNK 67 nt/inc/sys/stat.h #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) S_IFLNK 5429 src/w32.c buf->st_mode = S_IFLNK; S_IFLNK 5633 src/w32.c buf->st_mode = S_IFLNK;