Lines Matching full:st_mode
1532 xp[-1] == '/' && !S_ISDIR(lstatb.st_mode) &&1533 (!S_ISLNK(lstatb.st_mode) ||1534 stat_check() < 0 || !S_ISDIR(statb.st_mode)))1543 (S_ISDIR(lstatb.st_mode) ||1544 (S_ISLNK(lstatb.st_mode) && stat_check() > 0 &&1545 S_ISDIR(statb.st_mode)))) {