name               70 lib/charsets.c new_codepage_desc (const char *id, const char *name)
name               76 lib/charsets.c     desc->name = g_strdup (name);
name               89 lib/charsets.c     g_free (desc->name);
name              157 lib/charsets.c                         g_free (desc->name);
name              158 lib/charsets.c                         desc->name = g_strdup (p);
name               17 lib/charsets.h     char *name;
name              206 lib/filehighlight/ini-file-read.c     gchar *name;
name              210 lib/filehighlight/ini-file-read.c     name = mc_config_get_full_path (MC_FHL_INI_FILE);
name              211 lib/filehighlight/ini-file-read.c     ok = mc_fhl_read_ini_file (fhl, name);
name              212 lib/filehighlight/ini-file-read.c     g_free (name);
name              217 lib/filehighlight/ini-file-read.c     name = g_build_filename (mc_global.sysconfig_dir, MC_FHL_INI_FILE, (char *) NULL);
name              218 lib/filehighlight/ini-file-read.c     ok = mc_fhl_read_ini_file (fhl, name);
name              219 lib/filehighlight/ini-file-read.c     g_free (name);
name              224 lib/filehighlight/ini-file-read.c     name = g_build_filename (mc_global.share_data_dir, MC_FHL_INI_FILE, (char *) NULL);
name              225 lib/filehighlight/ini-file-read.c     ok = mc_fhl_read_ini_file (fhl, name);
name              226 lib/filehighlight/ini-file-read.c     g_free (name);
name               43 lib/keybind.c  #define ADD_KEYMAP_NAME(name) \
name               44 lib/keybind.c      { #name, CK_##name }
name               50 lib/keybind.c      const char *name;
name              397 lib/keybind.c      return g_ascii_strcasecmp (m1->name, m2->name);
name              449 lib/keybind.c  keybind_lookup_action (const char *name)
name              451 lib/keybind.c      const name_keymap_t key = { name, 0 };
name              469 lib/keybind.c      for (i = 0; command_names[i].name != NULL; i++)
name              471 lib/keybind.c              return command_names[i].name;
name              360 lib/keybind.h  long keybind_lookup_action (const char *name);
name              107 lib/mcconfig.h GList *mc_config_history_get (const char *name);
name              109 lib/mcconfig.h char *mc_config_history_get_recent_item (const char *name);
name              111 lib/mcconfig.h GList *mc_config_history_load (mc_config_t * cfg, const char *name);
name              113 lib/mcconfig.h void mc_config_history_save (mc_config_t * cfg, const char *name, GList * h);
name               73 lib/mcconfig/history.c mc_config_history_get (const char *name)
name               81 lib/mcconfig/history.c     if (name == NULL || *name == '\0')
name               87 lib/mcconfig/history.c     hist = mc_config_history_load (cfg, name);
name              104 lib/mcconfig/history.c mc_config_history_get_recent_item (const char *name)
name              109 lib/mcconfig/history.c     history = mc_config_history_get (name);
name              128 lib/mcconfig/history.c mc_config_history_load (mc_config_t * cfg, const char *name)
name              137 lib/mcconfig/history.c     if (name == NULL || *name == '\0')
name              141 lib/mcconfig/history.c     keys = mc_config_get_keys (cfg, name, &keys_num);
name              157 lib/mcconfig/history.c         this_entry = mc_config_get_string_raw (cfg, name, key, "");
name              191 lib/mcconfig/history.c mc_config_history_save (mc_config_t * cfg, const char *name, GList * h)
name              197 lib/mcconfig/history.c     if (name == NULL || *name == '\0' || h == NULL)
name              207 lib/mcconfig/history.c     mc_config_del_group (cfg, name);
name              229 lib/mcconfig/history.c             mc_config_set_string_raw (cfg, name, key, text);
name              234 lib/mcconfig/history.c                 mc_config_set_string_raw (cfg, name, key, text);
name              236 lib/mcconfig/history.c                 mc_config_set_string_raw (cfg, name, key, buffer->str);
name              152 lib/shell.c            mc_shell->name = "zsh";
name              159 lib/shell.c            mc_shell->name = "tcsh";
name              165 lib/shell.c            mc_shell->name = "csh";
name              171 lib/shell.c            mc_shell->name = "fish";
name              178 lib/shell.c            mc_shell->name = "dash";
name              190 lib/shell.c            mc_shell->name = mc_shell->path;
name              205 lib/shell.c            mc_shell->name = "bash";
name              210 lib/shell.c            mc_shell->name = "sh";
name              215 lib/shell.c            mc_shell->name = "ash";
name               29 lib/shell.h        const char *name;
name              120 lib/skin.h         gchar *name;
name              138 lib/skin.h     int mc_skin_color_get (const gchar * group, const gchar * name);
name              109 lib/skin/colors.c mc_skin_color_get_with_defaults (const gchar * group, const gchar * name)
name              113 lib/skin/colors.c     mc_skin_color = mc_skin_color_get_from_hash (NULL, group, name);
name              171 lib/skin/colors.c                          orig, mc_skin->name);
name              411 lib/skin/colors.c mc_skin_color_get (const gchar * group, const gchar * name)
name              415 lib/skin/colors.c     mc_skin_color = mc_skin_color_get_with_defaults (group, name);
name               91 lib/skin/common.c     mc_skin__default.name = mc_skin_get_default_name ();
name              102 lib/skin/common.c     g_free (mc_skin__default.name);
name              103 lib/skin/common.c     mc_skin__default.name = g_strdup ("default");
name              126 lib/skin/common.c     mc_skin__default.name =
name              135 lib/skin/common.c                             mc_skin__default.name);
name              145 lib/skin/common.c                             mc_skin__default.name);
name              157 lib/skin/common.c                             mc_skin__default.name, error->message);
name              169 lib/skin/common.c                             mc_skin__default.name);
name              186 lib/skin/common.c     MC_PTR_FREE (mc_skin__default.name);
name               54 lib/skin/ini-file.c     gchar *name;
name               57 lib/skin/ini-file.c     name = g_build_filename (base_dir, MC_SKINS_DIR, (char *) NULL);
name               58 lib/skin/ini-file.c     dir = g_dir_open (name, 0, NULL);
name               59 lib/skin/ini-file.c     g_free (name);
name              106 lib/skin/ini-file.c     file_name = g_build_filename (base_dir, MC_SKINS_DIR, mc_skin->name, (char *) NULL);
name              115 lib/skin/ini-file.c     file_name2 = g_strdup_printf ("%s.ini", mc_skin->name);
name              154 lib/skin/ini-file.c     file_name = g_path_get_basename (mc_skin->name);
name              158 lib/skin/ini-file.c     if (strcmp (file_name, mc_skin->name) != 0)
name              161 lib/skin/ini-file.c         if (!g_path_is_absolute (mc_skin->name))
name              163 lib/skin/ini-file.c         mc_skin->config = mc_config_init (mc_skin->name, TRUE);
name               48 lib/skin/lines.c mc_skin_lines_load_frm (mc_skin_t * mc_skin, const char *name)
name               53 lib/skin/lines.c     frm_val = mc_config_get_string_raw (mc_skin->config, "Lines", name, " ");
name               51 lib/tty/color-internal.c     const char *name;
name              177 lib/tty/color-internal.c     for (i = 0; color_table[i].name != NULL; i++)
name              179 lib/tty/color-internal.c             return color_table[i].name;
name              184 lib/tty/color-internal.c         char name[9];
name              187 lib/tty/color-internal.c             g_snprintf (name, sizeof (name), "color%d", idx);
name              189 lib/tty/color-internal.c             g_snprintf (name, sizeof (name), "#%06X", (unsigned int) idx & 0xFFFFFF);
name              190 lib/tty/color-internal.c         return g_intern_string (name);
name              204 lib/tty/color-internal.c         for (i = 0; color_table[i].name != NULL; i++)
name              205 lib/tty/color-internal.c             if (strcmp (color_name, color_table[i].name) == 0)
name              230 lib/tty/color-internal.c             for (j = 0; attributes_table[j].name != NULL; j++)
name              232 lib/tty/color-internal.c                 if (strcmp (attr_list[i], attributes_table[j].name) == 0)
name             1212 lib/tty/key.c      return g_ascii_strcasecmp (n1->name, n2->name);
name             1252 lib/tty/key.c  lookup_keyname (const char *name, int *idx)
name             1254 lib/tty/key.c      if (name[0] != '\0')
name             1256 lib/tty/key.c          const key_code_name_t key = { 0, name, NULL, NULL };
name             1260 lib/tty/key.c          if (name[1] == '\0')
name             1263 lib/tty/key.c              return (int) name[0];
name             1445 lib/tty/key.c  tty_keyname_to_keycode (const char *name, char **label)
name             1457 lib/tty/key.c      if (name == NULL)
name             1460 lib/tty/key.c      cname = g_strstrip (g_strdup (name));
name             1578 lib/tty/key.c              g_string_append (s, key_conv_tab_sorted[idx]->name);
name             1590 lib/tty/key.c                  g_string_append (s, key_conv_tab_sorted[idx]->name);
name             1603 lib/tty/key.c                      g_string_append (s, key_conv_tab_sorted[idx]->name);
name             1605 lib/tty/key.c                      g_string_append (s, key_conv_tab_sorted[key_idx]->name);
name             1611 lib/tty/key.c              if ((k >= 'A') || (key_idx < 0) || (key_conv_tab_sorted[key_idx]->name == NULL))
name             1614 lib/tty/key.c                  g_string_append (s, key_conv_tab_sorted[key_idx]->name);
name             1616 lib/tty/key.c          else if ((key_idx != -1) && (key_conv_tab_sorted[key_idx]->name != NULL))
name             1617 lib/tty/key.c              g_string_append (s, key_conv_tab_sorted[key_idx]->name);
name               50 lib/tty/key.h      const char *name;
name               78 lib/tty/key.h  long tty_keyname_to_keycode (const char *name, char **label);
name               66 lib/tty/tty.h  extern char *tty_tgetstr (const char *name);
name              830 lib/util.c     get_compression_type (int fd, const char *name)
name              908 lib/util.c         str_len = strlen (name);
name              910 lib/util.c         if ((str_len > 5 && strcmp (&name[str_len - 5], ".lzma") == 0) ||
name              911 lib/util.c             (str_len > 4 && strcmp (&name[str_len - 4], ".tlz") == 0))
name              222 lib/util.h     enum compression_type get_compression_type (int fd, const char *name);
name              266 lib/util.h     exist_file (const char *name)
name              268 lib/util.h         return (access (name, R_OK) == 0);
name              282 lib/utilunix.c     char *name;
name              285 lib/utilunix.c     name = i_cache_match ((int) uid, uid_cache, UID_CACHE_SIZE);
name              286 lib/utilunix.c     if (name != NULL)
name              287 lib/utilunix.c         return name;
name              310 lib/utilunix.c     char *name;
name              313 lib/utilunix.c     name = i_cache_match ((int) gid, gid_cache, GID_CACHE_SIZE);
name              314 lib/utilunix.c     if (name != NULL)
name              315 lib/utilunix.c         return name;
name              741 lib/utilunix.c             char *name;
name              743 lib/utilunix.c             name = g_strndup (p, q - p);
name              744 lib/utilunix.c             passwd = getpwnam (name);
name              746 lib/utilunix.c             g_free (name);
name              208 lib/vfs/direntry.c             if (strlen (ent->name) == pseg && strncmp (ent->name, path, pseg) == 0)
name              255 lib/vfs/direntry.c         char *dirname, *name;
name              259 lib/vfs/direntry.c         name = g_path_get_basename (path);
name              261 lib/vfs/direntry.c         ent = vfs_s_find_entry_tree (me, ino, name, follow, flags);
name              263 lib/vfs/direntry.c         g_free (name);
name              361 lib/vfs/direntry.c     g_free (super->name);
name              463 lib/vfs/direntry.c     const char *name;
name              468 lib/vfs/direntry.c     name = VFS_ENTRY (info->cur->data)->name;
name              469 lib/vfs/direntry.c     if (name != NULL)
name              470 lib/vfs/direntry.c         dir = vfs_dirent_init (NULL, name, 0);
name              730 lib/vfs/direntry.c         char *name;
name              732 lib/vfs/direntry.c         name = g_strconcat (super->name, PATH_SEP_STR, me->prefix, VFS_PATH_URL_DELIMITER,
name              734 lib/vfs/direntry.c         func (name);
name              735 lib/vfs/direntry.c         g_free (name);
name              949 lib/vfs/direntry.c vfs_s_new_entry (struct vfs_class *me, const char *name, struct vfs_s_inode *inode)
name              955 lib/vfs/direntry.c     entry->name = g_strdup (name);
name              971 lib/vfs/direntry.c     MC_PTR_FREE (ent->name);
name             1001 lib/vfs/direntry.c     const char *name = (const char *) b;
name             1003 lib/vfs/direntry.c     return strcmp (e->name, name);
name             1080 lib/vfs/direntry.c vfs_s_generate_entry (struct vfs_class *me, const char *name, struct vfs_s_inode *parent,
name             1089 lib/vfs/direntry.c     return vfs_s_new_entry (me, name, inode);
name             1219 lib/vfs/direntry.c     if (super->name == NULL)
name             1257 lib/vfs/direntry.c         path = g_strdup (ino->ent->name);
name             1267 lib/vfs/direntry.c             newpath = g_strconcat (ino->ent->name, PATH_SEP_STR, path, (char *) NULL);
name             1276 lib/vfs/direntry.c         return g_strdup (ino->ent->name);
name             1278 lib/vfs/direntry.c     return g_strconcat (ino->ent->dir->ent->name, PATH_SEP_STR, ino->ent->name, (char *) NULL);
name             1323 lib/vfs/direntry.c         char *name;
name             1331 lib/vfs/direntry.c         name = g_path_get_dirname (q);
name             1332 lib/vfs/direntry.c         dir = vfs_s_find_inode (me, super, name, LINK_FOLLOW, FL_DIR);
name             1333 lib/vfs/direntry.c         g_free (name);
name             1337 lib/vfs/direntry.c         name = g_path_get_basename (q);
name             1338 lib/vfs/direntry.c         ent = vfs_s_generate_entry (me, name, dir, 0755);
name             1346 lib/vfs/direntry.c             tmp_handle = vfs_mkstemps (&tmp_vpath, me->name, name);
name             1350 lib/vfs/direntry.c                 g_free (name);
name             1357 lib/vfs/direntry.c         g_free (name);
name             1447 lib/vfs/direntry.c     handle = vfs_mkstemps (&tmp_vpath, me->name, ino->ent->name);
name             1472 lib/vfs/direntry.c         vfs_s_print_stats (me->name, _("Getting file"), ino->ent->name, total, stat_size);
name             1510 lib/vfs/direntry.c vfs_init_class (struct vfs_class *vclass, const char *name, vfs_flags_t flags, const char *prefix)
name             1514 lib/vfs/direntry.c     vclass->name = name;
name             1548 lib/vfs/direntry.c vfs_init_subclass (struct vfs_s_subclass *sub, const char *name, vfs_flags_t flags,
name             1555 lib/vfs/direntry.c     vfs_init_class (vclass, name, flags, prefix);
name             1729 lib/vfs/direntry.c             source_name = entry->name;
name             1731 lib/vfs/direntry.c             entry->name = g_strconcat (spacer, source_name, (char *) NULL);
name              235 lib/vfs/interface.c #define MC_NAMEOP(name, inarg, callarg) \
name              236 lib/vfs/interface.c int mc_##name inarg \
name              248 lib/vfs/interface.c     result = me->name != NULL ? me->name callarg : -1; \
name              250 lib/vfs/interface.c         errno = me->name != NULL ? vfs_ferrno (me) : ENOTSUP; \
name              293 lib/vfs/interface.c #define MC_HANDLEOP(rettype, name, inarg, callarg) \
name              294 lib/vfs/interface.c rettype mc_##name inarg \
name              307 lib/vfs/interface.c     result = vfs->name != NULL ? vfs->name callarg : -1; \
name              309 lib/vfs/interface.c         errno = vfs->name != NULL ? vfs_ferrno (vfs) : ENOTSUP; \
name              319 lib/vfs/interface.c #define MC_RENAMEOP(name) \
name              320 lib/vfs/interface.c int mc_##name (const vfs_path_t *vpath1, const vfs_path_t *vpath2) \
name              337 lib/vfs/interface.c     result = me1->name != NULL ? me1->name (vpath1, vpath2) : -1; \
name              339 lib/vfs/interface.c         errno = me1->name != NULL ? vfs_ferrno (me1) : ENOTSUP; \
name              534 lib/vfs/interface.c #define MC_STATOP(name) \
name              535 lib/vfs/interface.c int mc_##name (const vfs_path_t *vpath, struct stat *buf) \
name              546 lib/vfs/interface.c         result = me->name ? me->name (vpath, buf) : -1; \
name              548 lib/vfs/interface.c             errno = me->name ? vfs_ferrno (me) : ENOTSUP; \
name              345 lib/vfs/path.c         if ((vfs->name != NULL) && (strcmp (vfs->name, class_name) == 0))
name             1151 lib/vfs/path.c         mc_config_set_string_raw (cpath, groupname, "class-name", element->class->name);
name               39 lib/vfs/utilvfs.h int vfs_finduid (const char *name);
name               40 lib/vfs/utilvfs.h int vfs_findgid (const char *name);
name              134 lib/vfs/vfs.h      const char *name;           /* "FIles over SHell" */
name              230 lib/vfs/vfs.h  void vfs_init_class (struct vfs_class *vclass, const char *name, vfs_flags_t flags,
name               64 lib/vfs/xdirentry.h     char *name;                 /* My name, whatever it means */
name               80 lib/vfs/xdirentry.h     char *name;                 /* Name of this entry */
name              163 lib/vfs/xdirentry.h struct vfs_s_entry *vfs_s_new_entry (struct vfs_class *me, const char *name,
name              170 lib/vfs/xdirentry.h struct vfs_s_entry *vfs_s_generate_entry (struct vfs_class *me, const char *name,
name              178 lib/vfs/xdirentry.h void vfs_init_subclass (struct vfs_s_subclass *sub, const char *name, vfs_flags_t flags,
name              233 lib/widget/input.c         if (in->history.name != NULL && in->strip_password)
name              816 lib/widget/input.c     in->history.list = mc_config_history_load (ev->cfg, in->history.name);
name              850 lib/widget/input.c             mc_config_history_save (ev->cfg, in->history.name, in->history.list);
name              871 lib/widget/input.c     g_free (in->history.name);
name              991 lib/widget/input.c     in->history.name = NULL;
name              993 lib/widget/input.c         in->history.name = g_strdup (histname);
name               68 lib/widget/input.h         char *name;             /* name of history for loading and saving */
name              403 lib/widget/input_complete.c     char *name;
name              458 lib/widget/input_complete.c             name = g_strndup (lc_start, bi - lc_start);
name              474 lib/widget/input_complete.c                     if (strcmp (name, *host_p) == 0)
name              479 lib/widget/input_complete.c                     *(hosts_p++) = name;
name              483 lib/widget/input_complete.c                     g_free (name);
name              892 lib/widget/menu.c menu_entry_new (const char *name, long command)
name              898 lib/widget/menu.c     entry->text = hotkey_new (name);
name              921 lib/widget/menu.c menu_new (const char *name, GList * entries, const char *help_node)
name              927 lib/widget/menu.c     menu->text = hotkey_new (name);
name              940 lib/widget/menu.c menu_set_name (menu_t * menu, const char *name)
name              943 lib/widget/menu.c     menu->text = hotkey_new (name);
name               45 lib/widget/menu.h menu_entry_t *menu_entry_new (const char *name, long command);
name               48 lib/widget/menu.h menu_t *menu_new (const char *name, GList * entries, const char *help_node);
name               49 lib/widget/menu.h void menu_set_name (menu_t * menu, const char *name);
name              176 src/diffviewer/ydiff.c open_temp (void **name)
name              189 src/diffviewer/ydiff.c     *name = vfs_path_free (diff_file_name, FALSE);
name              104 src/editor/spell.c     const char *name;
name              153 src/editor/spell.c             return _(spell_codes_map[i].name);
name              378 src/editor/spell.c         if (entry->name != NULL)
name              380 src/editor/spell.c             g_ptr_array_add (lang_list, g_strdup (entry->name));
name             1446 src/editor/syntax.c         const char *name;
name             1448 src/editor/syntax.c         name = g_ptr_array_index (names, i);
name             1449 src/editor/syntax.c         LISTBOX_APPEND_TEXT (syntaxlist, 0, name, NULL, FALSE);
name             1450 src/editor/syntax.c         if (current_syntax != NULL && strcmp (name, current_syntax) == 0)
name              177 src/filemanager/boxes.c skin_name_to_label (const gchar * name)
name              179 src/filemanager/boxes.c     if (strcmp (name, "default") == 0)
name              181 src/filemanager/boxes.c     return name;
name              383 src/filemanager/boxes.c             ((codepage_desc *) g_ptr_array_index (codepages, new_display_codepage))->name;
name              635 src/filemanager/boxes.c     current_skin_name = g_strdup (mc_skin__default.name);
name             1018 src/filemanager/boxes.c         : ((codepage_desc *) g_ptr_array_index (codepages, new_display_codepage))->name;
name             1280 src/filemanager/boxes.c         const char *name;
name             1308 src/filemanager/boxes.c         job_but[i].name = _(job_but[i].name);
name             1311 src/filemanager/boxes.c         job_but[i].len = str_term_width1 (job_but[i].name) + 3;
name             1334 src/filemanager/boxes.c                                          job_but[i].name, job_but[i].callback));
name              761 src/filemanager/cmd.c     const char *name = "";
name              767 src/filemanager/cmd.c         name = fe->fname->str;
name              771 src/filemanager/cmd.c                              _("Enter directory name:"), MC_HISTORY_FM_MKDIR, name,
name               86 src/filemanager/ext.c typedef char *(*quote_func_t) (const char *name, gboolean quote_percent);
name              200 src/filemanager/ext.c         const char *name;
name              219 src/filemanager/ext.c     for (i = 0; export_variables[i].name != NULL; i++)
name              226 src/filemanager/ext.c                                     "%s=%s\nexport %s\n", export_variables[i].name, text,
name              227 src/filemanager/ext.c                                     export_variables[i].name);
name              278 src/filemanager/filegui.c     struct utsname name;
name              281 src/filemanager/filegui.c         statvfs_works_cache = (uname (&name) == 0 && 0 <= str_verscmp (name.release, "2.6.36"));
name             1819 src/filemanager/find.c         char *name = NULL;
name             1842 src/filemanager/find.c             name = mc_build_filename (location->dir, lc_filename, (char *) NULL);
name             1845 src/filemanager/find.c                 p = name;
name             1848 src/filemanager/find.c                 p = name + (size_t) start_dir_len;
name             1855 src/filemanager/find.c                 g_free (name);
name             1863 src/filemanager/find.c                 g_free (name);
name             1869 src/filemanager/find.c             g_free (name);
name             1341 src/filemanager/layout.c             if (strcmp (panel1->name, get_nth_panel_name (0)) == 0)
name             1343 src/filemanager/layout.c                 g_free (panel1->name);
name             1344 src/filemanager/layout.c                 panel1->name = g_strdup (get_nth_panel_name (1));
name             1349 src/filemanager/layout.c             if (strcmp (panel2->name, get_nth_panel_name (1)) == 0)
name             1351 src/filemanager/layout.c                 g_free (panel2->name);
name             1352 src/filemanager/layout.c                 panel2->name = g_strdup (get_nth_panel_name (0));
name              368 src/filemanager/mountlist.c     struct utsname name;
name              371 src/filemanager/mountlist.c         statvfs_works_cache = (uname (&name) == 0 && 0 <= str_verscmp (name.release, "2.6.36"));
name              816 src/filemanager/mountlist.c             char *name;
name              837 src/filemanager/mountlist.c                 char *name;
name              844 src/filemanager/mountlist.c                     name = g_strdup (PATH_SEP_STR);
name              846 src/filemanager/mountlist.c                     name = g_strconcat (PATH_SEP_STR, d->d_name, (char *) NULL);
name              848 src/filemanager/mountlist.c                 if (lstat (name, &statbuf) >= 0 && S_ISDIR (statbuf.st_mode))
name              851 src/filemanager/mountlist.c                     re->name = name;
name              860 src/filemanager/mountlist.c                     g_free (name);
name              879 src/filemanager/mountlist.c                 me->me_mountdir = g_strdup (re != NULL ? re->name : fi.fsh_name);
name              895 src/filemanager/mountlist.c             g_free (re->name);
name             1255 src/filemanager/panel.c     if (elements_count > 1 && (strcmp (path_element->class->name, "cpiofs") == 0 ||
name             1256 src/filemanager/panel.c                                strcmp (path_element->class->name, "extfs") == 0 ||
name             1257 src/filemanager/panel.c                                strcmp (path_element->class->name, "tarfs") == 0))
name             1462 src/filemanager/panel.c         return g_strdup (panel->name);
name             1464 src/filemanager/panel.c     return g_strconcat ("Temporal:", panel->name, (char *) NULL);
name             1495 src/filemanager/panel.c             p->dir_history.list = mc_config_history_load (ev->cfg, p->dir_history.name);
name             1497 src/filemanager/panel.c             p->dir_history.list = mc_config_history_get (p->dir_history.name);
name             1521 src/filemanager/panel.c         mc_config_history_save (ev->cfg, p->dir_history.name, p->dir_history.list);
name             1536 src/filemanager/panel.c         char *name;
name             1538 src/filemanager/panel.c         name = panel_save_name (p);
name             1539 src/filemanager/panel.c         panel_save_setup (p, name);
name             1540 src/filemanager/panel.c         g_free (name);
name             1552 src/filemanager/panel.c     g_free (p->dir_history.name);
name             1563 src/filemanager/panel.c     g_free (p->name);
name             3136 src/filemanager/panel.c panel_get_format_field_index_by_name (const WPanel * panel, const char *name)
name             3142 src/filemanager/panel.c          format != NULL && strcmp (((format_item_t *) format->data)->title, name) != 0;
name             3308 src/filemanager/panel.c panel_set_sort_type_by_id (WPanel * panel, const char *name)
name             3310 src/filemanager/panel.c     if (strcmp (panel->sort_field->id, name) == 0)
name             3316 src/filemanager/panel.c         sort_order = panel_get_field_by_id (name);
name             4373 src/filemanager/panel.c panel_set_current_by_name (WPanel * panel, const char *name)
name             4378 src/filemanager/panel.c     if (name == NULL)
name             4388 src/filemanager/panel.c         subdir = vfs_strip_suffix_from_filename (name);
name             4390 src/filemanager/panel.c         subdir = vfs_strip_suffix_from_filename (x_basename (name));
name             4517 src/filemanager/panel.c     panel->name = g_strdup (panel_name);
name             4518 src/filemanager/panel.c     panel->dir_history.name = g_strconcat ("Dir Hist ", panel->name, (char *) NULL);
name             4521 src/filemanager/panel.c     section = g_strconcat ("Temporal:", panel->name, (char *) NULL);
name             4525 src/filemanager/panel.c         section = g_strdup (panel->name);
name             5114 src/filemanager/panel.c panel_get_field_by_id (const char *name)
name             5119 src/filemanager/panel.c         if (panel_fields[lc_index].id != NULL && strcmp (name, panel_fields[lc_index].id) == 0)
name             5128 src/filemanager/panel.c panel_get_field_by_title_hotkey (const char *name)
name             5134 src/filemanager/panel.c             strcmp (name, _(panel_fields[lc_index].title_hotkey)) == 0)
name             5143 src/filemanager/panel.c panel_get_field_by_title (const char *name)
name             5152 src/filemanager/panel.c         if (strcmp (title, name) == 0)
name               85 src/filemanager/panel.h     char *name;                 /* The panel name */
name              129 src/filemanager/panel.h         char *name;             /* Directory history name for history file */
name              175 src/filemanager/panel.h void panel_set_current_by_name (WPanel * panel, const char *name);
name              189 src/filemanager/panel.h const panel_field_t *panel_get_field_by_id (const char *name);
name              190 src/filemanager/panel.h const panel_field_t *panel_get_field_by_title (const char *name);
name              191 src/filemanager/panel.h const panel_field_t *panel_get_field_by_title_hotkey (const char *name);
name              364 src/filemanager/panelize.c             char *name;
name              400 src/filemanager/panelize.c             name = line->str;
name              402 src/filemanager/panelize.c             if (name[0] == '.' && IS_PATH_SEP (name[1]))
name              403 src/filemanager/panelize.c                 name += 2;
name              405 src/filemanager/panelize.c             if (handle_path (name, &st, &link_to_dir, &stale_link))
name              407 src/filemanager/panelize.c                 ok = dir_list_append (list, name, &st, link_to_dir, stale_link);
name              258 src/filemanager/tree.c                           (vfs_path_as_str (tree->selected_ptr->name), tree_cols, J_LEFT_FIT));
name              311 src/filemanager/tree.c                 if (vfs_path_equal (current->name, tree->selected_ptr->name))
name              318 src/filemanager/tree.c                 cname = vfs_path_as_str (current->name);
name              321 src/filemanager/tree.c                 if (vfs_path_equal_len (current->name, tree->selected_ptr->name, j))
name              326 src/filemanager/tree.c                 j = vfs_path_len (tree->selected_ptr->name);
name              327 src/filemanager/tree.c                 if (j > 1 && vfs_path_equal_len (current->name, tree->selected_ptr->name, j))
name              366 src/filemanager/tree.c                               (vfs_path_as_str (current->name),
name              407 src/filemanager/tree.c                     if (vfs_path_equal_len (current->name, tree->selected_ptr->name,
name              408 src/filemanager/tree.c                                             vfs_path_len (current->name)))
name              415 src/filemanager/tree.c                     cname = vfs_path_as_str (current->name);
name              418 src/filemanager/tree.c                     if (vfs_path_equal_len (current->name, tree->selected_ptr->name, j))
name              422 src/filemanager/tree.c                          && vfs_path_len (tree->selected_ptr->name) > 1)
name              424 src/filemanager/tree.c                     if (vfs_path_equal_len (current->name, tree->selected_ptr->name,
name              425 src/filemanager/tree.c                                             vfs_path_len (tree->selected_ptr->name)))
name              594 src/filemanager/tree.c         if (panel_cd (p, tree->selected_ptr->name, cd_exact))
name              597 src/filemanager/tree.c             cd_error_message (vfs_path_as_str (tree->selected_ptr->name));
name              684 src/filemanager/tree.c     if (tree->selected_ptr != NULL && mc_chdir (tree->selected_ptr->name) == 0)
name              688 src/filemanager/tree.c         tree_store_rescan (tree->selected_ptr->name);
name              703 src/filemanager/tree.c         tree_remove_entry (tree, tree->selected_ptr->name);
name              718 src/filemanager/tree.c                 str_trunc (vfs_path_as_str (tree->selected_ptr->name), 50));
name              732 src/filemanager/tree.c         copy_dir_dir (tctx, ctx, vfs_path_as_str (tree->selected_ptr->name), dest, TRUE, FALSE,
name              753 src/filemanager/tree.c                 str_trunc (vfs_path_as_str (tree->selected_ptr->name), 50));
name              778 src/filemanager/tree.c             move_dir_dir (tctx, ctx, vfs_path_as_str (tree->selected_ptr->name), dest);
name              797 src/filemanager/tree.c     if (tree->selected_ptr == NULL || chdir (tree->selected_ptr->name) != 0)
name              824 src/filemanager/tree.c         buf = g_strdup_printf (_("Delete %s?"), vfs_path_as_str (tree->selected_ptr->name));
name              836 src/filemanager/tree.c     if (erase_dir (tctx, ctx, tree->selected_ptr->name) == FILE_CONT)
name             1333 src/filemanager/tree.c     return tree->selected_ptr->name;
name               75 src/filemanager/treestore.c static tree_entry *tree_store_add_entry (const vfs_path_t * name);
name              211 src/filemanager/treestore.c tree_store_load_from (const char *name)
name              216 src/filemanager/treestore.c     g_return_val_if_fail (name != NULL, 0);
name              221 src/filemanager/treestore.c     file = fopen (name, "r");
name              332 src/filemanager/treestore.c tree_store_save_to (char *name)
name              337 src/filemanager/treestore.c     file = fopen (name, "w");
name              344 src/filemanager/treestore.c         if (vfs_file_is_local (current->name))
name              350 src/filemanager/treestore.c                 && (common = str_common (current->prev->name, current->name)) > 2)
name              354 src/filemanager/treestore.c                 encoded = encode (current->name, common);
name              362 src/filemanager/treestore.c                 encoded = encode (current->name, 0);
name              370 src/filemanager/treestore.c                          name, unix_error_string (errno));
name              384 src/filemanager/treestore.c tree_store_add_entry (const vfs_path_t * name)
name              397 src/filemanager/treestore.c          current != NULL && (flag = pathcmp (current->name, name)) < 0; current = current->next)
name              443 src/filemanager/treestore.c     new->name = vfs_path_clone (name);
name              444 src/filemanager/treestore.c     new->sublevel = vfs_path_tokens_count (new->name);
name              449 src/filemanager/treestore.c         new_name = vfs_path_get_last_path_str (new->name);
name              523 src/filemanager/treestore.c     vfs_path_free (entry->name, TRUE);
name              602 src/filemanager/treestore.c tree_store_whereis (const vfs_path_t * name)
name              608 src/filemanager/treestore.c          current != NULL && (flag = pathcmp (current->name, name)) < 0; current = current->next)
name              632 src/filemanager/treestore.c     char *name;
name              635 src/filemanager/treestore.c     name = mc_config_get_full_path (MC_TREESTORE_FILE);
name              636 src/filemanager/treestore.c     retval = tree_store_load_from (name);
name              637 src/filemanager/treestore.c     g_free (name);
name              652 src/filemanager/treestore.c     char *name;
name              655 src/filemanager/treestore.c     name = mc_config_get_full_path (MC_TREESTORE_FILE);
name              656 src/filemanager/treestore.c     mc_util_make_backup_if_possible (name, ".tmp");
name              658 src/filemanager/treestore.c     retval = tree_store_save_to (name);
name              660 src/filemanager/treestore.c         mc_util_restore_from_backup_if_possible (name, ".tmp");
name              662 src/filemanager/treestore.c         mc_util_unlink_backup_if_possible (name, ".tmp");
name              664 src/filemanager/treestore.c     g_free (name);
name              710 src/filemanager/treestore.c     len = vfs_path_len (base->name);
name              712 src/filemanager/treestore.c     while (current != NULL && vfs_path_equal_len (current->name, base->name, len))
name              718 src/filemanager/treestore.c         cname = vfs_path_as_str (current->name);
name              737 src/filemanager/treestore.c     vfs_path_t *name;
name              754 src/filemanager/treestore.c         name = vfs_path_build_filename (PATH_SEP_STR, subname, (char *) NULL);
name              756 src/filemanager/treestore.c         name = vfs_path_append_new (ts.check_name, subname, (char *) NULL);
name              760 src/filemanager/treestore.c          current != NULL && (flag = pathcmp (current->name, name)) < 0; current = current->next)
name              766 src/filemanager/treestore.c         current = tree_store_add_entry (name);
name              767 src/filemanager/treestore.c         ts.add_queue_vpath = g_list_prepend (ts.add_queue_vpath, name);
name              770 src/filemanager/treestore.c         vfs_path_free (name, TRUE);
name              778 src/filemanager/treestore.c         len = vfs_path_len (base->name);
name              781 src/filemanager/treestore.c              current != NULL && vfs_path_equal_len (current->name, base->name, len);
name              786 src/filemanager/treestore.c             cname = vfs_path_as_str (current->name);
name              835 src/filemanager/treestore.c          current != NULL && vfs_path_equal_len (current->name, ts.check_name, len);
name              841 src/filemanager/treestore.c         cname = vfs_path_as_str (current->name);
name              871 src/filemanager/treestore.c     while (current != NULL && vfs_path_equal_len (current->name, ts.check_name, len))
name              877 src/filemanager/treestore.c         cname = vfs_path_as_str (current->name);
name               24 src/filemanager/treestore.h     vfs_path_t *name;           /* The full path of directory */
name               56 src/filemanager/treestore.h tree_entry *tree_store_whereis (const vfs_path_t * name);
name              288 src/learn.c             key->name != NULL && strcmp (key->name, "kpleft") != 0; key++, learn_total++)
name              371 src/learn.c                                                key_name_conv_tab[i].name, esc_str);
name               96 src/selcodepage.c         const char *name = ((codepage_desc *) g_ptr_array_index (codepages, i))->name;
name               97 src/selcodepage.c         g_snprintf (buffer, sizeof (buffer), "%c  %s", get_hotkey (i), name);
name              789 src/setup.c            panel_save_setup (left_panel, left_panel->name);
name              793 src/setup.c            panel_save_setup (right_panel, right_panel->name);
name              240 src/vfs/cpio/cpio.c     super->name = g_strdup (vfs_path_as_str (vpath));
name              244 src/vfs/cpio/cpio.c     type = get_compression_type (fd, super->name);
name              253 src/vfs/cpio/cpio.c         s = g_strconcat (super->name, decompress_extension (type), (char *) NULL);
name              261 src/vfs/cpio/cpio.c             MC_PTR_FREE (super->name);
name              336 src/vfs/cpio/cpio.c                 message (D_ERROR, MSG_ERROR, _("Premature end of cpio archive\n%s"), super->name);
name              375 src/vfs/cpio/cpio.c cpio_create_entry (struct vfs_class *me, struct vfs_s_super *super, struct stat *st, char *name)
name              426 src/vfs/cpio/cpio.c                          name, super->name);
name              435 src/vfs/cpio/cpio.c     for (tn = name + strlen (name) - 1; tn >= name && IS_PATH_SEP (*tn); tn--)
name              438 src/vfs/cpio/cpio.c     tn = strrchr (name, PATH_SEP);
name              440 src/vfs/cpio/cpio.c         tn = name;
name              441 src/vfs/cpio/cpio.c     else if (tn == name + 1)
name              449 src/vfs/cpio/cpio.c         root = vfs_s_find_inode (me, super, name, LINK_FOLLOW, FL_MKDIR);
name              466 src/vfs/cpio/cpio.c                      _("%s contains duplicate entries! Skipping!"), super->name);
name              484 src/vfs/cpio/cpio.c         g_free (name);
name              518 src/vfs/cpio/cpio.c         g_free (name);
name              560 src/vfs/cpio/cpio.c     char *name;
name              576 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _("Corrupted cpio header encountered in\n%s"), super->name);
name              579 src/vfs/cpio/cpio.c     name = g_malloc (u.buf.c_namesize);
name              580 src/vfs/cpio/cpio.c     len = mc_read (arch->fd, name, u.buf.c_namesize);
name              583 src/vfs/cpio/cpio.c         g_free (name);
name              586 src/vfs/cpio/cpio.c     name[u.buf.c_namesize - 1] = '\0';
name              590 src/vfs/cpio/cpio.c     if (!strcmp ("TRAILER!!!", name))
name              592 src/vfs/cpio/cpio.c         g_free (name);
name              612 src/vfs/cpio/cpio.c     return cpio_create_entry (me, super, &st, name);
name              631 src/vfs/cpio/cpio.c     char *name;
name              643 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _("Corrupted cpio header encountered in\n%s"), super->name);
name              649 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _("Corrupted cpio header encountered in\n%s"), super->name);
name              652 src/vfs/cpio/cpio.c     name = g_malloc (hd.c_namesize);
name              653 src/vfs/cpio/cpio.c     len = mc_read (arch->fd, name, hd.c_namesize);
name              656 src/vfs/cpio/cpio.c         g_free (name);
name              659 src/vfs/cpio/cpio.c     name[hd.c_namesize - 1] = '\0';
name              663 src/vfs/cpio/cpio.c     if (!strcmp ("TRAILER!!!", name))
name              665 src/vfs/cpio/cpio.c         g_free (name);
name              684 src/vfs/cpio/cpio.c     return cpio_create_entry (me, super, &u.st, name);
name              703 src/vfs/cpio/cpio.c     char *name;
name              718 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _("Corrupted cpio header encountered in\n%s"), super->name);
name              728 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _("Corrupted cpio header encountered in\n%s"), super->name);
name              732 src/vfs/cpio/cpio.c     name = g_malloc (hd.c_namesize);
name              733 src/vfs/cpio/cpio.c     len = mc_read (arch->fd, name, hd.c_namesize);
name              737 src/vfs/cpio/cpio.c         g_free (name);
name              740 src/vfs/cpio/cpio.c     name[hd.c_namesize - 1] = '\0';
name              744 src/vfs/cpio/cpio.c     if (strcmp ("TRAILER!!!", name) == 0)
name              746 src/vfs/cpio/cpio.c         g_free (name);
name              765 src/vfs/cpio/cpio.c     return cpio_create_entry (me, super, &u.st, name);
name              832 src/vfs/cpio/cpio.c     if (strcmp (parc->name, vfs_path_as_str (vpath)))
name              119 src/vfs/extfs/extfs.c extfs_super_new (struct vfs_class *me, const char *name, const vfs_path_t * local_name_vpath,
name              129 src/vfs/extfs/extfs.c     vsuper->name = g_strdup (name);
name              148 src/vfs/extfs/extfs.c extfs_entry_new (struct vfs_class *me, const char *name, struct vfs_s_inode *inode)
name              156 src/vfs/extfs/extfs.c     entry->name = g_strdup (name);
name              170 src/vfs/extfs/extfs.c     char *name;
name              173 src/vfs/extfs/extfs.c     name =
name              174 src/vfs/extfs/extfs.c         g_strconcat (a->name != NULL ? a->name : "", PATH_SEP_STR, info->prefix,
name              176 src/vfs/extfs/extfs.c     func (name);
name              177 src/vfs/extfs/extfs.c     g_free (name);
name              188 src/vfs/extfs/extfs.c     return (ar->name != NULL && strcmp (ar->name, archive_name) == 0) ? 0 : 1;
name              194 src/vfs/extfs/extfs.c extfs_generate_entry (struct extfs_super_t *archive, const char *name, struct vfs_s_inode *parent,
name              217 src/vfs/extfs/extfs.c     entry = vfs_s_new_entry (me, name, inode);
name              227 src/vfs/extfs/extfs.c extfs_find_entry_int (struct vfs_s_inode *dir, const char *name, GSList * list, int flags)
name              235 src/vfs/extfs/extfs.c     if (g_path_is_absolute (name))
name              238 src/vfs/extfs/extfs.c         name = g_path_skip_root (name);
name              244 src/vfs/extfs/extfs.c     p = name;
name              245 src/vfs/extfs/extfs.c     name_end = name + strlen (name);
name              307 src/vfs/extfs/extfs.c extfs_find_entry (struct vfs_s_inode *dir, const char *name, int flags)
name              314 src/vfs/extfs/extfs.c     res = extfs_find_entry_int (dir, name, NULL, flags);
name              363 src/vfs/extfs/extfs.c         name_vpath = vfs_path_from_str (psup->name);
name              512 src/vfs/extfs/extfs.c extfs_open_archive (int fstype, const char *name, struct extfs_super_t **pparc, GError ** error)
name              528 src/vfs/extfs/extfs.c     name_vpath = vfs_path_from_str (name);
name              564 src/vfs/extfs/extfs.c     current_archive = extfs_super_new (vfs_extfs_ops, name, local_name_vpath, fstype);
name              724 src/vfs/extfs/extfs.c extfs_open_and_read_archive (int fstype, const char *name, struct extfs_super_t **archive)
name              731 src/vfs/extfs/extfs.c     pip = extfs_open_archive (fstype, name, archive, &error);
name              740 src/vfs/extfs/extfs.c         message (D_ERROR, MSG_ERROR, _("Cannot open %s archive\n%s:\n%s"), info->prefix, name,
name              824 src/vfs/extfs/extfs.c         g_string_prepend (localpath, e->name);
name              892 src/vfs/extfs/extfs.c         archive_name = CONST_VFS_SUPER (archive)->name;
name             1066 src/vfs/extfs/extfs.c         local_handle = vfs_mkstemps (&local_filename_vpath, "extfs", entry->name);
name             1203 src/vfs/extfs/extfs.c     dir = vfs_dirent_init (NULL, VFS_ENTRY ((*info)->data)->name, 0);   /* FIXME: inode */
name              570 src/vfs/ftpfs/ftpfs.c     arch->base.name = g_strdup (PATH_SEP_STR);
name              618 src/vfs/ftpfs/ftpfs.c     char *name;                 /* login user name */
name              658 src/vfs/ftpfs/ftpfs.c         name =
name              664 src/vfs/ftpfs/ftpfs.c         name = g_strdup (super->path_element->user);
name              685 src/vfs/ftpfs/ftpfs.c         switch (ftpfs_command (me, super, WAIT_REPLY, "USER %s", name))
name              713 src/vfs/ftpfs/ftpfs.c             g_free (name);
name              729 src/vfs/ftpfs/ftpfs.c     g_free (name);
name             1736 src/vfs/ftpfs/ftpfs.c                 r = strcmp (fe->name, filename);
name             1862 src/vfs/ftpfs/ftpfs.c             vfs_print_message (_("%s: failure"), me->name);
name             1914 src/vfs/ftpfs/ftpfs.c     vfs_print_message (_("%s: done."), me->name);
name             1921 src/vfs/ftpfs/ftpfs.c ftpfs_file_store (struct vfs_class *me, vfs_file_handler_t * fh, char *name, char *localname)
name             1950 src/vfs/ftpfs/ftpfs.c         ftpfs_open_data_connection (me, super, ftp->append ? "APPE" : "STOR", name, TYPE_BINARY, 0);
name             2031 src/vfs/ftpfs/ftpfs.c     char *name;
name             2033 src/vfs/ftpfs/ftpfs.c     name = vfs_s_fullpath (me, fh->ino);
name             2034 src/vfs/ftpfs/ftpfs.c     if (name == NULL)
name             2038 src/vfs/ftpfs/ftpfs.c         ftpfs_open_data_connection (me, VFS_FILE_HANDLER_SUPER (fh), "RETR", name, TYPE_BINARY,
name             2040 src/vfs/ftpfs/ftpfs.c     g_free (name);
name             2325 src/vfs/ftpfs/ftpfs.c         char *name;
name             2338 src/vfs/ftpfs/ftpfs.c                 handle = vfs_mkstemps (&vpath, me->name, fh->ino->ent->name);
name             2348 src/vfs/ftpfs/ftpfs.c         name = vfs_s_fullpath (me, fh->ino);
name             2349 src/vfs/ftpfs/ftpfs.c         if (name == NULL)
name             2354 src/vfs/ftpfs/ftpfs.c                                         (flags & O_APPEND) != 0 ? "APPE" : "STOR", name,
name             2356 src/vfs/ftpfs/ftpfs.c         g_free (name);
name             2430 src/vfs/ftpfs/ftpfs.c         GString *name;
name             2432 src/vfs/ftpfs/ftpfs.c         name = vfs_path_element_build_pretty_path_str (super->path_element);
name             2434 src/vfs/ftpfs/ftpfs.c         func (name->str);
name             2435 src/vfs/ftpfs/ftpfs.c         g_string_free (name, TRUE);
name              286 src/vfs/ftpfs/ftpfs_parse_ls.c     char *name;
name              388 src/vfs/ftpfs/ftpfs_parse_ls.c     name = strtok_r (NULL, "", &next);
name              389 src/vfs/ftpfs/ftpfs_parse_ls.c     if (name == NULL)
name              393 src/vfs/ftpfs/ftpfs_parse_ls.c     if (year_anomaly && *name == ' ')
name              394 src/vfs/ftpfs/ftpfs_parse_ls.c         name++;
name              402 src/vfs/ftpfs/ftpfs_parse_ls.c         for (arrow = name; (arrow = strstr (arrow, " -> ")) != NULL; arrow++)
name              403 src/vfs/ftpfs/ftpfs_parse_ls.c             if (arrow != name && arrow[4] != '\0')
name              411 src/vfs/ftpfs/ftpfs_parse_ls.c     *filename = g_strdup (name);
name              546 src/vfs/ftpfs/ftpfs_parse_ls.c     const char *name = NULL;
name              574 src/vfs/ftpfs/ftpfs_parse_ls.c             name = scan + 1;
name              604 src/vfs/ftpfs/ftpfs_parse_ls.c             name = NULL;
name              619 src/vfs/ftpfs/ftpfs_parse_ls.c     if (name == NULL || !type_known)
name              622 src/vfs/ftpfs/ftpfs_parse_ls.c     *filename = g_strndup (name, name_len);
name              656 src/vfs/ftpfs/ftpfs_parse_ls.c     const char *name = NULL;
name              669 src/vfs/ftpfs/ftpfs_parse_ls.c         name = space + 2;
name              678 src/vfs/ftpfs/ftpfs_parse_ls.c         name = space + 1;
name              770 src/vfs/ftpfs/ftpfs_parse_ls.c     if (name == NULL || name[0] == '\0' || type == UNKNOWN)
name              773 src/vfs/ftpfs/ftpfs_parse_ls.c     *filename = g_strdup (name);
name              998 src/vfs/ftpfs/ftpfs_parse_ls.c     char *name;
name             1078 src/vfs/ftpfs/ftpfs_parse_ls.c     name = strtok (NULL, "");
name             1079 src/vfs/ftpfs/ftpfs_parse_ls.c     if (name == NULL)
name             1089 src/vfs/ftpfs/ftpfs_parse_ls.c         for (arrow = name; (arrow = strstr (arrow, " -> ")) != NULL; arrow++)
name             1090 src/vfs/ftpfs/ftpfs_parse_ls.c             if (arrow != name && arrow[4] != '\0')
name             1098 src/vfs/ftpfs/ftpfs_parse_ls.c     *filename = g_strdup (name);
name             1158 src/vfs/ftpfs/ftpfs_parse_ls.c                 ok = (*line_parsers[i]) (tmp_line, &info->ino->st, &info->name,
name             1160 src/vfs/ftpfs/ftpfs_parse_ls.c                 if (ok && strchr (info->name, '/') == NULL)
name             1199 src/vfs/ftpfs/ftpfs_parse_ls.c             ok = guessed_parser (tmp_line, &info->ino->st, &info->name, &info->ino->linkname,
name             1201 src/vfs/ftpfs/ftpfs_parse_ls.c             if (ok && strchr (info->name, '/') == NULL)
name              100 src/vfs/sfs/sfs.c     char *name;
name              129 src/vfs/sfs/sfs.c     const char *name = (const char *) b;
name              131 src/vfs/sfs/sfs.c     return strcmp (name, cf->name);
name              281 src/vfs/sfs/sfs.c         cf->name = g_strdup (vfs_path_as_str (vpath));
name              397 src/vfs/sfs/sfs.c     g_free (which->name);
name              413 src/vfs/sfs/sfs.c         func (((cachedfile *) cur->data)->name);
name              290 src/vfs/sftpfs/connection.c             if (store->name == NULL)
name              294 src/vfs/sftpfs/connection.c             if (store->name[0] != '[')
name              295 src/vfs/sftpfs/connection.c                 found = strcmp (store->name, super->path_element->host) == 0;
name              300 src/vfs/sftpfs/connection.c                 kh_name_end = strstr (store->name, "]:");
name              310 src/vfs/sftpfs/connection.c                     kh_name_size = strlen (store->name) - 1 - strlen (kh_name_end);
name              311 src/vfs/sftpfs/connection.c                     found = strncmp (store->name + 1, super->path_element->host, kh_name_size) == 0;
name              780 src/vfs/sftpfs/connection.c     if (strncmp (name, kbi_super->path_element->user, name_len) != 0)
name              136 src/vfs/sftpfs/file.c     char *name;
name              142 src/vfs/sftpfs/file.c     name = vfs_s_fullpath (vfs_sftpfs_ops, fh->ino);
name              143 src/vfs/sftpfs/file.c     if (name == NULL)
name              163 src/vfs/sftpfs/file.c     fixfname = sftpfs_fix_filename (name);
name              179 src/vfs/sftpfs/file.c             g_free (name);
name              184 src/vfs/sftpfs/file.c     g_free (name);
name              132 src/vfs/sftpfs/sftpfs.c         char *name;
name              136 src/vfs/sftpfs/sftpfs.c         name = g_path_get_dirname (path_super);
name              137 src/vfs/sftpfs/sftpfs.c         dir = vfs_s_find_inode (me, super, name, LINK_FOLLOW, FL_DIR);
name              138 src/vfs/sftpfs/sftpfs.c         g_free (name);
name              142 src/vfs/sftpfs/sftpfs.c         name = g_path_get_basename (path_super);
name              143 src/vfs/sftpfs/sftpfs.c         ent = vfs_s_generate_entry (me, name, dir, 0755);
name              144 src/vfs/sftpfs/sftpfs.c         g_free (name);
name              667 src/vfs/sftpfs/sftpfs.c         GString *name;
name              669 src/vfs/sftpfs/sftpfs.c         name = vfs_path_element_build_pretty_path_str (super->path_element);
name              671 src/vfs/sftpfs/sftpfs.c         func (name->str);
name              672 src/vfs/sftpfs/sftpfs.c         g_string_free (name, TRUE);
name              715 src/vfs/sftpfs/sftpfs.c     arch->base.name = g_strdup (PATH_SEP_STR);
name              385 src/vfs/shell/shell.c         vfs_print_message (_("shell: Disconnecting from %s"), super->name ? super->name : "???");
name              648 src/vfs/shell/shell.c     super->name =
name              652 src/vfs/shell/shell.c     super->name = g_strdup (PATH_SEP_STR);
name              804 src/vfs/shell/shell.c                 ent->name = g_strndup (filename, filename_bound - filename);
name              805 src/vfs/shell/shell.c                 temp = ent->name;
name              806 src/vfs/shell/shell.c                 ent->name = strutils_shell_unescape (ent->name);
name              829 src/vfs/shell/shell.c                 ent->name = g_strndup (filename, filename_bound - filename);
name              830 src/vfs/shell/shell.c                 temp = ent->name;
name              831 src/vfs/shell/shell.c                 ent->name = strutils_shell_unescape (ent->name);
name              961 src/vfs/shell/shell.c         else if (ent->name != NULL)
name              972 src/vfs/shell/shell.c         vfs_print_message (_("%s: done."), me->name);
name              979 src/vfs/shell/shell.c     vfs_print_message (_("%s: failure"), me->name);
name              986 src/vfs/shell/shell.c shell_file_store (struct vfs_class *me, vfs_file_handler_t * fh, char *name, char *localname)
name             1036 src/vfs/shell/shell.c     quoted_name = strutils_shell_escape (name);
name             1102 src/vfs/shell/shell.c     char *name;
name             1105 src/vfs/shell/shell.c     name = vfs_s_fullpath (me, fh->ino);
name             1106 src/vfs/shell/shell.c     if (name == NULL)
name             1108 src/vfs/shell/shell.c     quoted_name = strutils_shell_escape (name);
name             1109 src/vfs/shell/shell.c     g_free (name);
name             1688 src/vfs/shell/shell.c             tmp_handle = vfs_mkstemps (&vpath, me->name, fh->ino->ent->name);
name             1717 src/vfs/shell/shell.c         char *name;
name             1738 src/vfs/shell/shell.c         name =
name             1742 src/vfs/shell/shell.c         func (name);
name             1743 src/vfs/shell/shell.c         g_free (name);
name               77 src/vfs/tar/tar-internal.h     char name[100];             /*   0 */
name              143 src/vfs/tar/tar-internal.h     char name[100];             /*   0 */
name              410 src/vfs/tar/tar.c         if (header->header.name[sizeof (header->header.name) - 1] != '\0')
name              411 src/vfs/tar/tar.c             len = sizeof (header->header.name);
name              413 src/vfs/tar/tar.c             len = strlen (header->header.name);
name              415 src/vfs/tar/tar.c         if (len != 0 && IS_PATH_SEP (header->header.name[len - 1]))
name              761 src/vfs/tar/tar.c             s2 = g_strndup (h->name, sizeof (h->name));
name              914 src/vfs/tar/tar.c     archive->name = g_strdup (vfs_path_as_str (vpath));
name              918 src/vfs/tar/tar.c     type = get_compression_type (result, archive->name);
name              927 src/vfs/tar/tar.c         s = g_strconcat (archive->name, decompress_extension (type), (char *) NULL);
name              936 src/vfs/tar/tar.c             MC_PTR_FREE (archive->name);
name             1069 src/vfs/tar/tar.c     if (strcmp (parc->name, vfs_path_as_str (vpath)) != 0)
name              338 src/vfs/undelfs/undelfs.c     class_name = vfs_path_get_last_path_vfs (vpath)->name;
name              332 tests/lib/vfs/vfs_parse_ls_lga.c          &ent1->name, &ent1->ino->linkname, &filepos);
name              340 tests/lib/vfs/vfs_parse_ls_lga.c                       &ent2->ino->st, &ent2->name, &ent2->ino->linkname, &filepos);
name              347 tests/lib/vfs/vfs_parse_ls_lga.c                       &ent3->ino->st, &ent3->name, &ent3->ino->linkname, &filepos);
name              355 tests/lib/vfs/vfs_parse_ls_lga.c     mctest_assert_str_eq (ent1->name, "     build_root1");
name              356 tests/lib/vfs/vfs_parse_ls_lga.c     mctest_assert_str_eq (ent2->name, "   build_root2");
name              366 tests/lib/vfs/vfs_parse_ls_lga.c     &ent[ent_index]->ino->st, &ent[ent_index]->name, &ent[ent_index]->ino->linkname, &filepos))\
name              397 tests/lib/vfs/vfs_parse_ls_lga.c     mctest_assert_str_eq (ent[0]->name, "build_root1");
name              398 tests/lib/vfs/vfs_parse_ls_lga.c     mctest_assert_str_eq (ent[0]->name, "build_root1");
name              399 tests/lib/vfs/vfs_parse_ls_lga.c     mctest_assert_str_eq (ent[1]->name, "   build_root2");
name              400 tests/lib/vfs/vfs_parse_ls_lga.c     mctest_assert_str_eq (ent[3]->name, " build_root 0");
name               55 tests/lib/vfs/vfs_s_get_path.c     super->name = g_strdup (vfs_path_as_str (vpath));
name              139 tests/lib/vfs/vfs_s_get_path.c     mctest_assert_str_eq (archive->name, "/" ETALON_VFS_URL_NAME ARCH_NAME);
name              260 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c yaml_dump_string (const char *name, const char *val)
name              265 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("  %s: %s\n", name, q);
name               50 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     super->name = g_strdup (PATH_SEP_STR);
name               90 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     const char *name;
name              108 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     char *name;
name              114 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     name = g_strdup_printf ("%s/%s_list.input", TEST_DATA_DIR, data->name);
name              115 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     input = read_list (name);
name              116 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     g_free (name);
name              119 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     name = g_strdup_printf ("%s/%s_list.output", TEST_DATA_DIR, data->name);
name              120 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     output = read_list (name);
name              121 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     g_free (name);
name              130 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c         mctest_assert_str_eq (VFS_ENTRY (parsed_iter->data)->name, (char *) output_iter->data);