Home
last modified time | relevance | path

Searched refs:close_fd (Results 1 – 25 of 766) sorted by relevance

12345678910>>...31

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/
H A Dunix_output_stream.rs18 let close_fd = true.into_glib(); in take_fd() localVariable
19 OutputStream::from_glib_full(ffi::g_unix_output_stream_new(fd, close_fd)).unsafe_cast() in take_fd()
25 let close_fd = false.into_glib(); in with_fd() localVariable
26 OutputStream::from_glib_full(ffi::g_unix_output_stream_new(fd, close_fd)).unsafe_cast() in with_fd()
42 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
54 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
57 close_fd.into_glib(), in set_close_fd()
H A Dunix_input_stream.rs19 let close_fd = true.into_glib(); in take_fd() localVariable
20 InputStream::from_glib_full(ffi::g_unix_input_stream_new(fd, close_fd)).unsafe_cast() in take_fd()
27 let close_fd = false.into_glib(); in with_fd() localVariable
28 InputStream::from_glib_full(ffi::g_unix_input_stream_new(fd, close_fd)).unsafe_cast() in with_fd()
44 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
56 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
57 ffi::g_unix_input_stream_set_close_fd(self.as_ref().to_glib_none().0, close_fd.into_glib()); in set_close_fd()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/
H A Dunix_output_stream.rs18 let close_fd = true.into_glib(); in take_fd() localVariable
19 OutputStream::from_glib_full(ffi::g_unix_output_stream_new(fd, close_fd)).unsafe_cast() in take_fd()
25 let close_fd = false.into_glib(); in with_fd() localVariable
26 OutputStream::from_glib_full(ffi::g_unix_output_stream_new(fd, close_fd)).unsafe_cast() in with_fd()
42 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
54 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
57 close_fd.into_glib(), in set_close_fd()
H A Dunix_input_stream.rs19 let close_fd = true.into_glib(); in take_fd() localVariable
20 InputStream::from_glib_full(ffi::g_unix_input_stream_new(fd, close_fd)).unsafe_cast() in take_fd()
27 let close_fd = false.into_glib(); in with_fd() localVariable
28 InputStream::from_glib_full(ffi::g_unix_input_stream_new(fd, close_fd)).unsafe_cast() in with_fd()
44 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
56 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
57 ffi::g_unix_input_stream_set_close_fd(self.as_ref().to_glib_none().0, close_fd.into_glib()); in set_close_fd()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/
H A Dunix_output_stream.rs18 let close_fd = true.into_glib(); in take_fd() localVariable
19 OutputStream::from_glib_full(ffi::g_unix_output_stream_new(fd, close_fd)).unsafe_cast() in take_fd()
25 let close_fd = false.into_glib(); in with_fd() localVariable
26 OutputStream::from_glib_full(ffi::g_unix_output_stream_new(fd, close_fd)).unsafe_cast() in with_fd()
42 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
54 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
57 close_fd.into_glib(), in set_close_fd()
H A Dunix_input_stream.rs19 let close_fd = true.into_glib(); in take_fd() localVariable
20 InputStream::from_glib_full(ffi::g_unix_input_stream_new(fd, close_fd)).unsafe_cast() in take_fd()
27 let close_fd = false.into_glib(); in with_fd() localVariable
28 InputStream::from_glib_full(ffi::g_unix_input_stream_new(fd, close_fd)).unsafe_cast() in with_fd()
44 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
56 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
57 ffi::g_unix_input_stream_set_close_fd(self.as_ref().to_glib_none().0, close_fd.into_glib()); in set_close_fd()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/
H A Dunix_output_stream.rs18 let close_fd = true.into_glib(); in take_fd() localVariable
19 OutputStream::from_glib_full(ffi::g_unix_output_stream_new(fd, close_fd)).unsafe_cast() in take_fd()
25 let close_fd = false.into_glib(); in with_fd() localVariable
26 OutputStream::from_glib_full(ffi::g_unix_output_stream_new(fd, close_fd)).unsafe_cast() in with_fd()
42 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
54 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
57 close_fd.into_glib(), in set_close_fd()
H A Dunix_input_stream.rs19 let close_fd = true.into_glib(); in take_fd() localVariable
20 InputStream::from_glib_full(ffi::g_unix_input_stream_new(fd, close_fd)).unsafe_cast() in take_fd()
27 let close_fd = false.into_glib(); in with_fd() localVariable
28 InputStream::from_glib_full(ffi::g_unix_input_stream_new(fd, close_fd)).unsafe_cast() in with_fd()
44 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
56 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
57 ffi::g_unix_input_stream_set_close_fd(self.as_ref().to_glib_none().0, close_fd.into_glib()); in set_close_fd()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/
H A Dunix_output_stream.rs18 let close_fd = true.into_glib(); in take_fd() localVariable
19 OutputStream::from_glib_full(ffi::g_unix_output_stream_new(fd, close_fd)).unsafe_cast() in take_fd()
25 let close_fd = false.into_glib(); in with_fd() localVariable
26 OutputStream::from_glib_full(ffi::g_unix_output_stream_new(fd, close_fd)).unsafe_cast() in with_fd()
42 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
54 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
57 close_fd.into_glib(), in set_close_fd()
H A Dunix_input_stream.rs19 let close_fd = true.into_glib(); in take_fd() localVariable
20 InputStream::from_glib_full(ffi::g_unix_input_stream_new(fd, close_fd)).unsafe_cast() in take_fd()
27 let close_fd = false.into_glib(); in with_fd() localVariable
28 InputStream::from_glib_full(ffi::g_unix_input_stream_new(fd, close_fd)).unsafe_cast() in with_fd()
44 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
56 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
57 ffi::g_unix_input_stream_set_close_fd(self.as_ref().to_glib_none().0, close_fd.into_glib()); in set_close_fd()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/
H A Dunix_output_stream.rs18 let close_fd = true.into_glib(); in take_fd() localVariable
19 OutputStream::from_glib_full(ffi::g_unix_output_stream_new(fd, close_fd)).unsafe_cast() in take_fd()
25 let close_fd = false.into_glib(); in with_fd() localVariable
26 OutputStream::from_glib_full(ffi::g_unix_output_stream_new(fd, close_fd)).unsafe_cast() in with_fd()
42 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
54 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
57 close_fd.into_glib(), in set_close_fd()
H A Dunix_input_stream.rs19 let close_fd = true.into_glib(); in take_fd() localVariable
20 InputStream::from_glib_full(ffi::g_unix_input_stream_new(fd, close_fd)).unsafe_cast() in take_fd()
27 let close_fd = false.into_glib(); in with_fd() localVariable
28 InputStream::from_glib_full(ffi::g_unix_input_stream_new(fd, close_fd)).unsafe_cast() in with_fd()
44 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
56 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
57 ffi::g_unix_input_stream_set_close_fd(self.as_ref().to_glib_none().0, close_fd.into_glib()); in set_close_fd()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgunixinputstream.c64 guint close_fd : 1; member
214 g_value_set_boolean (value, unix_stream->priv->close_fd); in g_unix_input_stream_get_property()
226 unix_stream->priv->close_fd = TRUE; in g_unix_input_stream_init()
243 gboolean close_fd) in g_unix_input_stream_new() argument
251 "close-fd", close_fd, in g_unix_input_stream_new()
269 gboolean close_fd) in g_unix_input_stream_set_close_fd() argument
273 close_fd = close_fd != FALSE; in g_unix_input_stream_set_close_fd()
274 if (stream->priv->close_fd != close_fd) in g_unix_input_stream_set_close_fd()
276 stream->priv->close_fd = close_fd; in g_unix_input_stream_set_close_fd()
297 return stream->priv->close_fd; in g_unix_input_stream_get_close_fd()
[all …]
H A Dgunixoutputstream.c66 guint close_fd : 1; member
214 g_value_set_boolean (value, unix_stream->priv->close_fd); in g_unix_output_stream_get_property()
226 unix_stream->priv->close_fd = TRUE; in g_unix_output_stream_init()
243 gboolean close_fd) in g_unix_output_stream_new() argument
251 "close-fd", close_fd, in g_unix_output_stream_new()
269 gboolean close_fd) in g_unix_output_stream_set_close_fd() argument
273 close_fd = close_fd != FALSE; in g_unix_output_stream_set_close_fd()
274 if (stream->priv->close_fd != close_fd) in g_unix_output_stream_set_close_fd()
276 stream->priv->close_fd = close_fd; in g_unix_output_stream_set_close_fd()
297 return stream->priv->close_fd; in g_unix_output_stream_get_close_fd()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/vfork/
H A Dexec_wrapper.c36 static void close_fd (int *fd) { if ((*fd) >= 0) close (*fd); *fd = -1; } in close_fd() function
60 close_fd(&pok[0]); in main()
63 close_fd(&pin[1]); in main()
67 close_fd(&pin[0]); in main()
68 close_fd(&pout[0]); in main()
86 close_fd(&pout[1]); in main()
115 close_fd(&pok[1]); in main()
/dports/devel/py-posix_ipc/posix_ipc-1.0.4/tests/
H A Dtest_memory.py71 mem.close_fd()
97 mem.close_fd()
116 mem.close_fd()
130 mem.close_fd()
172 mem.close_fd()
198 mem.close_fd()
207 mem.close_fd()
278 mem.close_fd()
285 mem.close_fd()
294 mem.close_fd()
[all …]
/dports/editors/vile/vile-9.8v/
H A Dw32pipe.c383 close_fd(tmpin_fd); in native_inout_popen()
391 close_fd(wp[0]); in native_inout_popen()
392 close_fd(wp[1]); in native_inout_popen()
393 close_fd(wp[2]); in native_inout_popen()
394 close_fd(rp[0]); in native_inout_popen()
395 close_fd(rp[1]); in native_inout_popen()
396 close_fd(rp[2]); in native_inout_popen()
397 close_fd(tmpin_fd); in native_inout_popen()
437 close_fd(stdin_fd); in tmp_cleanup()
438 close_fd(stdout_fd); in tmp_cleanup()
[all …]
/dports/editors/xvile/vile-9.8v/
H A Dw32pipe.c383 close_fd(tmpin_fd); in native_inout_popen()
391 close_fd(wp[0]); in native_inout_popen()
392 close_fd(wp[1]); in native_inout_popen()
393 close_fd(wp[2]); in native_inout_popen()
394 close_fd(rp[0]); in native_inout_popen()
395 close_fd(rp[1]); in native_inout_popen()
396 close_fd(rp[2]); in native_inout_popen()
397 close_fd(tmpin_fd); in native_inout_popen()
437 close_fd(stdin_fd); in tmp_cleanup()
438 close_fd(stdout_fd); in tmp_cleanup()
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/
H A Dunix_input_stream.rs19 let close_fd = true.to_glib(); in new() localVariable
20 InputStream::from_glib_full(gio_sys::g_unix_input_stream_new(fd, close_fd)).unsafe_cast() in new()
32 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
44 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
47 close_fd.to_glib(), in set_close_fd()
H A Dunix_output_stream.rs19 let close_fd = true.to_glib(); in new() localVariable
20 OutputStream::from_glib_full(gio_sys::g_unix_output_stream_new(fd, close_fd)).unsafe_cast() in new()
32 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
44 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
47 close_fd.to_glib(), in set_close_fd()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/
H A Dunix_output_stream.rs19 let close_fd = true.to_glib(); in new() localVariable
20 OutputStream::from_glib_full(gio_sys::g_unix_output_stream_new(fd, close_fd)).unsafe_cast() in new()
32 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
44 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
47 close_fd.to_glib(), in set_close_fd()
H A Dunix_input_stream.rs19 let close_fd = true.to_glib(); in new() localVariable
20 InputStream::from_glib_full(gio_sys::g_unix_input_stream_new(fd, close_fd)).unsafe_cast() in new()
32 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
44 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
47 close_fd.to_glib(), in set_close_fd()
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/
H A Dunix_input_stream.rs19 let close_fd = true.to_glib(); in new() localVariable
20 InputStream::from_glib_full(gio_sys::g_unix_input_stream_new(fd, close_fd)).unsafe_cast() in new()
32 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
44 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
47 close_fd.to_glib(), in set_close_fd()
H A Dunix_output_stream.rs19 let close_fd = true.to_glib(); in new() localVariable
20 OutputStream::from_glib_full(gio_sys::g_unix_output_stream_new(fd, close_fd)).unsafe_cast() in new()
32 unsafe fn set_close_fd(&self, close_fd: bool); in set_close_fd()
44 unsafe fn set_close_fd(&self, close_fd: bool) { in set_close_fd()
47 close_fd.to_glib(), in set_close_fd()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/vm/
H A Dcompaction_test.c103 goto close_fd; in check_compaction()
109 goto close_fd; in check_compaction()
118 goto close_fd; in check_compaction()
125 goto close_fd; in check_compaction()
137 goto close_fd; in check_compaction()
148 goto close_fd; in check_compaction()
154 close_fd: in check_compaction()

12345678910>>...31