symlink01.c | 504 struct stat asymlink, statter; variable in typeref:struct:stat 624 if (lstat(path, &asymlink) < 0) 627 if ((asymlink.st_mode & S_IFMT) == S_IFLNK) 771 } else if ((stat(path2, &asymlink) == -1) && (errno == ENOENT)) { 777 } else if (statter.st_ino != asymlink.st_ino) { 878 } else if (memcmp((char *)&statter, (char *)&asymlink, sizeof(statter)) [all...] |