Lines Matching full:st_mode
1512 xp[-1] == '/' && !S_ISDIR(lstatb.st_mode) &&1513 (!S_ISLNK(lstatb.st_mode) ||1514 stat_check() < 0 || !S_ISDIR(statb.st_mode)))1523 (S_ISDIR(lstatb.st_mode) ||1524 (S_ISLNK(lstatb.st_mode) && stat_check() > 0 &&1525 S_ISDIR(statb.st_mode)))) {