S_IFLNK 51 include/uv-win.h #ifndef S_IFLNK S_IFLNK 838 src/win/fs.c statbuf->st_mode |= S_IFLNK; S_IFLNK 1433 test/test-fs.c ASSERT(((uv_stat_t*)req.ptr)->st_mode & S_IFLNK);