length 60 lib/mcconfig.h gsize *length); length 62 lib/mcconfig.h gsize *length); length 64 lib/mcconfig.h gsize *length); length 79 lib/mcconfig.h const gchar *const value[], gsize length); length 81 lib/mcconfig.h gboolean value[], gsize length); length 83 lib/mcconfig.h int value[], gsize length); length 182 lib/mcconfig/get.c 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 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 gsize *length) length 211 lib/mcconfig/get.c return g_key_file_get_integer_list (mc_config->handle, group, param, length, NULL); length 132 lib/mcconfig/set.c const gchar *const value[], gsize length) length 134 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL && length != 0) length 135 lib/mcconfig/set.c g_key_file_set_string_list (mc_config->handle, group, param, value, length); length 142 lib/mcconfig/set.c gboolean value[], gsize length) length 144 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL && length != 0) length 145 lib/mcconfig/set.c g_key_file_set_boolean_list (mc_config->handle, group, param, value, length); length 152 lib/mcconfig/set.c gsize length) length 154 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL && length != 0) length 155 lib/mcconfig/set.c g_key_file_set_integer_list (mc_config->handle, group, param, value, length); length 123 lib/strutil.h /*I*/ int (*length) (const char *text); length 134 lib/strutil.h /*I*/ int (*term_width2) (const char *text, size_t length); length 135 lib/strutil.h /*I*/ int (*term_char_width) (const char *length); length 136 lib/strutil.h /*I*/ const char *(*trunc) (const char *length, int width); length 137 lib/strutil.h /*I*/ int (*offset_to_pos) (const char *text, size_t length); length 427 lib/strutil.h int str_term_width2 (const char *text, size_t length); length 438 lib/strutil.h int str_offset_to_pos (const char *text, size_t length); length 659 lib/strutil/strutil.c str_term_width2 (const char *text, size_t length) length 661 lib/strutil/strutil.c return used_class.term_width2 (text, length); length 675 lib/strutil/strutil.c str_offset_to_pos (const char *text, size_t length) length 677 lib/strutil/strutil.c return used_class.offset_to_pos (text, length); length 685 lib/strutil/strutil.c return used_class.length (text); length 231 lib/strutil/strutil8bit.c size_t length; length 233 lib/strutil/strutil8bit.c length = strlen (text); length 235 lib/strutil/strutil8bit.c return (size >= 0) ? MIN (length, (size_t) size) : length; length 294 lib/strutil/strutil8bit.c size_t length; length 299 lib/strutil/strutil8bit.c length = strlen (text); length 301 lib/strutil/strutil8bit.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 317 lib/strutil/strutil8bit.c size_t length; length 320 lib/strutil/strutil8bit.c length = strlen (text); length 324 lib/strutil/strutil8bit.c if ((int) length <= width) length 330 lib/strutil/strutil8bit.c ident = (width - length) / 2; length 333 lib/strutil/strutil8bit.c ident = width - length; length 345 lib/strutil/strutil8bit.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 348 lib/strutil/strutil8bit.c if (width - length - ident > 0) length 350 lib/strutil/strutil8bit.c if (remain <= width - length - ident) length 352 lib/strutil/strutil8bit.c memset (actual, ' ', width - length - ident); length 353 lib/strutil/strutil8bit.c actual += width - length - ident; length 367 lib/strutil/strutil8bit.c pos += length - width + 1; length 368 lib/strutil/strutil8bit.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 376 lib/strutil/strutil8bit.c ident = (length - width) / 2; length 379 lib/strutil/strutil8bit.c ident = length - width; length 405 lib/strutil/strutil8bit.c size_t length; length 407 lib/strutil/strutil8bit.c length = strlen (text); length 415 lib/strutil/strutil8bit.c if (width >= (int) length) length 417 lib/strutil/strutil8bit.c for (pos = 0; pos < length && remain > 1; pos++, actual++, remain--) length 431 lib/strutil/strutil8bit.c for (pos = length - width + 3; pos < length && remain > 1; pos++, actual++, remain--) length 443 lib/strutil/strutil8bit.c str_8bit_term_width2 (const char *text, size_t length) length 449 lib/strutil/strutil8bit.c return (length != (size_t) (-1)) ? MIN (text_len, length) : text_len; length 477 lib/strutil/strutil8bit.c size_t length; length 481 lib/strutil/strutil8bit.c length = strlen (text); length 483 lib/strutil/strutil8bit.c if (start < (int) length) length 487 lib/strutil/strutil8bit.c for (pos = start; pos < length && width > 0 && remain > 1; length 508 lib/strutil/strutil8bit.c size_t length; length 512 lib/strutil/strutil8bit.c length = strlen (text); length 514 lib/strutil/strutil8bit.c if ((int) length > width) length 525 lib/strutil/strutil8bit.c pos += length - width + 1; length 526 lib/strutil/strutil8bit.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 531 lib/strutil/strutil8bit.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 543 lib/strutil/strutil8bit.c str_8bit_offset_to_pos (const char *text, size_t length) length 546 lib/strutil/strutil8bit.c return (int) length; length 842 lib/strutil/strutil8bit.c result.length = str_8bit_length; length 209 lib/strutil/strutilascii.c size_t length; length 211 lib/strutil/strutilascii.c length = strlen (text); length 213 lib/strutil/strutilascii.c return (size >= 0) ? MIN (length, (size_t) size) : length; length 246 lib/strutil/strutilascii.c size_t length; length 251 lib/strutil/strutilascii.c length = strlen (text); length 254 lib/strutil/strutilascii.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 273 lib/strutil/strutilascii.c size_t length; length 276 lib/strutil/strutilascii.c length = strlen (text); length 280 lib/strutil/strutilascii.c if ((int) length <= width) length 286 lib/strutil/strutilascii.c ident = (width - length) / 2; length 289 lib/strutil/strutilascii.c ident = width - length; length 303 lib/strutil/strutilascii.c for (; pos < (gsize) length && remain > 1; pos++, actual++, remain--) length 310 lib/strutil/strutilascii.c if (width - length - ident > 0) length 312 lib/strutil/strutilascii.c if (remain <= width - length - ident) length 314 lib/strutil/strutilascii.c memset (actual, ' ', width - length - ident); length 315 lib/strutil/strutilascii.c actual += width - length - ident; length 333 lib/strutil/strutilascii.c pos += length - width + 1; length 336 lib/strutil/strutilascii.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 347 lib/strutil/strutilascii.c ident = (length - width) / 2; length 350 lib/strutil/strutilascii.c ident = length - width; length 381 lib/strutil/strutilascii.c size_t length; length 383 lib/strutil/strutilascii.c length = strlen (text); length 391 lib/strutil/strutilascii.c if (width >= (int) length) length 394 lib/strutil/strutilascii.c for (pos = 0; pos < length && remain > 1; pos++, actual++, remain--) length 412 lib/strutil/strutilascii.c for (pos = length - width + 3; pos < length && remain > 1; pos++, actual++, remain--) length 427 lib/strutil/strutilascii.c str_ascii_term_width2 (const char *text, size_t length) length 433 lib/strutil/strutilascii.c return (length != (size_t) (-1)) ? MIN (text_len, length) : text_len; length 461 lib/strutil/strutilascii.c size_t length; length 465 lib/strutil/strutilascii.c length = strlen (text); length 467 lib/strutil/strutilascii.c if (start < (int) length) length 472 lib/strutil/strutilascii.c for (pos = start; pos < length && width > 0 && remain > 1; length 497 lib/strutil/strutilascii.c size_t length; length 501 lib/strutil/strutilascii.c length = strlen (text); length 503 lib/strutil/strutilascii.c if ((int) length > width) length 518 lib/strutil/strutilascii.c pos += length - width + 1; length 521 lib/strutil/strutilascii.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 530 lib/strutil/strutilascii.c for (; pos < length && remain > 1; pos++, actual++, remain--) length 545 lib/strutil/strutilascii.c str_ascii_offset_to_pos (const char *text, size_t length) length 548 lib/strutil/strutilascii.c return (int) length; length 772 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 508 lib/strutil/strutilutf8.c if (length != (size_t) (-1)) length 509 lib/strutil/strutilutf8.c length--; length 804 lib/strutil/strutilutf8.c str_utf8_term_width2 (const char *text, size_t length) length 808 lib/strutil/strutilutf8.c result = str_utf8_make_make_term_form (text, length); length 900 lib/strutil/strutilutf8.c str_utf8_offset_to_pos (const char *text, size_t length) length 903 lib/strutil/strutilutf8.c return g_utf8_offset_to_pointer (text, length) - text; length 911 lib/strutil/strutilutf8.c result = g_utf8_offset_to_pointer (buffer, length) - buffer; length 1502 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 609 lib/util.c size_t *length) length 619 lib/util.c if (!g_file_get_contents (hintfile, &data, length, NULL)) length 626 lib/util.c if (!g_file_get_contents (hintfile, &data, length, NULL)) length 630 lib/util.c g_file_get_contents (hintfile_base, &data, length, NULL); length 210 lib/util.h size_t *length); length 1416 lib/vfs/path.c vfs_path_tokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length) length 1425 lib/vfs/path.c if (length == 0) length 1426 lib/vfs/path.c length = tokens_count; length 1428 lib/vfs/path.c if (length < 0) length 1429 lib/vfs/path.c length = tokens_count + length; length 1440 lib/vfs/path.c if (start_position + (ssize_t) length > (ssize_t) tokens_count) length 1441 lib/vfs/path.c length = tokens_count - start_position; length 1461 lib/vfs/path.c if (length == 0) length 1468 lib/vfs/path.c length--; length 1482 lib/vfs/path.c return g_string_free (ret_tokens, !(start_position == 0 && length == 0)); length 1498 lib/vfs/path.c vfs_path_vtokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length) length 1503 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 118 lib/widget/listbox.c if (length != 0) 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 644 lib/widget/listbox.c int length; length 646 lib/widget/listbox.c length = listbox_get_length (l); length 648 lib/widget/listbox.c l->current = DOZ (length, 1); length 649 lib/widget/listbox.c l->top = DOZ (length, lines); length 752 lib/widget/listbox.c int length; length 758 lib/widget/listbox.c length = g_queue_get_length (l->list); length 760 lib/widget/listbox.c if (length == 0) length 762 lib/widget/listbox.c else if (l->current >= length) length 763 lib/widget/listbox.c l->current = length - 1; length 141 src/diffviewer/ydiff.c gsize length; length 145 src/diffviewer/ydiff.c if (!g_file_get_contents (from_file_name, &contents, &length, NULL)) length 155 src/diffviewer/ydiff.c length = fwrite ((const void *) contents, length, 1, backup_fd); length 622 src/diffviewer/ydiff.c dview_str_utf8_offset_to_pos (const char *text, size_t length) length 627 src/diffviewer/ydiff.c return length; length 630 src/diffviewer/ydiff.c result = g_utf8_offset_to_pointer (text, length) - text; length 648 src/diffviewer/ydiff.c result = g_utf8_offset_to_pointer (tmpbuf, length) - tmpbuf; length 651 src/diffviewer/ydiff.c return MAX (length, (size_t) result); length 692 src/filemanager/panel.c int length = 0; length 707 src/filemanager/panel.c for (format = home; format != NULL && length != width; format = g_slist_next (format)) length 722 src/filemanager/panel.c if (len + length > width) length 723 src/filemanager/panel.c len = width - length; length 774 src/filemanager/panel.c length += len; length 783 src/filemanager/panel.c length++; length 787 src/filemanager/panel.c if (length < width) length 792 src/filemanager/panel.c tty_draw_hline (y, x, ' ', width - length); length 788 src/vfs/sftpfs/connection.c if (memcmp (prompts[i].text, "Password: ", prompts[i].length) == 0) length 791 src/vfs/sftpfs/connection.c responses[i].length = len; length 320 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)