Home | History | Annotate | Download | only in gio

Lines Matching defs:S_ISLNK

102 #ifndef S_ISLNK
103 #define S_ISLNK(m) (0)
1450 if (S_ISLNK (parent_stat.st_mode))
1463 } while (S_ISLNK (parent_stat.st_mode));