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

197 lines
32 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>length</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--mcconfig.h.html#L62'>length</a> 62 lib/mcconfig.h gsize *length);</span>
<span class='curline'><a href='../S/lib--mcconfig.h.html#L64'>length</a> 64 lib/mcconfig.h gsize *length);</span>
<span class='curline'><a href='../S/lib--mcconfig.h.html#L66'>length</a> 66 lib/mcconfig.h gsize *length);</span>
<span class='curline'><a href='../S/lib--mcconfig.h.html#L81'>length</a> 81 lib/mcconfig.h const gchar *const value[], gsize length);</span>
<span class='curline'><a href='../S/lib--mcconfig.h.html#L83'>length</a> 83 lib/mcconfig.h gboolean value[], gsize length);</span>
<span class='curline'><a href='../S/lib--mcconfig.h.html#L85'>length</a> 85 lib/mcconfig.h int value[], gsize length);</span>
<span class='curline'><a href='../S/lib--mcconfig--get.c.html#L224'>length</a> 224 lib/mcconfig/get.c gsize *length)</span>
<span class='curline'><a href='../S/lib--mcconfig--get.c.html#L229'>length</a> 229 lib/mcconfig/get.c return g_key_file_get_string_list (mc_config-&gt;handle, group, param, length, NULL);</span>
<span class='curline'><a href='../S/lib--mcconfig--get.c.html#L236'>length</a> 236 lib/mcconfig/get.c gsize *length)</span>
<span class='curline'><a href='../S/lib--mcconfig--get.c.html#L241'>length</a> 241 lib/mcconfig/get.c return g_key_file_get_boolean_list (mc_config-&gt;handle, group, param, length, NULL);</span>
<span class='curline'><a href='../S/lib--mcconfig--get.c.html#L248'>length</a> 248 lib/mcconfig/get.c gsize *length)</span>
<span class='curline'><a href='../S/lib--mcconfig--get.c.html#L253'>length</a> 253 lib/mcconfig/get.c return g_key_file_get_integer_list (mc_config-&gt;handle, group, param, length, NULL);</span>
<span class='curline'><a href='../S/lib--mcconfig--set.c.html#L132'>length</a> 132 lib/mcconfig/set.c const gchar *const value[], gsize length)</span>
<span class='curline'><a href='../S/lib--mcconfig--set.c.html#L134'>length</a> 134 lib/mcconfig/set.c if (mc_config != NULL &amp;&amp; group != NULL &amp;&amp; param != NULL &amp;&amp; value != NULL &amp;&amp; length != 0)</span>
<span class='curline'><a href='../S/lib--mcconfig--set.c.html#L135'>length</a> 135 lib/mcconfig/set.c g_key_file_set_string_list (mc_config-&gt;handle, group, param, value, length);</span>
<span class='curline'><a href='../S/lib--mcconfig--set.c.html#L142'>length</a> 142 lib/mcconfig/set.c gboolean value[], gsize length)</span>
<span class='curline'><a href='../S/lib--mcconfig--set.c.html#L144'>length</a> 144 lib/mcconfig/set.c if (mc_config != NULL &amp;&amp; group != NULL &amp;&amp; param != NULL &amp;&amp; value != NULL &amp;&amp; length != 0)</span>
<span class='curline'><a href='../S/lib--mcconfig--set.c.html#L145'>length</a> 145 lib/mcconfig/set.c g_key_file_set_boolean_list (mc_config-&gt;handle, group, param, value, length);</span>
<span class='curline'><a href='../S/lib--mcconfig--set.c.html#L152'>length</a> 152 lib/mcconfig/set.c gsize length)</span>
<span class='curline'><a href='../S/lib--mcconfig--set.c.html#L154'>length</a> 154 lib/mcconfig/set.c if (mc_config != NULL &amp;&amp; group != NULL &amp;&amp; param != NULL &amp;&amp; value != NULL &amp;&amp; length != 0)</span>
<span class='curline'><a href='../S/lib--mcconfig--set.c.html#L155'>length</a> 155 lib/mcconfig/set.c g_key_file_set_integer_list (mc_config-&gt;handle, group, param, value, length);</span>
<span class='curline'><a href='../S/lib--strutil.h.html#L123'>length</a> 123 lib/strutil.h /*I*/ int (*length) (const char *text);</span>
<span class='curline'><a href='../S/lib--strutil.h.html#L135'>length</a> 135 lib/strutil.h /*I*/ int (*term_char_width) (const char *length);</span>
<span class='curline'><a href='../S/lib--strutil.h.html#L136'>length</a> 136 lib/strutil.h /*I*/ const char *(*trunc) (const char *length, const ssize_t width);</span>
<span class='curline'><a href='../S/lib--strutil.h.html#L137'>length</a> 137 lib/strutil.h /*I*/ int (*offset_to_pos) (const char *text, size_t length);</span>
<span class='curline'><a href='../S/lib--strutil.h.html#L438'>length</a> 438 lib/strutil.h int str_offset_to_pos (const char *text, size_t length);</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L683'>length</a> 683 lib/strutil/strutil.c str_offset_to_pos (const char *text, size_t length)</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L685'>length</a> 685 lib/strutil/strutil.c return used_class.offset_to_pos (text, length);</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L693'>length</a> 693 lib/strutil/strutil.c return used_class.length (text);</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L231'>length</a> 231 lib/strutil/strutil8bit.c size_t length;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L233'>length</a> 233 lib/strutil/strutil8bit.c length = strlen (text);</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L235'>length</a> 235 lib/strutil/strutil8bit.c return (size &gt;= 0) ? MIN (length, (size_t) size) : length;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L294'>length</a> 294 lib/strutil/strutil8bit.c size_t length;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L299'>length</a> 299 lib/strutil/strutil8bit.c length = strlen (text);</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L301'>length</a> 301 lib/strutil/strutil8bit.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L317'>length</a> 317 lib/strutil/strutil8bit.c size_t length;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L320'>length</a> 320 lib/strutil/strutil8bit.c length = strlen (text);</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L324'>length</a> 324 lib/strutil/strutil8bit.c if ((int) length &lt;= width)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L330'>length</a> 330 lib/strutil/strutil8bit.c ident = (width - length) / 2;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L333'>length</a> 333 lib/strutil/strutil8bit.c ident = width - length;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L345'>length</a> 345 lib/strutil/strutil8bit.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L348'>length</a> 348 lib/strutil/strutil8bit.c if (width - length - ident &gt; 0)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L350'>length</a> 350 lib/strutil/strutil8bit.c if (remain &lt;= width - length - ident)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L352'>length</a> 352 lib/strutil/strutil8bit.c memset (actual, ' ', width - length - ident);</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L353'>length</a> 353 lib/strutil/strutil8bit.c actual += width - length - ident;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L367'>length</a> 367 lib/strutil/strutil8bit.c pos += length - width + 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L368'>length</a> 368 lib/strutil/strutil8bit.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L376'>length</a> 376 lib/strutil/strutil8bit.c ident = (length - width) / 2;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L379'>length</a> 379 lib/strutil/strutil8bit.c ident = length - width;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L405'>length</a> 405 lib/strutil/strutil8bit.c size_t length;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L407'>length</a> 407 lib/strutil/strutil8bit.c length = strlen (text);</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L415'>length</a> 415 lib/strutil/strutil8bit.c if ((size_t) width &gt;= length)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L417'>length</a> 417 lib/strutil/strutil8bit.c for (pos = 0; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L431'>length</a> 431 lib/strutil/strutil8bit.c for (pos = length - (size_t) width + 3; pos &lt; length &amp;&amp; remain &gt; 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L476'>length</a> 476 lib/strutil/strutil8bit.c size_t length;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L480'>length</a> 480 lib/strutil/strutil8bit.c length = strlen (text);</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L482'>length</a> 482 lib/strutil/strutil8bit.c if (start &lt; (int) length)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L486'>length</a> 486 lib/strutil/strutil8bit.c for (pos = start; pos &lt; length &amp;&amp; width &gt; 0 &amp;&amp; remain &gt; 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L507'>length</a> 507 lib/strutil/strutil8bit.c size_t length;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L511'>length</a> 511 lib/strutil/strutil8bit.c length = strlen (text);</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L513'>length</a> 513 lib/strutil/strutil8bit.c if (width &gt;= 0 &amp;&amp; length &gt; (size_t) width)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L524'>length</a> 524 lib/strutil/strutil8bit.c pos += length - (size_t) width + 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L525'>length</a> 525 lib/strutil/strutil8bit.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L530'>length</a> 530 lib/strutil/strutil8bit.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L542'>length</a> 542 lib/strutil/strutil8bit.c str_8bit_offset_to_pos (const char *text, size_t length)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L545'>length</a> 545 lib/strutil/strutil8bit.c return (int) length;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L841'>length</a> 841 lib/strutil/strutil8bit.c result.length = str_8bit_length;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L209'>length</a> 209 lib/strutil/strutilascii.c size_t length;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L211'>length</a> 211 lib/strutil/strutilascii.c length = strlen (text);</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L213'>length</a> 213 lib/strutil/strutilascii.c return (size &gt;= 0) ? MIN (length, (size_t) size) : length;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L246'>length</a> 246 lib/strutil/strutilascii.c size_t length;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L251'>length</a> 251 lib/strutil/strutilascii.c length = strlen (text);</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L254'>length</a> 254 lib/strutil/strutilascii.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L273'>length</a> 273 lib/strutil/strutilascii.c size_t length;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L276'>length</a> 276 lib/strutil/strutilascii.c length = strlen (text);</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L280'>length</a> 280 lib/strutil/strutilascii.c if ((int) length &lt;= width)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L286'>length</a> 286 lib/strutil/strutilascii.c ident = (width - length) / 2;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L289'>length</a> 289 lib/strutil/strutilascii.c ident = width - length;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L303'>length</a> 303 lib/strutil/strutilascii.c for (; pos &lt; (gsize) length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L310'>length</a> 310 lib/strutil/strutilascii.c if (width - length - ident &gt; 0)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L312'>length</a> 312 lib/strutil/strutilascii.c if (remain &lt;= width - length - ident)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L314'>length</a> 314 lib/strutil/strutilascii.c memset (actual, ' ', width - length - ident);</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L315'>length</a> 315 lib/strutil/strutilascii.c actual += width - length - ident;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L333'>length</a> 333 lib/strutil/strutilascii.c pos += length - width + 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L336'>length</a> 336 lib/strutil/strutilascii.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L347'>length</a> 347 lib/strutil/strutilascii.c ident = (length - width) / 2;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L350'>length</a> 350 lib/strutil/strutilascii.c ident = length - width;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L381'>length</a> 381 lib/strutil/strutilascii.c size_t length;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L383'>length</a> 383 lib/strutil/strutilascii.c length = strlen (text);</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L391'>length</a> 391 lib/strutil/strutilascii.c if ((size_t) width &gt;= length)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L394'>length</a> 394 lib/strutil/strutilascii.c for (pos = 0; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L412'>length</a> 412 lib/strutil/strutilascii.c for (pos = length - (size_t) width + 3; pos &lt; length &amp;&amp; remain &gt; 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L460'>length</a> 460 lib/strutil/strutilascii.c size_t length;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L464'>length</a> 464 lib/strutil/strutilascii.c length = strlen (text);</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L466'>length</a> 466 lib/strutil/strutilascii.c if (start &lt; (int) length)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L471'>length</a> 471 lib/strutil/strutilascii.c for (pos = start; pos &lt; length &amp;&amp; width &gt; 0 &amp;&amp; remain &gt; 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L496'>length</a> 496 lib/strutil/strutilascii.c size_t length;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L500'>length</a> 500 lib/strutil/strutilascii.c length = strlen (text);</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L502'>length</a> 502 lib/strutil/strutilascii.c if (width &gt;= 0 &amp;&amp; length &gt; (size_t) width)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L517'>length</a> 517 lib/strutil/strutilascii.c pos += length - (size_t) width + 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L520'>length</a> 520 lib/strutil/strutilascii.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L529'>length</a> 529 lib/strutil/strutilascii.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L544'>length</a> 544 lib/strutil/strutilascii.c str_ascii_offset_to_pos (const char *text, size_t length)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L547'>length</a> 547 lib/strutil/strutilascii.c return (int) length;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L771'>length</a> 771 lib/strutil/strutilascii.c result.length = str_ascii_length;</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L904'>length</a> 904 lib/strutil/strutilutf8.c str_utf8_offset_to_pos (const char *text, size_t length)</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L907'>length</a> 907 lib/strutil/strutilutf8.c return g_utf8_offset_to_pointer (text, length) - text;</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L915'>length</a> 915 lib/strutil/strutilutf8.c result = g_utf8_offset_to_pointer (buffer, length) - buffer;</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L1506'>length</a> 1506 lib/strutil/strutilutf8.c result.length = str_utf8_length;</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L81'>length</a> 81 lib/timefmt.c size_t length = 0;</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L94'>length</a> 94 lib/timefmt.c length = str_term_width1 (_ (INVALID_TIME_TEXT));</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L109'>length</a> 109 lib/timefmt.c length = MAX (tlen, length);</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L112'>length</a> 112 lib/timefmt.c length = MAX (tlen, length);</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L116'>length</a> 116 lib/timefmt.c length = MAX (tlen, length);</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L120'>length</a> 120 lib/timefmt.c if (length &gt; MAX_I18NTIMELENGTH || length &lt; MIN_I18NTIMELENGTH)</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L121'>length</a> 121 lib/timefmt.c length = STD_I18NTIMELENGTH;</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L124'>length</a> 124 lib/timefmt.c i18n_timelength_cache = length;</span>
<span class='curline'><a href='../S/lib--util.c.html#L184'>length</a> 184 lib/util.c gsize length;</span>
<span class='curline'><a href='../S/lib--util.c.html#L187'>length</a> 187 lib/util.c if (!g_file_get_contents (from_file_name, &amp;contents, &amp;length, NULL))</span>
<span class='curline'><a href='../S/lib--util.c.html#L197'>length</a> 197 lib/util.c if (fwrite ((const void *) contents, 1, length, backup_fd) != length)</span>
<span class='curline'><a href='../S/lib--util.c.html#L590'>length</a> 590 lib/util.c size_t *length)</span>
<span class='curline'><a href='../S/lib--util.c.html#L600'>length</a> 600 lib/util.c if (!g_file_get_contents (hintfile, &amp;data, length, NULL))</span>
<span class='curline'><a href='../S/lib--util.c.html#L607'>length</a> 607 lib/util.c if (!g_file_get_contents (hintfile, &amp;data, length, NULL))</span>
<span class='curline'><a href='../S/lib--util.c.html#L611'>length</a> 611 lib/util.c g_file_get_contents (hintfile_base, &amp;data, length, NULL);</span>
<span class='curline'><a href='../S/lib--util.h.html#L204'>length</a> 204 lib/util.h size_t *length);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1378'>length</a> 1378 lib/vfs/path.c vfs_path_tokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1387'>length</a> 1387 lib/vfs/path.c if (length == 0)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1388'>length</a> 1388 lib/vfs/path.c length = tokens_count;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1390'>length</a> 1390 lib/vfs/path.c if (length &lt; 0)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1391'>length</a> 1391 lib/vfs/path.c length = tokens_count + length;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1402'>length</a> 1402 lib/vfs/path.c if (start_position + (ssize_t) length &gt; (ssize_t) tokens_count)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1403'>length</a> 1403 lib/vfs/path.c length = tokens_count - start_position;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1423'>length</a> 1423 lib/vfs/path.c if (length == 0)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1430'>length</a> 1430 lib/vfs/path.c length--;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1444'>length</a> 1444 lib/vfs/path.c return g_string_free (ret_tokens, !(start_position == 0 &amp;&amp; length == 0));</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1460'>length</a> 1460 lib/vfs/path.c vfs_path_vtokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1465'>length</a> 1465 lib/vfs/path.c str_tokens = vfs_path_tokens_get (vpath, start_position, length);</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L70'>length</a> 70 lib/vfs/path.h char *vfs_path_tokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length);</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L71'>length</a> 71 lib/vfs/path.h vfs_path_t *vfs_path_vtokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L99'>length</a> 99 lib/widget/listbox.c int length;</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L108'>length</a> 108 lib/widget/listbox.c length = g_queue_get_length (l-&gt;list);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L112'>length</a> 112 lib/widget/listbox.c if (l-&gt;top + w-&gt;lines == length || w-&gt;lines &gt;= length)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L118'>length</a> 118 lib/widget/listbox.c if (length != 0)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L119'>length</a> 119 lib/widget/listbox.c line = 1 + ((l-&gt;current * (w-&gt;lines - 2)) / length);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L141'>length</a> 141 lib/widget/listbox.c int length = 0;</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L157'>length</a> 157 lib/widget/listbox.c length = g_queue_get_length (l-&gt;list);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L179'>length</a> 179 lib/widget/listbox.c if (l-&gt;list != NULL &amp;&amp; le != NULL &amp;&amp; (i == 0 || pos &lt; length))</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L193'>length</a> 193 lib/widget/listbox.c if (l-&gt;scrollbar &amp;&amp; length &gt; w-&gt;lines)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L310'>length</a> 310 lib/widget/listbox.c int length;</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L312'>length</a> 312 lib/widget/listbox.c length = g_queue_get_length (l-&gt;list);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L314'>length</a> 314 lib/widget/listbox.c is_last = (l-&gt;current + 1 &gt;= length);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L315'>length</a> 315 lib/widget/listbox.c is_more = (l-&gt;top + w-&gt;lines &gt;= length);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L646'>length</a> 646 lib/widget/listbox.c int length;</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L648'>length</a> 648 lib/widget/listbox.c length = listbox_get_length (l);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L650'>length</a> 650 lib/widget/listbox.c l-&gt;current = DOZ (length, 1);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L651'>length</a> 651 lib/widget/listbox.c l-&gt;top = DOZ (length, lines);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L754'>length</a> 754 lib/widget/listbox.c int length;</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L760'>length</a> 760 lib/widget/listbox.c length = g_queue_get_length (l-&gt;list);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L762'>length</a> 762 lib/widget/listbox.c if (length == 0)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L764'>length</a> 764 lib/widget/listbox.c else if (l-&gt;current &gt;= length)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L765'>length</a> 765 lib/widget/listbox.c l-&gt;current = length - 1;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L138'>length</a> 138 src/diffviewer/ydiff.c gsize length;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L142'>length</a> 142 src/diffviewer/ydiff.c if (!g_file_get_contents (from_file_name, &amp;contents, &amp;length, NULL))</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L152'>length</a> 152 src/diffviewer/ydiff.c length = fwrite ((const void *) contents, length, 1, backup_fd);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L614'>length</a> 614 src/diffviewer/ydiff.c dview_str_utf8_offset_to_pos (const char *text, size_t length)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L619'>length</a> 619 src/diffviewer/ydiff.c return length;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L622'>length</a> 622 src/diffviewer/ydiff.c result = g_utf8_offset_to_pointer (text, length) - text;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L640'>length</a> 640 src/diffviewer/ydiff.c result = g_utf8_offset_to_pointer (tmpbuf, length) - tmpbuf;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L643'>length</a> 643 src/diffviewer/ydiff.c return MAX (length, (size_t) result);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L690'>length</a> 690 src/filemanager/panel.c int length = 0;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L705'>length</a> 705 src/filemanager/panel.c for (format = home; format != NULL &amp;&amp; length != width; format = g_slist_next (format))</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L720'>length</a> 720 src/filemanager/panel.c if (len + length &gt; width)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L721'>length</a> 721 src/filemanager/panel.c len = width - length;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L770'>length</a> 770 src/filemanager/panel.c length += len;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L779'>length</a> 779 src/filemanager/panel.c length++;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L783'>length</a> 783 src/filemanager/panel.c if (length &lt; width)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L788'>length</a> 788 src/filemanager/panel.c tty_draw_hline (y, x, ' ', width - length);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L796'>length</a> 796 src/vfs/sftpfs/connection.c if (memcmp (prompts[i].text, "Password: ", prompts[i].length) == 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L799'>length</a> 799 src/vfs/sftpfs/connection.c responses[i].length = len;</span>
<span class='curline'><a href='../S/src--viewer--internal.h.html#L318'>length</a> 318 src/viewer/internal.h int mcview__get_nroff_real_len (WView *view, off_t start, off_t length);</span>
<span class='curline'><a href='../S/src--viewer--nroff.c.html#L91'>length</a> 91 src/viewer/nroff.c mcview__get_nroff_real_len (WView *view, off_t start, off_t length)</span>
<span class='curline'><a href='../S/src--viewer--nroff.c.html#L103'>length</a> 103 src/viewer/nroff.c while (i &lt; length)</span>
</pre>
</body>
</html>