Searched refs:st_fd (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/master/
H A Dsd-daemon.c129 struct stat st_fd; local
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; local
167 if (fstat(fd, &st_fd) < 0)
170 if (!S_ISSOCK(st_fd
[all...]

Completed in 7 milliseconds