Home
last modified time | relevance | path

Searched refs:terminator_pos (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dio-channel.c33 gsize line_length, terminator_pos; in test_read_line_embedded_nuls() local
60 &terminator_pos, &local_error); in test_read_line_embedded_nuls()
64 g_assert_cmpuint (terminator_pos, ==, 7); in test_read_line_embedded_nuls()
/dports/devel/py-cmd2/cmd2-2.3.2/cmd2/
H A Dparsing.py424 terminator_pos = len(tokens) + 1
428 terminator_pos = pos
443 terminator_pos = len(tokens) + 1
446 (command, args) = self._command_and_args(tokens[:terminator_pos])
447 arg_list = tokens[1:terminator_pos]
450 tokens = tokens[terminator_pos + 1 :]
/dports/devel/pyl-gobject/pygobject-2.28.6/glib/
H A Dpygiochannel.c27 gsize length = 0, terminator_pos; in py_io_channel_next() local
33 &terminator_pos, &error); in py_io_channel_next()
551 gsize length = 0, terminator_pos; in py_io_channel_read_line() local
562 &terminator_pos, &error); in py_io_channel_read_line()
575 gsize length = 0, terminator_pos; in py_io_channel_read_lines() local
589 &terminator_pos, &error); in py_io_channel_read_lines()
650 gsize *terminator_pos,
/dports/net-p2p/bitcoin/bitcoin-22.0/src/util/
H A Dsock.cpp225 auto terminator_pos = std::find(buf, end, terminator); in RecvUntilTerminator() local
226 terminator_found = terminator_pos != end; in RecvUntilTerminator()
228 const size_t try_len{terminator_found ? terminator_pos - buf + 1 : in RecvUntilTerminator()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/util/
H A Dsock.cpp225 auto terminator_pos = std::find(buf, end, terminator); in RecvUntilTerminator() local
226 terminator_found = terminator_pos != end; in RecvUntilTerminator()
228 const size_t try_len{terminator_found ? terminator_pos - buf + 1 : in RecvUntilTerminator()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/util/
H A Dsock.cpp225 auto terminator_pos = std::find(buf, end, terminator); in RecvUntilTerminator() local
226 terminator_found = terminator_pos != end; in RecvUntilTerminator()
228 const size_t try_len{terminator_found ? terminator_pos - buf + 1 : in RecvUntilTerminator()
/dports/x11-toolkits/pango/pango-1.48.11/tests/
H A Dtestboundaries_ucd.c224 gsize length, terminator_pos; in do_test() local
248 status = g_io_channel_read_line (channel, &line, &length, &terminator_pos, &error); in do_test()
264 line[terminator_pos] = '\0'; in do_test()
/dports/science/v_sim/v_sim-3.8.0/src/panelModules/
H A DpanelSurfacesTools.c132 gsize terminator_pos; in surf_simply_parse_file() local
149 g_io_channel_read_line_string (file_to_parse, line, &terminator_pos, NULL); in surf_simply_parse_file()
155 g_io_channel_read_line_string (file_to_parse, line, &terminator_pos, NULL); in surf_simply_parse_file()
162 g_io_channel_read_line_string (file_to_parse, line, &terminator_pos, NULL); in surf_simply_parse_file()
169 g_io_channel_read_line_string (file_to_parse, line, &terminator_pos, NULL); in surf_simply_parse_file()
199 g_io_channel_read_line_string (file_to_parse, line, &terminator_pos, NULL); in surf_simply_parse_file()
613 gsize terminator_pos; in surf_export_surf() local
631 g_io_channel_read_line_string (file_to_read, line, &terminator_pos, NULL); in surf_export_surf()
651 g_io_channel_read_line_string (file_to_read, line, &terminator_pos, NULL); in surf_export_surf()
673 g_io_channel_read_line_string (file_to_read, line, &terminator_pos, NULL); in surf_export_surf()
[all …]
/dports/devel/p5-Glib/Glib-1.3293/
H A DGIOChannel.xs142 ## gsize *terminator_pos,
146 ## gsize *terminator_pos,
/dports/science/v_sim/v_sim-3.8.0/src/coreTools/
H A DtoolFiles.h137 gsize *terminator_pos, GError **error);
H A DtoolFiles.c422 gsize *terminator_pos, GError **error) in tool_files_read_line_string() argument
463 terminator_pos, error); in tool_files_read_line_string()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgiochannel.c172 gsize *terminator_pos,
1662 gsize *terminator_pos, in g_io_channel_read_line() argument
1674 status = g_io_channel_read_line_backend (channel, &got_length, terminator_pos, error); in g_io_channel_read_line()
1716 gsize *terminator_pos, in g_io_channel_read_line_string() argument
1731 status = g_io_channel_read_line_backend (channel, &length, terminator_pos, error); in g_io_channel_read_line_string()
1747 gsize *terminator_pos, in g_io_channel_read_line_backend() argument
1902 if (terminator_pos) in g_io_channel_read_line_backend()
1903 *terminator_pos = line_length; in g_io_channel_read_line_backend()
H A Dgiochannel.h253 gsize *terminator_pos,
258 gsize *terminator_pos,
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DIOChannel.cs223 public IOStatus ReadLine (out string str_return, out ulong terminator_pos) in ReadLine() argument
229 terminator_pos = (ulong) native_terminator_pos; in ReadLine()
351 …_line (IntPtr raw, out IntPtr str_return, IntPtr length, out UIntPtr terminator_pos, out IntPtr er… in g_io_channel_read_line() argument
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib/
H A DIOChannel.cs223 public IOStatus ReadLine (out string str_return, out ulong terminator_pos) in ReadLine() argument
229 terminator_pos = (ulong) native_terminator_pos; in ReadLine()
353 …_line (IntPtr raw, out IntPtr str_return, IntPtr length, out UIntPtr terminator_pos, out IntPtr er… in g_io_channel_read_line() argument
/dports/polish/gnugadu2/gg2-2.3.0/lib/
H A Dggadu_conf.c284 gsize length, terminator_pos, bytes_written; in ggadu_config_save() local
362 while (g_io_channel_read_line(ch, &line, &length, &terminator_pos, NULL) != G_IO_STATUS_EOF) in ggadu_config_save()
/dports/devel/pygobject3-common/pygobject-3.38.0/gi/overrides/
H A DGLib.py713 (status, buf, length, terminator_pos) = self.read_line()
724 (status, buf, length, terminator_pos) = self.read_line()
763 (status, buf, length, terminator_pos) = self.read_line()
/dports/devel/py-gobject3/pygobject-3.38.0/gi/overrides/
H A DGLib.py713 (status, buf, length, terminator_pos) = self.read_line()
724 (status, buf, length, terminator_pos) = self.read_line()
763 (status, buf, length, terminator_pos) = self.read_line()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgiochannel.inc176 …el_read_line(channel:PGIOChannel; str_return:PPgchar; length:Pgsize; terminator_pos:Pgsize; error:…
177 function g_io_channel_read_line_string(channel:PGIOChannel; buffer:PGString; terminator_pos:Pgsize;…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgiochannel.inc176 …el_read_line(channel:PGIOChannel; str_return:PPgchar; length:Pgsize; terminator_pos:Pgsize; error:…
177 function g_io_channel_read_line_string(channel:PGIOChannel; buffer:PGString; terminator_pos:Pgsize;…
/dports/irc/hexchat/hexchat-2.16.0/src/fe-text/
H A Dfe-text.c61 gsize length, terminator_pos; in handle_line() local
65 result = g_io_channel_read_line(channel, &str_return, &length, &terminator_pos, &error); in handle_line()
/dports/x11/mate-panel/mate-panel-1.26.1/mate-panel/
H A Dpanel-menu-items.c381 gsize terminator_pos; in panel_place_menu_item_append_gtk_bookmarks() local
384 status = g_io_channel_read_line (io_channel, &contents, &length, &terminator_pos, NULL); in panel_place_menu_item_append_gtk_bookmarks()
393 if (terminator_pos > 0) in panel_place_menu_item_append_gtk_bookmarks()
394 contents[terminator_pos] = '\0'; in panel_place_menu_item_append_gtk_bookmarks()
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dfr-process.c136 gsize terminator_pos; in fr_channel_data_read() local
144 &terminator_pos, in fr_channel_data_read()
147 line[terminator_pos] = 0; in fr_channel_data_read()
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfr-process.c127 gsize terminator_pos; in fr_channel_data_read() local
135 &terminator_pos, in fr_channel_data_read()
138 line[terminator_pos] = 0; in fr_channel_data_read()
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-process.c136 gsize terminator_pos; in fr_channel_data_read() local
144 &terminator_pos, in fr_channel_data_read()
147 line[terminator_pos] = 0; in fr_channel_data_read()

12