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

  /external/dbus/dbus/
sd-daemon.c 128 struct stat st_fd; local
133 memset(&st_fd, 0, sizeof(st_fd));
134 if (fstat(fd, &st_fd) < 0)
137 if (!S_ISFIFO(st_fd.st_mode))
153 st_path.st_dev == st_fd.st_dev &&
154 st_path.st_ino == st_fd.st_ino;
161 struct stat st_fd; local
166 if (fstat(fd, &st_fd) < 0)
169 if (!S_ISSOCK(st_fd.st_mode)
    [all...]

Completed in 419 milliseconds