Home
last modified time | relevance | path

Searched defs:fd_up (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libutil++/
H A Dlibutil++.hh70 class fd_up { class
72 fd_up() : fd(-1) {} in fd_up() function in freebsd::fd_up
73 fd_up(int _fd) : fd(_fd) {} in fd_up() function in freebsd::fd_up
74 fd_up(fd_up &&other) : fd(other.release()) {} in fd_up() function in freebsd::fd_up