Home | History | Annotate | Download | only in common

Lines Matching full:st_mode

430   if (S_ISREG(stbuf.st_mode))
432 if (S_ISBLK(stbuf.st_mode))
580 return lstat(path, &stbuf) == 0 && S_ISLNK(stbuf.st_mode) != 0;