length 63 lib/mcconfig.h const gchar * param, gsize * length); length 65 lib/mcconfig.h const gchar * param, gsize * length); length 67 lib/mcconfig.h gsize * length); length 85 lib/mcconfig.h const gchar * const value[], gsize length); length 87 lib/mcconfig.h gboolean value[], gsize length); length 89 lib/mcconfig.h int value[], gsize length); length 182 lib/mcconfig/get.c const gchar * param, gsize * length) length 187 lib/mcconfig/get.c return g_key_file_get_string_list (mc_config->handle, group, param, length, NULL); length 194 lib/mcconfig/get.c const gchar * param, gsize * length) length 199 lib/mcconfig/get.c return g_key_file_get_boolean_list (mc_config->handle, group, param, length, NULL); length 206 lib/mcconfig/get.c const gchar * param, gsize * length) length 211 lib/mcconfig/get.c return g_key_file_get_integer_list (mc_config->handle, group, param, length, NULL); length 133 lib/mcconfig/set.c const gchar * param, const gchar * const value[], gsize length) length 135 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL && length != 0) length 136 lib/mcconfig/set.c g_key_file_set_string_list (mc_config->handle, group, param, value, length); length 143 lib/mcconfig/set.c const gchar * param, gboolean value[], gsize length) length 145 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL && length != 0) length 146 lib/mcconfig/set.c g_key_file_set_boolean_list (mc_config->handle, group, param, value, length); length 153 lib/mcconfig/set.c const gchar * param, int value[], gsize length) length 155 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL && length != 0) length 156 lib/mcconfig/set.c g_key_file_set_integer_list (mc_config->handle, group, param, value, length); length 124 lib/strutil.h /*I*/ int (*length) (const char *text); length 135 lib/strutil.h /*I*/ int (*term_width2) (const char *text, size_t length); length 136 lib/strutil.h /*I*/ int (*term_char_width) (const char *length); length 137 lib/strutil.h /*I*/ const char *(*trunc) (const char *length, int width); length 138 lib/strutil.h /*I*/ int (*offset_to_pos) (const char *text, size_t length); length 432 lib/strutil.h int str_term_width2 (const char *text, size_t length); length 443 lib/strutil.h int str_offset_to_pos (const char *text, size_t length); length 663 lib/strutil/strutil.c str_term_width2 (const char *text, size_t length) length 665 lib/strutil/strutil.c return used_class.term_width2 (text, length); length 679 lib/strutil/strutil.c str_offset_to_pos (const char *text, size_t length) length 681 lib/strutil/strutil.c return used_class.offset_to_pos (text, length); length 689 lib/strutil/strutil.c return used_class.length (text); length 295 lib/strutil/strutil8bit.c size_t length; length 300 lib/strutil/strutil8bit.c length = strlen (text); length 302 lib/strutil/strutil8bit.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 318 lib/strutil/strutil8bit.c size_t length; length 321 lib/strutil/strutil8bit.c length = strlen (text); length 325 lib/strutil/strutil8bit.c if ((int) length <= width) length 331 lib/strutil/strutil8bit.c ident = (width - length) / 2; length 334 lib/strutil/strutil8bit.c ident = width - length; length 346 lib/strutil/strutil8bit.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 349 lib/strutil/strutil8bit.c if (width - length - ident > 0) length 351 lib/strutil/strutil8bit.c if (remain <= width - length - ident) length 353 lib/strutil/strutil8bit.c memset (actual, ' ', width - length - ident); length 354 lib/strutil/strutil8bit.c actual += width - length - ident; length 368 lib/strutil/strutil8bit.c pos += length - width + 1; length 369 lib/strutil/strutil8bit.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 377 lib/strutil/strutil8bit.c ident = (length - width) / 2; length 380 lib/strutil/strutil8bit.c ident = length - width; length 406 lib/strutil/strutil8bit.c size_t length; length 408 lib/strutil/strutil8bit.c length = strlen (text); length 416 lib/strutil/strutil8bit.c if (width >= (int) length) length 418 lib/strutil/strutil8bit.c for (pos = 0; pos < length && remain > 1; pos++, actual++, remain--) length 432 lib/strutil/strutil8bit.c for (pos = length - width + 3; pos < length && remain > 1; pos++, actual++, remain--) length 444 lib/strutil/strutil8bit.c str_8bit_term_width2 (const char *text, size_t length) length 446 lib/strutil/strutil8bit.c return (length != (size_t) (-1)) ? MIN (strlen (text), length) : strlen (text); length 474 lib/strutil/strutil8bit.c size_t length; length 478 lib/strutil/strutil8bit.c length = strlen (text); length 480 lib/strutil/strutil8bit.c if (start < (int) length) length 484 lib/strutil/strutil8bit.c for (pos = start; pos < length && width > 0 && remain > 1; length 505 lib/strutil/strutil8bit.c size_t length; length 509 lib/strutil/strutil8bit.c length = strlen (text); length 511 lib/strutil/strutil8bit.c if ((int) length > width) length 522 lib/strutil/strutil8bit.c pos += length - width + 1; length 523 lib/strutil/strutil8bit.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 528 lib/strutil/strutil8bit.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 540 lib/strutil/strutil8bit.c str_8bit_offset_to_pos (const char *text, size_t length) length 543 lib/strutil/strutil8bit.c return (int) length; length 828 lib/strutil/strutil8bit.c result.length = str_8bit_length; length 242 lib/strutil/strutilascii.c size_t length; length 247 lib/strutil/strutilascii.c length = strlen (text); length 250 lib/strutil/strutilascii.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 269 lib/strutil/strutilascii.c size_t length; length 272 lib/strutil/strutilascii.c length = strlen (text); length 276 lib/strutil/strutilascii.c if ((int) length <= width) length 282 lib/strutil/strutilascii.c ident = (width - length) / 2; length 285 lib/strutil/strutilascii.c ident = width - length; length 299 lib/strutil/strutilascii.c for (; pos < (gsize) length && remain > 1; pos++, actual++, remain--) length 306 lib/strutil/strutilascii.c if (width - length - ident > 0) length 308 lib/strutil/strutilascii.c if (remain <= width - length - ident) length 310 lib/strutil/strutilascii.c memset (actual, ' ', width - length - ident); length 311 lib/strutil/strutilascii.c actual += width - length - ident; length 329 lib/strutil/strutilascii.c pos += length - width + 1; length 332 lib/strutil/strutilascii.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 343 lib/strutil/strutilascii.c ident = (length - width) / 2; length 346 lib/strutil/strutilascii.c ident = length - width; length 378 lib/strutil/strutilascii.c size_t length; length 380 lib/strutil/strutilascii.c length = strlen (text); length 388 lib/strutil/strutilascii.c if (width >= (int) length) length 391 lib/strutil/strutilascii.c for (pos = 0; pos < length && remain > 1; pos++, actual++, remain--) length 409 lib/strutil/strutilascii.c for (pos = length - width + 3; pos < length && remain > 1; pos++, actual++, remain--) length 424 lib/strutil/strutilascii.c str_ascii_term_width2 (const char *text, size_t length) length 426 lib/strutil/strutilascii.c return (length != (size_t) (-1)) ? MIN (strlen (text), length) : strlen (text); length 454 lib/strutil/strutilascii.c size_t length; length 458 lib/strutil/strutilascii.c length = strlen (text); length 460 lib/strutil/strutilascii.c if (start < (int) length) length 465 lib/strutil/strutilascii.c for (pos = start; pos < length && width > 0 && remain > 1; length 490 lib/strutil/strutilascii.c size_t length; length 494 lib/strutil/strutilascii.c length = strlen (text); length 496 lib/strutil/strutilascii.c if ((int) length > width) length 511 lib/strutil/strutilascii.c pos += length - width + 1; length 514 lib/strutil/strutilascii.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 523 lib/strutil/strutilascii.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 538 lib/strutil/strutilascii.c str_ascii_offset_to_pos (const char *text, size_t length) length 541 lib/strutil/strutilascii.c return (int) length; length 753 lib/strutil/strutilascii.c result.length = str_ascii_length; length 443 lib/strutil/strutilutf8.c str_utf8_make_make_term_form (const char *text, size_t length) length 457 lib/strutil/strutilutf8.c if (length != 0 && text[0] != '\0') length 470 lib/strutil/strutilutf8.c while (length != 0 && text[0] != '\0') length 505 lib/strutil/strutilutf8.c if (length != (size_t) (-1)) length 506 lib/strutil/strutilutf8.c length--; length 801 lib/strutil/strutilutf8.c str_utf8_term_width2 (const char *text, size_t length) length 805 lib/strutil/strutilutf8.c result = str_utf8_make_make_term_form (text, length); length 897 lib/strutil/strutilutf8.c str_utf8_offset_to_pos (const char *text, size_t length) length 900 lib/strutil/strutilutf8.c return g_utf8_offset_to_pointer (text, length) - text; length 908 lib/strutil/strutilutf8.c result = g_utf8_offset_to_pointer (buffer->str, length) - buffer->str; length 1483 lib/strutil/strutilutf8.c result.length = str_utf8_length; length 81 lib/timefmt.c size_t length = 0; length 94 lib/timefmt.c length = str_term_width1 (_(INVALID_TIME_TEXT)); length 109 lib/timefmt.c length = MAX (tlen, length); length 112 lib/timefmt.c length = MAX (tlen, length); length 116 lib/timefmt.c length = MAX (tlen, length); length 120 lib/timefmt.c if (length > MAX_I18NTIMELENGTH || length < MIN_I18NTIMELENGTH) length 121 lib/timefmt.c length = STD_I18NTIMELENGTH; length 124 lib/timefmt.c i18n_timelength_cache = length; length 194 lib/util.c gsize length; length 197 lib/util.c if (!g_file_get_contents (from_file_name, &contents, &length, NULL)) length 207 lib/util.c if (fwrite ((const void *) contents, 1, length, backup_fd) != length) length 600 lib/util.c size_t * length) length 610 lib/util.c if (!g_file_get_contents (hintfile, &data, length, NULL)) length 617 lib/util.c if (!g_file_get_contents (hintfile, &data, length, NULL)) length 621 lib/util.c g_file_get_contents (hintfile_base, &data, length, NULL); length 184 lib/util.h size_t * length); length 1411 lib/vfs/path.c vfs_path_tokens_get (const vfs_path_t * vpath, ssize_t start_position, ssize_t length) length 1420 lib/vfs/path.c if (length == 0) length 1421 lib/vfs/path.c length = tokens_count; length 1423 lib/vfs/path.c if (length < 0) length 1424 lib/vfs/path.c length = tokens_count + length; length 1435 lib/vfs/path.c if (start_position + (ssize_t) length > (ssize_t) tokens_count) length 1436 lib/vfs/path.c length = tokens_count - start_position; length 1456 lib/vfs/path.c if (length == 0) length 1463 lib/vfs/path.c length--; length 1477 lib/vfs/path.c return g_string_free (ret_tokens, !(start_position == 0 && length == 0)); length 1493 lib/vfs/path.c vfs_path_vtokens_get (const vfs_path_t * vpath, ssize_t start_position, ssize_t length) length 1498 lib/vfs/path.c str_tokens = vfs_path_tokens_get (vpath, start_position, length); length 74 lib/vfs/path.h char *vfs_path_tokens_get (const vfs_path_t * vpath, ssize_t start_position, ssize_t length); length 75 lib/vfs/path.h vfs_path_t *vfs_path_vtokens_get (const vfs_path_t * vpath, ssize_t start_position, ssize_t length); length 99 lib/widget/listbox.c int length; length 108 lib/widget/listbox.c length = g_queue_get_length (l->list); length 112 lib/widget/listbox.c if (l->top + w->lines == length || w->lines >= length) length 119 lib/widget/listbox.c line = 1 + ((l->current * (w->lines - 2)) / length); length 141 lib/widget/listbox.c int length = 0; length 155 lib/widget/listbox.c length = g_queue_get_length (l->list); length 177 lib/widget/listbox.c if (l->list != NULL && le != NULL && (i == 0 || pos < length)) length 191 lib/widget/listbox.c if (l->scrollbar && length > w->lines) length 308 lib/widget/listbox.c int length; length 310 lib/widget/listbox.c length = g_queue_get_length (l->list); length 312 lib/widget/listbox.c is_last = (l->current + 1 >= length); length 313 lib/widget/listbox.c is_more = (l->top + w->lines >= length); length 642 lib/widget/listbox.c int length; length 644 lib/widget/listbox.c length = listbox_get_length (l); length 646 lib/widget/listbox.c l->current = DOZ (length, 1); length 647 lib/widget/listbox.c l->top = DOZ (length, lines); length 750 lib/widget/listbox.c int length; length 756 lib/widget/listbox.c length = g_queue_get_length (l->list); length 758 lib/widget/listbox.c if (length == 0) length 760 lib/widget/listbox.c else if (l->current >= length) length 761 lib/widget/listbox.c l->current = length - 1; length 143 src/diffviewer/ydiff.c gsize length; length 147 src/diffviewer/ydiff.c if (!g_file_get_contents (from_file_name, &contents, &length, NULL)) length 157 src/diffviewer/ydiff.c length = fwrite ((const void *) contents, length, 1, backup_fd); length 624 src/diffviewer/ydiff.c dview_str_utf8_offset_to_pos (const char *text, size_t length) length 629 src/diffviewer/ydiff.c return length; length 632 src/diffviewer/ydiff.c result = g_utf8_offset_to_pointer (text, length) - text; length 650 src/diffviewer/ydiff.c result = g_utf8_offset_to_pointer (tmpbuf, length) - tmpbuf; length 653 src/diffviewer/ydiff.c return MAX (length, (size_t) result); length 831 src/filemanager/panel.c int length = 0; length 846 src/filemanager/panel.c for (format = home; format != NULL && length != width; format = g_slist_next (format)) length 861 src/filemanager/panel.c if (len + length > width) length 862 src/filemanager/panel.c len = width - length; length 913 src/filemanager/panel.c length += len; length 922 src/filemanager/panel.c length++; length 926 src/filemanager/panel.c if (length < width) length 931 src/filemanager/panel.c tty_draw_hline (y, x, ' ', width - length); length 787 src/vfs/sftpfs/connection.c if (strncmp (prompts[i].text, "Password: ", prompts[i].length) == 0) length 790 src/vfs/sftpfs/connection.c responses[i].length = len; length 317 src/viewer/internal.h int mcview__get_nroff_real_len (WView * view, off_t start, off_t length); length 95 src/viewer/nroff.c mcview__get_nroff_real_len (WView * view, off_t start, off_t length) length 107 src/viewer/nroff.c while (i < length)