Lines Matching refs:st_fd
129 struct stat st_fd;134 memset(&st_fd, 0, sizeof(st_fd));135 if (fstat(fd, &st_fd) < 0)138 if (!S_ISFIFO(st_fd.st_mode))154 st_path.st_dev == st_fd.st_dev &&155 st_path.st_ino == st_fd.st_ino;162 struct stat st_fd;167 if (fstat(fd, &st_fd) < 0)170 if (!S_ISSOCK(st_fd.st_mode))