vfs_path_equal_len   97 lib/vfs/path.h gboolean vfs_path_equal_len (const vfs_path_t * vpath1, const vfs_path_t * vpath2, size_t len);
vfs_path_equal_len 5409 src/filemanager/panel.c         if (vfs_path_equal_len (new_dir_vpath, panel->panelized_descr->root_vpath, new_vpath_len))
vfs_path_equal_len  321 src/filemanager/tree.c                 if (vfs_path_equal_len (current->name, tree->selected_ptr->name, j))
vfs_path_equal_len  327 src/filemanager/tree.c                 if (j > 1 && vfs_path_equal_len (current->name, tree->selected_ptr->name, j))
vfs_path_equal_len  407 src/filemanager/tree.c                     if (vfs_path_equal_len (current->name, tree->selected_ptr->name,
vfs_path_equal_len  418 src/filemanager/tree.c                     if (vfs_path_equal_len (current->name, tree->selected_ptr->name, j))
vfs_path_equal_len  424 src/filemanager/tree.c                     if (vfs_path_equal_len (current->name, tree->selected_ptr->name,
vfs_path_equal_len  712 src/filemanager/treestore.c     while (current != NULL && vfs_path_equal_len (current->name, base->name, len))
vfs_path_equal_len  781 src/filemanager/treestore.c              current != NULL && vfs_path_equal_len (current->name, base->name, len);
vfs_path_equal_len  835 src/filemanager/treestore.c          current != NULL && vfs_path_equal_len (current->name, ts.check_name, len);
vfs_path_equal_len  871 src/filemanager/treestore.c     while (current != NULL && vfs_path_equal_len (current->name, ts.check_name, len))
vfs_path_equal_len  223 tests/lib/vfs/path_cmp.c     actual_result = vfs_path_equal_len (vpath1, vpath2, data->input_length);