Home | History | Annotate | Download | only in posix

Lines Matching full:st_mode

94   mode_t mode = st->st_mode;
144 if (S_ISBLK(st->st_mode) || S_ISCHR(st->st_mode)) {
309 if (dt && S_ISDIR(dt->st.st_mode) && !dt->next && !(flags&(FLAG_d|FLAG_R)))
401 mode_t mode = st->st_mode;
455 if (S_ISCHR(st->st_mode) || S_ISBLK(st->st_mode))
470 color = color_from_mode(st->st_mode);
486 else color = color_from_mode(st2.st_mode);
509 if ((flags & FLAG_d) || !S_ISDIR(sort[ul]->st.st_mode)) continue;