Files
source/Y/count.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

175 lines
28 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>count</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L246'>count</a> 246 lib/strutil/strutilutf8.c int count = 0;</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L251'>count</a> 251 lib/strutil/strutilutf8.c count++;</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L256'>count</a> 256 lib/strutil/strutilutf8.c return count;</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L264'>count</a> 264 lib/strutil/strutilutf8.c int count = 0;</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L269'>count</a> 269 lib/strutil/strutilutf8.c count++;</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L274'>count</a> 274 lib/strutil/strutilutf8.c return count;</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L610'>count</a> 610 lib/strutil/strutilutf8.c utf8_tool_insert_space (struct utf8_tool *tool, int count)</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L612'>count</a> 612 lib/strutil/strutilutf8.c if (count &lt;= 0)</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L614'>count</a> 614 lib/strutil/strutilutf8.c if (tool-&gt;remain &lt;= (gsize) count)</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L617'>count</a> 617 lib/strutil/strutilutf8.c memset (tool-&gt;actual, ' ', count);</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L618'>count</a> 618 lib/strutil/strutilutf8.c tool-&gt;actual += count;</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L619'>count</a> 619 lib/strutil/strutilutf8.c tool-&gt;remain -= count;</span>
<span class='curline'><a href='../S/lib--util.c.html#L361'>count</a> 361 lib/util.c int count;</span>
<span class='curline'><a href='../S/lib--util.c.html#L373'>count</a> 373 lib/util.c for (count = 0; p &gt;= y; count++)</span>
<span class='curline'><a href='../S/lib--util.c.html#L375'>count</a> 375 lib/util.c if (count == 3)</span>
<span class='curline'><a href='../S/lib--util.c.html#L378'>count</a> 378 lib/util.c count = 0;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L556'>count</a> 556 lib/vfs/direntry.c vfs_s_read (void *fh, char *buffer, size_t count)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L569'>count</a> 569 lib/vfs/direntry.c return VFS_SUBCLASS (me)-&gt;linear_read (me, file, buffer, count);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L575'>count</a> 575 lib/vfs/direntry.c n = read (file-&gt;handle, buffer, count);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L587'>count</a> 587 lib/vfs/direntry.c vfs_s_write (void *fh, const char *buffer, size_t count)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L600'>count</a> 600 lib/vfs/direntry.c n = write (file-&gt;handle, buffer, count);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L307'>count</a> 307 lib/vfs/interface.c MC_HANDLEOP (ssize_t, read, (int handle, void *buf, size_t count), (fsinfo, buf, count))</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L308'>count</a> 308 lib/vfs/interface.c MC_HANDLEOP (ssize_t, write, (int handle, const void *buf, size_t count), (fsinfo, buf, count))</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L164'>count</a> 164 lib/vfs/vfs.h ssize_t (*read) (void *vfs_info, char *buffer, size_t count);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L165'>count</a> 165 lib/vfs/vfs.h ssize_t (*write) (void *vfs_info, const char *buf, size_t count);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L310'>count</a> 310 lib/vfs/vfs.h ssize_t mc_read (int handle, void *buffer, size_t count);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L311'>count</a> 311 lib/vfs/vfs.h ssize_t mc_write (int handle, const void *buffer, size_t count);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L67'>count</a> 67 lib/widget/history.c size_t count;</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L93'>count</a> 93 lib/widget/history.c he = data-&gt;count + 2;</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L285'>count</a> 285 lib/widget/history.c size_t count;</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L299'>count</a> 299 lib/widget/history.c count = listbox_get_length (hd-&gt;listbox);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L303'>count</a> 303 lib/widget/history.c hist_data.count = count;</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L326'>count</a> 326 lib/widget/history.c if (hd-&gt;current &lt; 0 || (size_t) hd-&gt;current &gt;= count)</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L329'>count</a> 329 lib/widget/history.c listbox_set_current (hd-&gt;listbox, count - 1 - (size_t) hd-&gt;current);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1194'>count</a> 1194 lib/widget/input_complete.c int count;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1208'>count</a> 1208 lib/widget/input_complete.c count = in-&gt;completions-&gt;len - 1;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1211'>count</a> 1211 lib/widget/input_complete.c if (start_y - 2 &gt;= count)</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1213'>count</a> 1213 lib/widget/input_complete.c y = start_y - 2 - count;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1214'>count</a> 1214 lib/widget/input_complete.c h = 2 + count;</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L539'>count</a> 539 lib/widget/listbox.c if (event-&gt;count == GPM_DOUBLE) // Double click</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L188'>count</a> 188 lib/widget/menu.c const unsigned int count = g_list_length (menu-&gt;entries);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L196'>count</a> 196 lib/widget/menu.c tty_draw_box_shadow (w-&gt;y + 1, w-&gt;x + column, count + 2, menu-&gt;max_entry_len + 4,</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L200'>count</a> 200 lib/widget/menu.c tty_draw_box (w-&gt;y + 1, w-&gt;x + column, count + 2, menu-&gt;max_entry_len + 4, FALSE);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L202'>count</a> 202 lib/widget/menu.c for (i = 0; i &lt; count; i++)</span>
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L68'>count</a> 68 lib/widget/mouse.c event-&gt;count = global_gpm-&gt;type &amp; (GPM_SINGLE | GPM_DOUBLE | GPM_TRIPLE);</span>
<span class='curline'><a href='../S/lib--widget--mouse.h.html#L45'>count</a> 45 lib/widget/mouse.h int count; // One of: GPM_SINGLE, GPM_DOUBLE, GPM_TRIPLE</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L270'>count</a> 270 lib/widget/quick.c items = g_new (char *, quick_widget-&gt;u.radio.count + 1);</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L271'>count</a> 271 lib/widget/quick.c for (i = 0; i &lt; (size_t) quick_widget-&gt;u.radio.count; i++)</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L275'>count</a> 275 lib/widget/quick.c r = radio_new (++y, x, quick_widget-&gt;u.radio.count, (const char **) items);</span>
<span class='curline'><a href='../S/lib--widget--quick.h.html#L106'>count</a> 106 lib/widget/quick.h .count = cnt, \</span>
<span class='curline'><a href='../S/lib--widget--quick.h.html#L316'>count</a> 316 lib/widget/quick.h int count;</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L82'>count</a> 82 lib/widget/radio.c if (r-&gt;pos == r-&gt;count - 1)</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L86'>count</a> 86 lib/widget/radio.c r-&gt;pos = r-&gt;count - 1;</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L131'>count</a> 131 lib/widget/radio.c for (i = 0; i &lt; r-&gt;count; i++)</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L165'>count</a> 165 lib/widget/radio.c for (i = 0; i &lt; r-&gt;count; i++)</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L178'>count</a> 178 lib/widget/radio.c for (i = 0; i &lt; r-&gt;count; i++)</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L216'>count</a> 216 lib/widget/radio.c radio_new (int y, int x, int count, const char **texts)</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L218'>count</a> 218 lib/widget/radio.c WRect r0 = { y, x, count, 1 };</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L227'>count</a> 227 lib/widget/radio.c r-&gt;texts = g_new (hotkey_t, count);</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L229'>count</a> 229 lib/widget/radio.c for (i = 0; i &lt; count; i++)</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L246'>count</a> 246 lib/widget/radio.c r-&gt;count = count;</span>
<span class='curline'><a href='../S/lib--widget--radio.h.html#L24'>count</a> 24 lib/widget/radio.h int count; // number of members</span>
<span class='curline'><a href='../S/lib--widget--radio.h.html#L34'>count</a> 34 lib/widget/radio.h WRadio *radio_new (int y, int x, int count, const char **text);</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L238'>count</a> 238 lib/widget/wtools.c query_dialog (const char *header, const char *text, int flags, int count, ...)</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L255'>count</a> 255 lib/widget/wtools.c if (count &gt; 0)</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L259'>count</a> 259 lib/widget/wtools.c buttons = g_ptr_array_sized_new ((guint) count);</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L261'>count</a> 261 lib/widget/wtools.c va_start (ap, count);</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L262'>count</a> 262 lib/widget/wtools.c for (i = 0; i &lt; count; i++)</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L278'>count</a> 278 lib/widget/wtools.c lines += 4 + (count &gt; 0 ? 2 : 0);</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L285'>count</a> 285 lib/widget/wtools.c if (count &gt; 0)</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L295'>count</a> 295 lib/widget/wtools.c for (i = 0; i &lt; count; i++)</span>
<span class='curline'><a href='../S/lib--widget--wtools.h.html#L73'>count</a> 73 lib/widget/wtools.h int query_dialog (const char *header, const char *text, int flags, int count, ...);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1157'>count</a> 1157 src/editor/edit.c long count = 0;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1214'>count</a> 1214 src/editor/edit.c if (count++)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1243'>count</a> 1243 src/editor/edit.c long count = 0;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1297'>count</a> 1297 src/editor/edit.c if (count++ != 0)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L553'>count</a> 553 src/editor/editcmd.c off_t count;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L555'>count</a> 555 src/editor/editcmd.c for (count = start_mark; count &lt; end_mark; count++)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1441'>count</a> 1441 src/editor/editcmd.c off_t count, count_orig;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1449'>count</a> 1449 src/editor/editcmd.c for (count = start_mark; count &lt; end_mark; count++)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1450'>count</a> 1450 src/editor/editcmd.c copy_buf[end_mark - count - 1] = edit_delete (edit, TRUE);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1456'>count</a> 1456 src/editor/editcmd.c count_orig = count;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1457'>count</a> 1457 src/editor/editcmd.c while (count-- &gt; start_mark)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1458'>count</a> 1458 src/editor/editcmd.c edit_insert_ahead (edit, copy_buf[end_mark - count - 1]);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1145'>count</a> 1145 src/editor/editwidget.c else if (edit-&gt;fullscreen == 0 &amp;&amp; event-&gt;count == GPM_DOUBLE)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1149'>count</a> 1149 src/editor/editwidget.c else if (event-&gt;count == GPM_DOUBLE)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1155'>count</a> 1155 src/editor/editwidget.c else if (event-&gt;count == GPM_TRIPLE)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L237'>count</a> 237 src/editor/syntax.c int argc, count;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L244'>count</a> 244 src/editor/syntax.c count = g_strv_length (t);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L246'>count</a> 246 src/editor/syntax.c p = argv + count + argc;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L472'>count</a> 472 src/editor/syntax.c int count;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L475'>count</a> 475 src/editor/syntax.c count = p - r-&gt;keyword_first_chars;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L476'>count</a> 476 src/editor/syntax.c k = SYNTAX_KEYWORD (g_ptr_array_index (r-&gt;keyword, count));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L495'>count</a> 495 src/editor/syntax.c _rule.keyword = count;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L546'>count</a> 546 src/editor/syntax.c size_t count;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L548'>count</a> 548 src/editor/syntax.c for (count = 1; count &lt; edit-&gt;rules-&gt;len; count++)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L550'>count</a> 550 src/editor/syntax.c r = CONTEXT_RULE (g_ptr_array_index (edit-&gt;rules, count));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L562'>count</a> 562 src/editor/syntax.c _rule._context = count;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L565'>count</a> 565 src/editor/syntax.c _rule.context = count;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L586'>count</a> 586 src/editor/syntax.c int count;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L589'>count</a> 589 src/editor/syntax.c count = p - r-&gt;keyword_first_chars;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L590'>count</a> 590 src/editor/syntax.c k = SYNTAX_KEYWORD (g_ptr_array_index (r-&gt;keyword, count));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L598'>count</a> 598 src/editor/syntax.c _rule.keyword = count;</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L1232'>count</a> 1232 src/filemanager/cmd.c size_t count = 0;</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L1243'>count</a> 1243 src/filemanager/cmd.c if (compute_dir_size (p, &amp;dsm, &amp;dir_count, &amp;count, &amp;total, FALSE) == FILE_CONT)</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L1285'>count</a> 1285 src/filemanager/cmd.c size_t count = 0;</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L1290'>count</a> 1290 src/filemanager/cmd.c ok = compute_dir_size (p, &amp;dsm, &amp;dir_count, &amp;count, &amp;total, FALSE) != FILE_CONT;</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L129'>count</a> 129 src/filemanager/dir.c clean_sort_keys (dir_list *list, int start, int count)</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L133'>count</a> 133 src/filemanager/dir.c for (i = 0; i &lt; count; i++)</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1203'>count</a> 1203 src/filemanager/filegui.c file_progress_show_deleting (file_op_context_t *ctx, const vfs_path_t *vpath, size_t *count)</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1227'>count</a> 1227 src/filemanager/filegui.c if (count != NULL)</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1228'>count</a> 1228 src/filemanager/filegui.c (*count)++;</span>
<span class='curline'><a href='../S/src--filemanager--filegui.h.html#L183'>count</a> 183 src/filemanager/filegui.h size_t *count);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1220'>count</a> 1220 src/filemanager/find.c unsigned short count;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1235'>count</a> 1235 src/filemanager/find.c for (count = 0; count &lt; 32; count++)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L696'>count</a> 696 src/filemanager/hotlist.c int len[2], count[2]; // at most two lines of buttons</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L700'>count</a> 700 src/filemanager/hotlist.c count[0] = count[1] = 0;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L710'>count</a> 710 src/filemanager/hotlist.c ++count[row];</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4097'>count</a> 4097 src/filemanager/panel.c if ((event-&gt;count &amp; GPM_DOUBLE) != 0 &amp;&amp; (event-&gt;buttons &amp; GPM_B_LEFT) != 0</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4337'>count</a> 4337 src/filemanager/panel.c static int count = 0;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4344'>count</a> 4344 src/filemanager/panel.c count = 0;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4348'>count</a> 4348 src/filemanager/panel.c count++;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4349'>count</a> 4349 src/filemanager/panel.c if ((count &amp; 15) == 0)</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L120'>count</a> 120 src/filemanager/tree.c back_ptr (tree_entry *ptr, int *count)</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L124'>count</a> 124 src/filemanager/tree.c for (i = 0; ptr != NULL &amp;&amp; ptr-&gt;prev != NULL &amp;&amp; i &lt; *count; ptr = ptr-&gt;prev, i++)</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L127'>count</a> 127 src/filemanager/tree.c *count = i;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L134'>count</a> 134 src/filemanager/tree.c forw_ptr (tree_entry *ptr, int *count)</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L138'>count</a> 138 src/filemanager/tree.c for (i = 0; ptr != NULL &amp;&amp; ptr-&gt;next != NULL &amp;&amp; i &lt; *count; ptr = ptr-&gt;next, i++)</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L141'>count</a> 141 src/filemanager/tree.c *count = i;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1250'>count</a> 1250 src/filemanager/tree.c else if ((event-&gt;count &amp; GPM_DOUBLE) != 0)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L242'>count</a> 242 src/subshell/common.c write_all (int fd, const void *buf, size_t count)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L246'>count</a> 246 src/subshell/common.c while (count &gt; 0)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L248'>count</a> 248 src/subshell/common.c const ssize_t ret = write (fd, (const unsigned char *) buf + written, count);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L262'>count</a> 262 src/subshell/common.c count -= ret;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L282'>count</a> 282 src/subshell/common.c read_nonblock (int fd, void *buf, size_t count)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L287'>count</a> 287 src/subshell/common.c const ssize_t ret = read (fd, buf, count);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L844'>count</a> 844 src/vfs/cpio/cpio.c cpio_read (void *fh, char *buffer, size_t count)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L855'>count</a> 855 src/vfs/cpio/cpio.c count = MIN (count, (size_t) (file-&gt;ino-&gt;st.st_size - file-&gt;pos));</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L857'>count</a> 857 src/vfs/cpio/cpio.c res = mc_read (fd, buffer, count);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1125'>count</a> 1125 src/vfs/extfs/extfs.c extfs_read (void *fh, char *buffer, size_t count)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1129'>count</a> 1129 src/vfs/extfs/extfs.c return read (file-&gt;handle, buffer, count);</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L407'>count</a> 407 src/vfs/local/local.c local_read (void *data, char *buffer, size_t count)</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L417'>count</a> 417 src/vfs/local/local.c while ((n = read (fd, buffer, count)) == -1)</span>
<span class='curline'><a href='../S/src--vfs--local--local.h.html#L26'>count</a> 26 src/vfs/local/local.h extern ssize_t local_read (void *data, char *buffer, size_t count);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L270'>count</a> 270 src/vfs/sftpfs/file.c sftpfs_read_file (vfs_file_handler_t *fh, char *buffer, size_t count, GError **mcerror)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L291'>count</a> 291 src/vfs/sftpfs/file.c rc = libssh2_sftp_read (file-&gt;handle, buffer, count);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L320'>count</a> 320 src/vfs/sftpfs/file.c sftpfs_write_file (vfs_file_handler_t *fh, const char *buffer, size_t count, GError **mcerror)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L334'>count</a> 334 src/vfs/sftpfs/file.c rc = libssh2_sftp_write (file-&gt;handle, buffer, count);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L105'>count</a> 105 src/vfs/sftpfs/internal.h ssize_t sftpfs_read_file (vfs_file_handler_t *fh, char *buffer, size_t count, GError **mcerror);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L106'>count</a> 106 src/vfs/sftpfs/internal.h ssize_t sftpfs_write_file (vfs_file_handler_t *fh, const char *buffer, size_t count,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L437'>count</a> 437 src/vfs/sftpfs/sftpfs.c sftpfs_cb_read (void *data, char *buffer, size_t count)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L449'>count</a> 449 src/vfs/sftpfs/sftpfs.c rc = sftpfs_read_file (fh, buffer, count, &amp;mcerror);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1115'>count</a> 1115 src/vfs/tar/tar.c tar_read_sparse (vfs_file_handler_t *fh, char *buffer, size_t count)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1129'>count</a> 1129 src/vfs/tar/tar.c remain = MIN ((off_t) count, chunk-&gt;offset + chunk-&gt;numbytes - fh-&gt;pos);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1137'>count</a> 1137 src/vfs/tar/tar.c remain = MIN ((off_t) count, fh-&gt;ino-&gt;st.st_size - fh-&gt;pos);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1145'>count</a> 1145 src/vfs/tar/tar.c remain = MIN ((off_t) count, chunk-&gt;offset - fh-&gt;pos);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1213'>count</a> 1213 src/vfs/tar/tar.c tar_read (void *fh, char *buffer, size_t count)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1226'>count</a> 1226 src/vfs/tar/tar.c res = tar_read_sparse (file, buffer, count);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1235'>count</a> 1235 src/vfs/tar/tar.c count = (size_t) MIN ((off_t) count, file-&gt;ino-&gt;st.st_size - file-&gt;pos);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1236'>count</a> 1236 src/vfs/tar/tar.c res = mc_read (fd, buffer, count);</span>
</pre>
</body>
</html>