Home
last modified time | relevance | path

Searched refs:rtfd (Results 1 – 6 of 6) sorted by relevance

/external/libnl/src/
Dnf-log.c123 int nffd, rtfd, maxfd, retval; in main() local
130 rtfd = nl_socket_get_fd(rt_sock); in main()
131 FD_SET(rtfd, &rfds); in main()
132 if (maxfd < rtfd) in main()
133 maxfd = rtfd; in main()
141 if (FD_ISSET(rtfd, &rfds)) in main()
Dnf-queue.c125 int nffd, rtfd, maxfd, retval; in main() local
132 rtfd = nl_socket_get_fd(rt_sock); in main()
133 FD_SET(rtfd, &rfds); in main()
134 if (maxfd < rtfd) in main()
135 maxfd = rtfd; in main()
143 if (FD_ISSET(rtfd, &rfds)) in main()
/external/python/six/
DREADME.rst19 Online documentation is at http://six.rtfd.org.
DPKG-INFO27 Online documentation is at http://six.rtfd.org.
/external/python/six/six.egg-info/
DPKG-INFO27 Online documentation is at http://six.rtfd.org.
/external/u-boot/doc/sphinx-static/
Dtheme_overrides.css8 * see: https://github.com/rtfd/sphinx_rtd_theme/issues/419