HomeSort by relevance Sort by last modified time
    Searched full:asymlink (Results 1 - 1 of 1) sorted by null

  /external/ltp/testcases/kernel/syscalls/symlink/
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...]

Completed in 510 milliseconds