Home
last modified time | relevance | path

Searched refs:items_read (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/graphics/plotutils/plotutils-2.6/graph/
H A Dreader.c395 int items_read; in read_point_ascii() local
435 if (items_read == 1) in read_point_ascii()
468 int items_read; in read_point_ascii_errorbar() local
508 if (items_read != 1) in read_point_ascii_errorbar()
535 int items_read; in read_point_binary() local
551 items_read = in read_point_binary()
558 items_read = in read_point_binary()
567 items_read = in read_point_binary()
586 items_read = in read_point_binary()
593 items_read = in read_point_binary()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/eglib/
H A Dgiconv.c927 if (items_read) in eg_utf8_to_utf16_general()
964 if (items_read) in eg_utf8_to_utf16_general()
1016 if (items_read) in g_utf8_to_ucs4()
1034 if (items_read) in g_utf8_to_ucs4()
1096 if (items_read) in g_utf16_to_utf8()
1111 if (items_read) in g_utf16_to_utf8()
1177 if (items_read) in g_utf16_to_ucs4()
1192 if (items_read) in g_utf16_to_ucs4()
1274 if (items_read) in g_ucs4_to_utf8()
1275 *items_read = i; in g_ucs4_to_utf8()
[all …]
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dconvert.c147 glong items_read, items_read2; in check_utf8_to_ucs4() local
192 g_assert_cmpint (items_read, ==, error_pos); in check_utf8_to_ucs4()
203 g_assert_cmpint (items_read, ==, error_pos); in check_utf8_to_ucs4()
213 g_assert_cmpint (items_read, ==, utf8_len); in check_utf8_to_ucs4()
237 glong items_read, items_read2; in check_ucs4_to_utf8() local
279 g_assert_cmpint (items_read, ==, ucs4_len); in check_ucs4_to_utf8()
301 glong items_read, items_read2; in check_utf8_to_utf16() local
354 g_assert_cmpint (items_read, ==, utf8_len); in check_utf8_to_utf16()
378 glong items_read, items_read2; in check_utf16_to_utf8() local
451 glong items_read, items_read2; in check_ucs4_to_utf16() local
[all …]
/dports/devel/glib20/glib-2.70.4/tests/
H A Dunicode-encoding.c102 glong items_read, items_written; in process() local
138 ucs4_result = g_utf8_to_ucs4 (utf8, -1, &items_read, NULL, &error); in process()
140 if (!ucs4_result || items_read == (glong) strlen (utf8)) in process()
153 ucs4_result = g_utf8_to_ucs4 (utf8, -1, &items_read, &items_written, &error); in process()
161 items_read != (glong) strlen (utf8) || in process()
189 utf8_result = g_ucs4_to_utf8 (ucs4_result, -1, &items_read, &items_written, &error); in process()
197 items_read != ucs4_len || in process()
260 if (items_read != (glong) strlen (utf8) || in process()
273 if (items_read != ucs4_len || in process()
293 if (items_read != utf16_count (utf16_from_utf8) || in process()
[all …]
/dports/x11-wm/skippy-xd/skippy-xd-397216c/src/
H A Dwm.c177 &items_read, &items_left, &data) in wm_check_netwm()
187 &items_read, &items_left, &data) in wm_check_netwm()
198 items_read = 0; in wm_check_netwm()
202 for (int i = 0; i < items_read; i++) { in wm_check_netwm()
238 &items_read, &items_left, &data) in wm_check_gnome()
262 &items_read, &items_left, &data) in wm_check_gnome()
265 items_read = 0; in wm_check_gnome()
332 &items_read, &items_left, &data); in wm_get_stack_fromprop()
411 unsigned long items_read, items_left; in wm_get_root_pmap() local
424 if(items_read) in wm_get_root_pmap()
[all …]
/dports/news/newsfetch/newsfetch-1.21/
H A Dnntp.c123 int items_read,comment=1; in getNextGroup() local
138 for(items_read =0; command_buf[items_read] == 0x20 ; items_read++) in getNextGroup()
140 if(command_buf[items_read] != '#' && command_buf[items_read] != '\n') in getNextGroup()
145 items_read=sscanf(command_buf,GROUP_FMT "%d %d", group, &first_article, &max_article); in getNextGroup()
147 if(items_read < 2) in getNextGroup()
149 return(items_read); in getNextGroup()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgutf8.c867 if (items_read) in g_utf8_to_ucs4()
901 if (items_read) in g_utf8_to_ucs4()
902 *items_read = in - str; in g_utf8_to_ucs4()
973 if (items_read) in g_ucs4_to_utf8()
974 *items_read = i; in g_ucs4_to_utf8()
1130 if (items_read) in g_utf16_to_utf8()
1268 if (items_read) in g_utf16_to_ucs4()
1320 if (items_read) in g_utf8_to_utf16()
1385 if (items_read) in g_utf8_to_utf16()
1478 if (items_read) in g_ucs4_to_utf16()
[all …]
/dports/games/einstein/einstein-2.0/
H A Dunicode.cpp222 long *items_read, in g_utf8_to_ucs4() argument
239 if (items_read) in g_utf8_to_ucs4()
271 if (items_read) in g_utf8_to_ucs4()
272 *items_read = in - str; in g_utf8_to_ucs4()
364 long *items_read, in g_ucs4_to_utf8() argument
381 if (items_read) in g_ucs4_to_utf8()
382 *items_read = i; in g_ucs4_to_utf8()
404 if (items_read) in g_ucs4_to_utf8()
405 *items_read = i; in g_ucs4_to_utf8()
/dports/x11/vdesk/vdesk-1.2/
H A Dvdesk.c39 unsigned long items_read, items_left; in get_window_desk_vis() local
43 vdesk_desktop, &real_type, &real_format, &items_read, &items_left, in get_window_desk_vis()
44 (unsigned char **) &data) == Success && items_read) { in get_window_desk_vis()
64 unsigned long items_read, items_left; in get_wm_state() local
68 wm_state, &real_type, &real_format, &items_read, &items_left, in get_wm_state()
69 (unsigned char **) &data) == Success && items_read) { in get_wm_state()
/dports/converters/p5-URI-UTF8-Punycode/URI-UTF8-Punycode-1.05/
H A Didnfkc.c312 glong * items_read, glong * items_written) in g_ucs4_to_utf8() argument
346 if (items_read) in g_ucs4_to_utf8()
347 *items_read = i; in g_ucs4_to_utf8()
392 size_t * items_read, size_t * items_written) in stringprep_ucs4_to_utf8() argument
394 return g_ucs4_to_utf8 (str, len, (glong *) items_read, in stringprep_ucs4_to_utf8()
/dports/security/snort/snort-2.9.18/tools/u2boat/
H A Du2boat.c194 uint32_t items_read; in GetRecord() local
201 items_read = fread(rec, sizeof(uint32_t), 2, input); in GetRecord()
202 if (items_read != 2) in GetRecord()
233 items_read = fread(rec->data, sizeof(uint8_t), rec->length, input); in GetRecord()
234 if (items_read != rec->length) in GetRecord()
237 items_read, rec->length); in GetRecord()
/dports/security/snort3/snort3-3.1.19.0/tools/u2boat/
H A Du2boat.cc185 uint32_t items_read; in GetRecord() local
192 items_read = fread(rec, sizeof(uint32_t), 2, input); in GetRecord()
193 if (items_read != 2) in GetRecord()
224 items_read = fread(rec->data, sizeof(uint8_t), rec->length, input); in GetRecord()
225 if (items_read != rec->length) in GetRecord()
228 items_read, rec->length); in GetRecord()
/dports/x11-wm/oroborus/oroborus-2.0.20/src/
H A Dhints.c302 unsigned long items_read; in getGnomeDesktopMargins() local
311 XA_CARDINAL, &items_read); in getGnomeDesktopMargins()
312 if (data && items_read >= 4) in getGnomeDesktopMargins()
334 unsigned long items_read; in getNetWMPid() local
336 data = getPropData (w, net_atoms[NET_WM_PID], XA_CARDINAL, &items_read); in getNetWMPid()
338 if (items_read >= 1) in getNetWMPid()
352 unsigned long items_read; in getNetWMStrut() local
359 data = getPropData (win, net_atoms[NET_WM_STRUT], XA_CARDINAL, &items_read); in getNetWMStrut()
360 if (data && items_read >= 4) in getNetWMStrut()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/cfile/
H A Dcfilearchive.cpp280 int items_read; in cfread_lua_number() local
283 items_read = fscanf(cfile->fp, LUA_NUMBER_SCAN, buf); in cfread_lua_number()
289 items_read = sscanf(reinterpret_cast<const char*>(cfile->data), LUA_NUMBER_SCAN "%n", buf, &read); in cfread_lua_number()
290 if (items_read == 2) { in cfread_lua_number()
292 items_read = 1; in cfread_lua_number()
306 return items_read; in cfread_lua_number()
/dports/x11/deskmenu/deskmenu-1.4.5/src/
H A Ddeskmenu.c94 unsigned long items_read, items_left; in get_wm_state() local
103 &items_read, &items_left, (unsigned char **) &data) == Success in get_wm_state()
104 && items_read) in get_wm_state()
131 unsigned long items_read, items_left; in get_gnome_hint() local
140 &items_read, &items_left, (unsigned char **) &data) == Success in get_gnome_hint()
141 && items_read) in get_gnome_hint()
H A Dwindows.c73 unsigned long items_read, items_left, item = 0; in add_windows_menu() local
86 &real_type, &real_format, &items_read, &items_left, in add_windows_menu()
87 (unsigned char **) &win) == Success && items_read) in add_windows_menu()
/dports/graphics/zimg/zimg-5.0.0/
H A Dread.c178 int items_read = 0; in readmatrix() local
208 } else if (!items_read) { in readmatrix()
227 if (!z->data.len && items_read >= allocated) { in readmatrix()
237 if (1 == sscanf(args[i], "%f", pdata + items_read)) { in readmatrix()
239 items_read++; in readmatrix()
245 if (z->data.len && items_read >= z->data.len) { in readmatrix()
247 return items_read; in readmatrix()
251 if (number_of_columns < 0 && items_read > 0) in readmatrix()
257 *(pdata + items_read) = fill; in readmatrix()
258 items_read++; in readmatrix()
[all …]
/dports/audio/festival/speech_tools/base_class/
H A DEST_Token.cc356 int items_read; in fread() local
376 items_read = stdio_fread(buff,(size_t)size,(size_t)nitems,fp); in fread()
377 p_filepos += items_read*size; in fread()
378 return items_read; in fread()
388 items_read = (buffer_length-pos)/size; in fread()
390 items_read = nitems; in fread()
391 memcpy(buff,&buffer[pos],items_read*size); in fread()
392 pos += items_read*size; in fread()
393 return items_read; in fread()
/dports/x11/fbdesk/fbdesk-1.4.1/src/FbTk/
H A DFbPixmap.cc327 unsigned long items_read, items_left; in rootwinPropertyNotify() local
337 &items_read, &items_left, in rootwinPropertyNotify()
339 if (real_format == 32 && items_read == 1) { in rootwinPropertyNotify()
374 unsigned long items_read, items_left; in getRootPixmap() local
399 &items_read, &items_left, in getRootPixmap()
401 if (real_format == 32 && items_read == 1) { in getRootPixmap()
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DX11Util.cc116 ulong items_read; in readMwmHints() local
117 if (! X11::getProperty(win, atom, atom, 20L, &data, &items_read)) { in readMwmHints()
121 if (items_read >= MWM_HINTS_NUM) { in readMwmHints()
126 return items_read >= MWM_HINTS_NUM; in readMwmHints()
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgunicode.h630 glong *items_read,
635 glong *items_read,
643 glong *items_read,
648 glong *items_read,
653 glong *items_read,
658 glong *items_read,
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dstring_buffer.cpp219 unsigned long items_read; in _StringBuffer() local
222 items_read = file->read (buffer, 1, buffer_size); in _StringBuffer()
223 if (items_read < buffer_size) break; in _StringBuffer()
225 } while (items_read == buffer_size); in _StringBuffer()
226 if (items_read) { in _StringBuffer()
227 buffer[items_read] = 0; in _StringBuffer()
/dports/lang/nwcc/nwcc_0.8.3/
H A Dexpr.c938 int *items_read) { argument
1029 *items_read = skipped;
1077 *items_read += skipped;
1093 *items_read -= skipped;
1139 int *items_read, argument
1189 *items_read);
1638 int items_read = 0; local
2364 &items_read,
2383 &items_read,
2396 ++items_read;
[all …]
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dexpr.c930 int *items_read) { argument
1021 *items_read = skipped;
1069 *items_read += skipped;
1085 *items_read -= skipped;
1131 int *items_read, argument
1166 *items_read);
1613 int items_read = 0; local
2347 &items_read,
2366 &items_read,
2379 ++items_read;
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/common/
H A Dlinux-osdata.c1107 int items_read; in linux_xfer_osdata_shm() local
1109 items_read = sscanf (buf, in linux_xfer_osdata_shm()
1117 if (items_read == 14) in linux_xfer_osdata_shm()
1234 int items_read; in linux_xfer_osdata_sem() local
1236 items_read = sscanf (buf, in linux_xfer_osdata_sem()
1242 if (items_read == 10) in linux_xfer_osdata_sem()
1347 int items_read; in linux_xfer_osdata_msg() local
1349 items_read = sscanf (buf, in linux_xfer_osdata_msg()
1355 if (items_read == 14) in linux_xfer_osdata_msg()
1470 int items_read; in linux_xfer_osdata_modules() local
[all …]

123456789