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            132 lib/mcconfig/set.c                            const gchar *param, 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                          const gchar *param, 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                         const gchar *param, int value[], 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            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            654 lib/strutil/strutil.c str_term_width2 (const char *text, size_t length)
length            656 lib/strutil/strutil.c     return used_class.term_width2 (text, length);
length            670 lib/strutil/strutil.c str_offset_to_pos (const char *text, size_t length)
length            672 lib/strutil/strutil.c     return used_class.offset_to_pos (text, length);
length            680 lib/strutil/strutil.c     return used_class.length (text);
length            236 lib/strutil/strutil8bit.c     size_t length;
length            238 lib/strutil/strutil8bit.c     length = strlen (text);
length            240 lib/strutil/strutil8bit.c     return (size >= 0) ? MIN (length, (size_t) size) : length;
length            299 lib/strutil/strutil8bit.c     size_t length;
length            304 lib/strutil/strutil8bit.c     length = strlen (text);
length            306 lib/strutil/strutil8bit.c     for (; pos < length && remain > 1; pos++, actual++, remain--)
length            322 lib/strutil/strutil8bit.c     size_t length;
length            325 lib/strutil/strutil8bit.c     length = strlen (text);
length            329 lib/strutil/strutil8bit.c     if ((int) length <= width)
length            335 lib/strutil/strutil8bit.c             ident = (width - length) / 2;
length            338 lib/strutil/strutil8bit.c             ident = width - length;
length            350 lib/strutil/strutil8bit.c         for (; pos < length && remain > 1; pos++, actual++, remain--)
length            353 lib/strutil/strutil8bit.c         if (width - length - ident > 0)
length            355 lib/strutil/strutil8bit.c             if (remain <= width - length - ident)
length            357 lib/strutil/strutil8bit.c             memset (actual, ' ', width - length - ident);
length            358 lib/strutil/strutil8bit.c             actual += width - length - ident;
length            372 lib/strutil/strutil8bit.c         pos += length - width + 1;
length            373 lib/strutil/strutil8bit.c         for (; pos < length && remain > 1; pos++, actual++, remain--)
length            381 lib/strutil/strutil8bit.c             ident = (length - width) / 2;
length            384 lib/strutil/strutil8bit.c             ident = length - width;
length            410 lib/strutil/strutil8bit.c     size_t length;
length            412 lib/strutil/strutil8bit.c     length = strlen (text);
length            420 lib/strutil/strutil8bit.c         if (width >= (int) length)
length            422 lib/strutil/strutil8bit.c             for (pos = 0; pos < length && remain > 1; pos++, actual++, remain--)
length            436 lib/strutil/strutil8bit.c             for (pos = length - width + 3; pos < length && remain > 1; pos++, actual++, remain--)
length            448 lib/strutil/strutil8bit.c str_8bit_term_width2 (const char *text, size_t length)
length            454 lib/strutil/strutil8bit.c     return (length != (size_t) (-1)) ? MIN (text_len, length) : text_len;
length            482 lib/strutil/strutil8bit.c     size_t length;
length            486 lib/strutil/strutil8bit.c     length = strlen (text);
length            488 lib/strutil/strutil8bit.c     if (start < (int) length)
length            492 lib/strutil/strutil8bit.c         for (pos = start; pos < length && width > 0 && remain > 1;
length            513 lib/strutil/strutil8bit.c     size_t length;
length            517 lib/strutil/strutil8bit.c     length = strlen (text);
length            519 lib/strutil/strutil8bit.c     if ((int) length > width)
length            530 lib/strutil/strutil8bit.c         pos += length - width + 1;
length            531 lib/strutil/strutil8bit.c         for (; pos < length && remain > 1; pos++, actual++, remain--)
length            536 lib/strutil/strutil8bit.c         for (; pos < length && remain > 1; pos++, actual++, remain--)
length            548 lib/strutil/strutil8bit.c str_8bit_offset_to_pos (const char *text, size_t length)
length            551 lib/strutil/strutil8bit.c     return (int) length;
length            844 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            382 lib/strutil/strutilascii.c     size_t length;
length            384 lib/strutil/strutilascii.c     length = strlen (text);
length            392 lib/strutil/strutilascii.c         if (width >= (int) length)
length            395 lib/strutil/strutilascii.c             for (pos = 0; pos < length && remain > 1; pos++, actual++, remain--)
length            413 lib/strutil/strutilascii.c             for (pos = length - width + 3; pos < length && remain > 1; pos++, actual++, remain--)
length            428 lib/strutil/strutilascii.c str_ascii_term_width2 (const char *text, size_t length)
length            434 lib/strutil/strutilascii.c     return (length != (size_t) (-1)) ? MIN (text_len, length) : text_len;
length            462 lib/strutil/strutilascii.c     size_t length;
length            466 lib/strutil/strutilascii.c     length = strlen (text);
length            468 lib/strutil/strutilascii.c     if (start < (int) length)
length            473 lib/strutil/strutilascii.c         for (pos = start; pos < length && width > 0 && remain > 1;
length            498 lib/strutil/strutilascii.c     size_t length;
length            502 lib/strutil/strutilascii.c     length = strlen (text);
length            504 lib/strutil/strutilascii.c     if ((int) length > width)
length            519 lib/strutil/strutilascii.c         pos += length - width + 1;
length            522 lib/strutil/strutilascii.c         for (; pos < length && remain > 1; pos++, actual++, remain--)
length            531 lib/strutil/strutilascii.c         for (; pos < length && remain > 1; pos++, actual++, remain--)
length            546 lib/strutil/strutilascii.c str_ascii_offset_to_pos (const char *text, size_t length)
length            549 lib/strutil/strutilascii.c     return (int) length;
length            771 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            597 lib/util.c                        size_t *length)
length            607 lib/util.c         if (!g_file_get_contents (hintfile, &data, length, NULL))
length            614 lib/util.c             if (!g_file_get_contents (hintfile, &data, length, NULL))
length            618 lib/util.c                 g_file_get_contents (hintfile_base, &data, length, NULL);
length            194 lib/util.h                              size_t *length);
length           1417 lib/vfs/path.c vfs_path_tokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length)
length           1426 lib/vfs/path.c     if (length == 0)
length           1427 lib/vfs/path.c         length = tokens_count;
length           1429 lib/vfs/path.c     if (length < 0)
length           1430 lib/vfs/path.c         length = tokens_count + length;
length           1441 lib/vfs/path.c     if (start_position + (ssize_t) length > (ssize_t) tokens_count)
length           1442 lib/vfs/path.c         length = tokens_count - start_position;
length           1462 lib/vfs/path.c                     if (length == 0)
length           1469 lib/vfs/path.c                     length--;
length           1483 lib/vfs/path.c     return g_string_free (ret_tokens, !(start_position == 0 && length == 0));
length           1499 lib/vfs/path.c vfs_path_vtokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length)
length           1504 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            142 src/diffviewer/ydiff.c     gsize length;
length            146 src/diffviewer/ydiff.c     if (!g_file_get_contents (from_file_name, &contents, &length, NULL))
length            156 src/diffviewer/ydiff.c     length = fwrite ((const void *) contents, length, 1, backup_fd);
length            623 src/diffviewer/ydiff.c dview_str_utf8_offset_to_pos (const char *text, size_t length)
length            628 src/diffviewer/ydiff.c         return length;
length            631 src/diffviewer/ydiff.c         result = g_utf8_offset_to_pointer (text, length) - text;
length            649 src/diffviewer/ydiff.c         result = g_utf8_offset_to_pointer (tmpbuf, length) - tmpbuf;
length            652 src/diffviewer/ydiff.c     return MAX (length, (size_t) result);
length            833 src/filemanager/panel.c     int length = 0;
length            848 src/filemanager/panel.c     for (format = home; format != NULL && length != width; format = g_slist_next (format))
length            863 src/filemanager/panel.c             if (len + length > width)
length            864 src/filemanager/panel.c                 len = width - length;
length            915 src/filemanager/panel.c             length += len;
length            924 src/filemanager/panel.c             length++;
length            928 src/filemanager/panel.c     if (length < width)
length            933 src/filemanager/panel.c         tty_draw_hline (y, x, ' ', width - length);
length            787 src/vfs/sftpfs/connection.c         if (memcmp (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)