Home
last modified time | relevance | path

Searched refs:FdSet (Results 1 – 25 of 14204) sorted by relevance

12345678910>>...569

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nix-0.9.0/src/sys/
H A Dselect.rs12 pub struct FdSet { struct
22 pub struct FdSet { argument
29 impl FdSet { implementation
30 pub fn new() -> FdSet { in new()
31 FdSet { in new()
60 use super::FdSet;
64 readfds: *mut FdSet, in select() argument
65 writefds: *mut FdSet, in select() argument
66 errorfds: *mut FdSet, in select() argument
72 readfds: Option<&mut FdSet>, in select() argument
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.9.0/src/sys/
H A Dselect.rs12 pub struct FdSet { struct
22 pub struct FdSet { argument
29 impl FdSet { implementation
30 pub fn new() -> FdSet { in new()
31 FdSet { in new()
60 use super::FdSet;
64 readfds: *mut FdSet, in select() argument
65 writefds: *mut FdSet, in select() argument
66 errorfds: *mut FdSet, in select() argument
72 readfds: Option<&mut FdSet>, in select() argument
[all …]
/dports/devel/libassa/libassa-3.5.1/assa/
H A DFdSet.h51 class FdSet : public fd_set
56 FdSet ();
119 inline FdSet::FdSet () { reset (); } in FdSet() function
120 inline void FdSet::dump () { DL ((REACT, "%s\n", dump_c_str ().c_str ())); } in dump()
122 inline bool FdSet::isSet (handler_t fd_) { return FD_ISSET (fd_, this); } in isSet()
125 FdSet::
/dports/games/genact/genact-0.10.0/cargo-crates/nix-0.17.0/src/sys/
H A Dselect.rs14 pub struct FdSet(libc::fd_set); struct
16 impl FdSet { implementation
17 pub fn new() -> FdSet { in new()
21 FdSet(fdset.assume_init()) in new()
73 impl Default for FdSet { implementation
109 R: Into<Option<&'a mut FdSet>>, in select() argument
110 W: Into<Option<&'a mut FdSet>>, in select() argument
111 E: Into<Option<&'a mut FdSet>>, in select() argument
178 R: Into<Option<&'a mut FdSet>>, in pselect() argument
179 W: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/nix-0.16.1/src/sys/
H A Dselect.rs14 pub struct FdSet(libc::fd_set); struct
16 impl FdSet { implementation
17 pub fn new() -> FdSet { in new()
21 FdSet(fdset.assume_init()) in new()
73 impl Default for FdSet { implementation
109 R: Into<Option<&'a mut FdSet>>, in select() argument
110 W: Into<Option<&'a mut FdSet>>, in select() argument
111 E: Into<Option<&'a mut FdSet>>, in select() argument
178 R: Into<Option<&'a mut FdSet>>, in pselect() argument
179 W: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/nix-0.17.0/src/sys/
H A Dselect.rs14 pub struct FdSet(libc::fd_set); struct
16 impl FdSet { implementation
17 pub fn new() -> FdSet { in new()
21 FdSet(fdset.assume_init()) in new()
73 impl Default for FdSet { implementation
109 R: Into<Option<&'a mut FdSet>>, in select() argument
110 W: Into<Option<&'a mut FdSet>>, in select() argument
111 E: Into<Option<&'a mut FdSet>>, in select() argument
178 R: Into<Option<&'a mut FdSet>>, in pselect() argument
179 W: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/nix-0.17.0/src/sys/
H A Dselect.rs14 pub struct FdSet(libc::fd_set); struct
16 impl FdSet { impl
17 pub fn new() -> FdSet { in new()
21 FdSet(fdset.assume_init()) in new()
73 impl Default for FdSet { implementation
109 R: Into<Option<&'a mut FdSet>>, in select() argument
110 W: Into<Option<&'a mut FdSet>>, in select() argument
111 E: Into<Option<&'a mut FdSet>>, in select() argument
178 R: Into<Option<&'a mut FdSet>>, in pselect() argument
179 W: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/nix-0.17.0/src/sys/
H A Dselect.rs14 pub struct FdSet(libc::fd_set); struct
16 impl FdSet { implementation
17 pub fn new() -> FdSet { in new()
21 FdSet(fdset.assume_init()) in new()
73 impl Default for FdSet { implementation
109 R: Into<Option<&'a mut FdSet>>, in select() argument
110 W: Into<Option<&'a mut FdSet>>, in select() argument
111 E: Into<Option<&'a mut FdSet>>, in select() argument
178 R: Into<Option<&'a mut FdSet>>, in pselect() argument
179 W: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/nix-0.17.0/src/sys/
H A Dselect.rs14 pub struct FdSet(libc::fd_set); struct
16 impl FdSet { implementation
17 pub fn new() -> FdSet { in new()
21 FdSet(fdset.assume_init()) in new()
73 impl Default for FdSet { implementation
109 R: Into<Option<&'a mut FdSet>>, in select() argument
110 W: Into<Option<&'a mut FdSet>>, in select() argument
111 E: Into<Option<&'a mut FdSet>>, in select() argument
178 R: Into<Option<&'a mut FdSet>>, in pselect() argument
179 W: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/nix-0.17.0/src/sys/
H A Dselect.rs14 pub struct FdSet(libc::fd_set);
16 impl FdSet {
17 pub fn new() -> FdSet {
21 FdSet(fdset.assume_init())
73 impl Default for FdSet {
109 R: Into<Option<&'a mut FdSet>>,
110 W: Into<Option<&'a mut FdSet>>,
111 E: Into<Option<&'a mut FdSet>>,
178 R: Into<Option<&'a mut FdSet>>,
179 W: Into<Option<&'a mut FdSet>>,
[all …]
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/nix-0.17.0/src/sys/
H A Dselect.rs14 pub struct FdSet(libc::fd_set); struct
16 impl FdSet { impl
17 pub fn new() -> FdSet { in new()
21 FdSet(fdset.assume_init()) in new()
73 impl Default for FdSet { implementation
109 R: Into<Option<&'a mut FdSet>>, in select() argument
110 W: Into<Option<&'a mut FdSet>>, in select() argument
111 E: Into<Option<&'a mut FdSet>>, in select() argument
178 R: Into<Option<&'a mut FdSet>>, in pselect() argument
179 W: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/nix-0.17.0/src/sys/
H A Dselect.rs14 pub struct FdSet(libc::fd_set); struct
16 impl FdSet { implementation
17 pub fn new() -> FdSet { in new()
21 FdSet(fdset.assume_init()) in new()
73 impl Default for FdSet { implementation
109 R: Into<Option<&'a mut FdSet>>, in select() argument
110 W: Into<Option<&'a mut FdSet>>, in select() argument
111 E: Into<Option<&'a mut FdSet>>, in select() argument
178 R: Into<Option<&'a mut FdSet>>, in pselect() argument
179 W: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/nix-0.19.1/src/sys/
H A Dselect.rs16 pub struct FdSet(libc::fd_set); struct
18 impl FdSet { impl
19 pub fn new() -> FdSet { in new()
23 FdSet(fdset.assume_init()) in new()
92 impl Default for FdSet { implementation
101 set: &'a mut FdSet,
168 R: Into<Option<&'a mut FdSet>>, in select() argument
169 W: Into<Option<&'a mut FdSet>>, in select() argument
170 E: Into<Option<&'a mut FdSet>>, in select() argument
237 R: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/nix-0.23.0/src/sys/
H A Dselect.rs18 pub struct FdSet(libc::fd_set); struct
20 impl FdSet { implementation
22 pub fn new() -> FdSet { in new()
26 FdSet(fdset.assume_init()) in new()
97 impl Default for FdSet { implementation
106 set: &'a FdSet,
173 R: Into<Option<&'a mut FdSet>>, in select() argument
174 W: Into<Option<&'a mut FdSet>>, in select() argument
175 E: Into<Option<&'a mut FdSet>>, in select() argument
242 R: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/nix-0.23.1/src/sys/
H A Dselect.rs19 pub struct FdSet(libc::fd_set); struct
28 impl FdSet { implementation
30 pub fn new() -> FdSet { in new()
34 FdSet(fdset.assume_init()) in new()
108 impl Default for FdSet { implementation
117 set: &'a FdSet,
184 R: Into<Option<&'a mut FdSet>>, in select() argument
185 W: Into<Option<&'a mut FdSet>>, in select() argument
186 E: Into<Option<&'a mut FdSet>>, in select() argument
253 R: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/nix-0.23.0/src/sys/
H A Dselect.rs18 pub struct FdSet(libc::fd_set); struct
20 impl FdSet { impl
22 pub fn new() -> FdSet { in new()
26 FdSet(fdset.assume_init()) in new()
97 impl Default for FdSet { implementation
106 set: &'a FdSet,
173 R: Into<Option<&'a mut FdSet>>, in select() argument
174 W: Into<Option<&'a mut FdSet>>, in select() argument
175 E: Into<Option<&'a mut FdSet>>, in select() argument
242 R: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/shells/nsh/nsh-0.4.2/cargo-crates/nix-0.22.0/src/sys/
H A Dselect.rs16 pub struct FdSet(libc::fd_set); struct
18 impl FdSet { impl
19 pub fn new() -> FdSet { in new()
23 FdSet(fdset.assume_init()) in new()
90 impl Default for FdSet { implementation
99 set: &'a mut FdSet,
166 R: Into<Option<&'a mut FdSet>>, in select() argument
167 W: Into<Option<&'a mut FdSet>>, in select() argument
168 E: Into<Option<&'a mut FdSet>>, in select() argument
235 R: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/nix-0.19.1/src/sys/
H A Dselect.rs16 pub struct FdSet(libc::fd_set); struct
18 impl FdSet { impl
19 pub fn new() -> FdSet { in new()
23 FdSet(fdset.assume_init()) in new()
92 impl Default for FdSet { implementation
101 set: &'a mut FdSet,
168 R: Into<Option<&'a mut FdSet>>, in select() argument
169 W: Into<Option<&'a mut FdSet>>, in select() argument
170 E: Into<Option<&'a mut FdSet>>, in select() argument
237 R: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/nix-0.23.0/src/sys/
H A Dselect.rs18 pub struct FdSet(libc::fd_set); struct
20 impl FdSet { impl
22 pub fn new() -> FdSet { in new()
26 FdSet(fdset.assume_init()) in new()
97 impl Default for FdSet { implementation
106 set: &'a FdSet,
173 R: Into<Option<&'a mut FdSet>>, in select() argument
174 W: Into<Option<&'a mut FdSet>>, in select() argument
175 E: Into<Option<&'a mut FdSet>>, in select() argument
242 R: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/nix-0.22.0/src/sys/
H A Dselect.rs16 pub struct FdSet(libc::fd_set); struct
18 impl FdSet { implementation
19 pub fn new() -> FdSet { in new()
23 FdSet(fdset.assume_init()) in new()
90 impl Default for FdSet { implementation
99 set: &'a mut FdSet,
166 R: Into<Option<&'a mut FdSet>>, in select() argument
167 W: Into<Option<&'a mut FdSet>>, in select() argument
168 E: Into<Option<&'a mut FdSet>>, in select() argument
235 R: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/math/kalker/kalker-1.1.0/cargo-crates/nix-0.19.1/src/sys/
H A Dselect.rs16 pub struct FdSet(libc::fd_set); struct
18 impl FdSet { implementation
19 pub fn new() -> FdSet { in new()
23 FdSet(fdset.assume_init()) in new()
92 impl Default for FdSet { implementation
101 set: &'a mut FdSet,
168 R: Into<Option<&'a mut FdSet>>, in select() argument
169 W: Into<Option<&'a mut FdSet>>, in select() argument
170 E: Into<Option<&'a mut FdSet>>, in select() argument
237 R: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/nix-0.23.0/src/sys/
H A Dselect.rs18 pub struct FdSet(libc::fd_set); struct
20 impl FdSet { impl
22 pub fn new() -> FdSet { in new()
26 FdSet(fdset.assume_init()) in new()
97 impl Default for FdSet { implementation
106 set: &'a FdSet,
173 R: Into<Option<&'a mut FdSet>>, in select() argument
174 W: Into<Option<&'a mut FdSet>>, in select() argument
175 E: Into<Option<&'a mut FdSet>>, in select() argument
242 R: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/nix-0.20.0/src/sys/
H A Dselect.rs16 pub struct FdSet(libc::fd_set); struct
18 impl FdSet { implementation
19 pub fn new() -> FdSet { in new()
23 FdSet(fdset.assume_init()) in new()
92 impl Default for FdSet { implementation
101 set: &'a mut FdSet,
168 R: Into<Option<&'a mut FdSet>>, in select() argument
169 W: Into<Option<&'a mut FdSet>>, in select() argument
170 E: Into<Option<&'a mut FdSet>>, in select() argument
237 R: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/nix-0.20.0/src/sys/
H A Dselect.rs16 pub struct FdSet(libc::fd_set); struct
18 impl FdSet { impl
19 pub fn new() -> FdSet { in new()
23 FdSet(fdset.assume_init()) in new()
92 impl Default for FdSet { implementation
101 set: &'a mut FdSet,
168 R: Into<Option<&'a mut FdSet>>, in select() argument
169 W: Into<Option<&'a mut FdSet>>, in select() argument
170 E: Into<Option<&'a mut FdSet>>, in select() argument
237 R: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/nix-0.23.0/src/sys/
H A Dselect.rs18 pub struct FdSet(libc::fd_set); struct
20 impl FdSet { implementation
22 pub fn new() -> FdSet { in new()
26 FdSet(fdset.assume_init()) in new()
97 impl Default for FdSet { implementation
106 set: &'a FdSet,
173 R: Into<Option<&'a mut FdSet>>, in select() argument
174 W: Into<Option<&'a mut FdSet>>, in select() argument
175 E: Into<Option<&'a mut FdSet>>, in select() argument
242 R: Into<Option<&'a mut FdSet>>, in pselect() argument
[all …]

12345678910>>...569