Home | History | Annotate | Download | only in Unix

Lines Matching full:st_mode

266   if (!S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode) && !S_ISLNK(buf.st_mode))
321 if (!S_ISREG(buf.st_mode))
361 if (S_ISDIR(Status.st_mode))
363 else if (S_ISREG(Status.st_mode))
365 else if (S_ISBLK(Status.st_mode))
367 else if (S_ISCHR(Status.st_mode))
369 else if (S_ISFIFO(Status.st_mode))
371 else if (S_ISSOCK(Status.st_mode))
374 perms Perms = static_cast<perms>(Status.st_mode);