Home | History | Annotate | Download | only in src

Lines Matching full:st_mode

1544 			    xp[-1] == '/' && !S_ISDIR(lstatb.st_mode) &&
1545 (!S_ISLNK(lstatb.st_mode) ||
1546 stat_check() < 0 || !S_ISDIR(statb.st_mode)))
1555 (S_ISDIR(lstatb.st_mode) ||
1556 (S_ISLNK(lstatb.st_mode) && stat_check() > 0 &&
1557 S_ISDIR(statb.st_mode)))) {