d 380 lib/util.c char *d; d 384 lib/util.c d = x + sizeof (x) - 1; d 385 lib/util.c *d-- = '\0'; d 389 lib/util.c *d-- = *p--; d 394 lib/util.c *d-- = ','; d 397 lib/util.c *d-- = *p--; d 399 lib/util.c d++; d 400 lib/util.c if (*d == ',') d 401 lib/util.c d++; d 402 lib/util.c return d; d 581 lib/util.c const char *d; d 583 lib/util.c d = strrchr (filename, '.'); d 585 lib/util.c return d != NULL ? d + 1 : ""; d 522 lib/vfs/parse_ls_vga.c int d[3]; d 588 lib/vfs/parse_ls_vga.c if (sscanf (p, "%2d-%2d-%d", &d[0], &d[1], &d[2]) != 3) d 592 lib/vfs/parse_ls_vga.c if (d[0] > 0) d 593 lib/vfs/parse_ls_vga.c d[0]--; d 595 lib/vfs/parse_ls_vga.c if (d[2] > 1900) d 596 lib/vfs/parse_ls_vga.c d[2] -= 1900; d 597 lib/vfs/parse_ls_vga.c else if (d[2] < 70) d 599 lib/vfs/parse_ls_vga.c d[2] += 100; d 601 lib/vfs/parse_ls_vga.c tim.tm_mon = d[0]; d 602 lib/vfs/parse_ls_vga.c tim.tm_mday = d[1]; d 603 lib/vfs/parse_ls_vga.c tim.tm_year = d[2]; d 540 lib/vfs/vfs.c vfs_dirent_init (struct vfs_dirent *d, const char *fname, ino_t ino) d 542 lib/vfs/vfs.c struct vfs_dirent *ret = d; d 565 lib/vfs/vfs.c vfs_dirent_assign (struct vfs_dirent *d, const char *fname, ino_t ino) d 567 lib/vfs/vfs.c g_string_assign (d->d_name_str, fname); d 568 lib/vfs/vfs.c d->d_name = d->d_name_str->str; d 569 lib/vfs/vfs.c d->d_ino = ino; d 580 lib/vfs/vfs.c vfs_dirent_free (struct vfs_dirent *d) d 582 lib/vfs/vfs.c g_string_free (d->d_name_str, TRUE); d 583 lib/vfs/vfs.c g_free (d); d 278 lib/vfs/vfs.h struct vfs_dirent *vfs_dirent_init (struct vfs_dirent *d, const char *fname, ino_t ino); d 279 lib/vfs/vfs.h void vfs_dirent_assign (struct vfs_dirent *d, const char *fname, ino_t ino); d 280 lib/vfs/vfs.h void vfs_dirent_free (struct vfs_dirent *d); d 117 lib/widget/dialog-switch.c dialog_switch_resize (WDialog * d) d 119 lib/widget/dialog-switch.c if (widget_get_state (WIDGET (d), WST_ACTIVE)) d 120 lib/widget/dialog-switch.c send_message (d, NULL, MSG_RESIZE, 0, NULL); d 122 lib/widget/dialog-switch.c GROUP (d)->winch_pending = TRUE; d 347 lib/widget/dialog-switch.c GList *d; d 361 lib/widget/dialog-switch.c for (d = g_list_last (top_dlg); d != NULL; d = g_list_previous (d)) d 362 lib/widget/dialog-switch.c dialog_switch_resize (DIALOG (d->data)); d 477 lib/widget/dialog.c GList *d = top_dlg; d 481 lib/widget/dialog.c if (d != NULL) d 482 lib/widget/dialog.c widget_draw (WIDGET (d->data)); d 487 lib/widget/dialog.c for (; d != NULL; d = g_list_next (d)) d 488 lib/widget/dialog.c if ((WIDGET (d->data)->pos_flags & WPOS_FULLSCREEN) != 0) d 493 lib/widget/dialog.c if (d == NULL) d 494 lib/widget/dialog.c d = g_list_last (top_dlg); d 497 lib/widget/dialog.c for (; d != NULL; d = g_list_previous (d)) d 498 lib/widget/dialog.c widget_draw (WIDGET (d->data)); d 108 lib/widget/dialog.h int dlg_run (WDialog * d); d 70 lib/widget/frame.c int d = f->compact ? 0 : 1; d 80 lib/widget/frame.c tty_draw_box (w->y + d, w->x + d, w->lines - 2 * d, w->cols - 2 * d, f->single); d 86 lib/widget/frame.c widget_gotoyx (f, d, (w->cols - str_term_width1 (f->title)) / 2); d 827 lib/widget/group.c GList *d; d 834 lib/widget/group.c d = g_list_find (g->widgets, ww); d 835 lib/widget/group.c if (d == g->current) d 838 lib/widget/group.c g->widgets = g_list_delete_link (g->widgets, d); d 124 lib/widget/history.c WDialog *d = DIALOG (w); d 129 lib/widget/history.c d->ret_value = B_VIEW; d 132 lib/widget/history.c d->ret_value = B_EDIT; d 135 lib/widget/history.c d->ret_value = B_ENTER; d 141 lib/widget/history.c dlg_stop (d); d 10 lib/widget/listbox-window.h #define LISTBOX_APPEND_TEXT(l,h,t,d,f) \ d 11 lib/widget/listbox-window.h listbox_add_item (l->list, LISTBOX_APPEND_AT_END, h, t, d, f) d 127 lib/widget/wtools.c WDialog *d; d 132 lib/widget/wtools.c d = last_query_dlg; d 135 lib/widget/wtools.c send_message (d, NULL, MSG_RESIZE, 0, NULL); d 137 lib/widget/wtools.c dlg_init (d); d 140 lib/widget/wtools.c return d; d 152 lib/widget/wtools.c WDialog *d; d 154 lib/widget/wtools.c d = do_create_message (flags, title, text); d 156 lib/widget/wtools.c dlg_run_done (d); d 157 lib/widget/wtools.c widget_destroy (WIDGET (d)); d 395 lib/widget/wtools.c WDialog *d; d 402 lib/widget/wtools.c d = do_create_message (flags, title, p); d 405 lib/widget/wtools.c return d; d 1872 src/diffviewer/ydiff.c int d = 1; d 1875 src/diffviewer/ydiff.c d++; d 1876 src/diffviewer/ydiff.c return d; d 2971 src/diffviewer/ydiff.c Widget *d = WIDGET (dview); d 2974 src/diffviewer/ydiff.c b = find_buttonbar (DIALOG (d->owner)); d 2976 src/diffviewer/ydiff.c buttonbar_set_label (b, 1, Q_ ("ButtonBar|Help"), d->keymap, d); d 2977 src/diffviewer/ydiff.c buttonbar_set_label (b, 2, Q_ ("ButtonBar|Save"), d->keymap, d); d 2978 src/diffviewer/ydiff.c buttonbar_set_label (b, 4, Q_ ("ButtonBar|Edit"), d->keymap, d); d 2979 src/diffviewer/ydiff.c buttonbar_set_label (b, 5, Q_ ("ButtonBar|Merge"), d->keymap, d); d 2980 src/diffviewer/ydiff.c buttonbar_set_label (b, 7, Q_ ("ButtonBar|Search"), d->keymap, d); d 2981 src/diffviewer/ydiff.c buttonbar_set_label (b, 9, Q_ ("ButtonBar|Options"), d->keymap, d); d 2982 src/diffviewer/ydiff.c buttonbar_set_label (b, 10, Q_ ("ButtonBar|Quit"), d->keymap, d); d 1523 src/editor/edit.c int i = 1, inc = -1, c, d, n = 0; d 1534 src/editor/edit.c d = p[1]; d 1563 src/editor/edit.c i += (a == c) - (a == d); d 2373 src/editor/edit.c long d; d 2376 src/editor/edit.c d = edit->undo_stack[(sp - 2) & edit->undo_stack_size_mask]; d 2377 src/editor/edit.c if (d == c && edit->undo_stack[spm1] > -1000000000) d 2386 src/editor/edit.c d = edit->undo_stack[spm1]; d 2387 src/editor/edit.c if (d == c) d 2452 src/editor/edit.c long d; d 2455 src/editor/edit.c d = edit->redo_stack[(sp - 2) & edit->redo_stack_size_mask]; d 2456 src/editor/edit.c if (d == c && edit->redo_stack[spm1] > -1000000000) d 2465 src/editor/edit.c d = edit->redo_stack[spm1]; d 2466 src/editor/edit.c if (d == c) d 472 src/editor/editcmd.c long b, c, d; d 477 src/editor/editcmd.c d = (long) edit_move_forward3 (edit, edit_buffer_get_bol (&edit->buffer, m2), 0, m2); d 478 src/editor/editcmd.c b = MAX (MIN (c, d), MIN (edit->column1, edit->column2)); d 251 src/editor/syntax.c int c, d, j; d 315 src/editor/syntax.c d = c; d 329 src/editor/syntax.c if (p[1] == d) d 583 src/editor/syntax.c off_t d = SYNTAX_MARKER_DENSITY; d 588 src/editor/syntax.c d += ((syntax_marker_t *) edit->syntax_marker->data)->offset; d 590 src/editor/syntax.c if (i > d) d 191 src/filemanager/boxes.c WDialog *d = DIALOG (w); d 192 src/filemanager/boxes.c const WRect *wd = &WIDGET (d->data)->rect; d 284 src/filemanager/cd.c char *d; d 286 src/filemanager/cd.c d = vfs_path_to_str_flags (q_vpath, 0, VPF_STRIP_PASSWORD); d 287 src/filemanager/cd.c message (D_ERROR, MSG_ERROR, _("Cannot chdir to \"%s\"\n%s"), d, d 289 src/filemanager/cd.c g_free (d); d 337 src/filemanager/cmd.c vfs_path_t *s, *d; d 344 src/filemanager/cmd.c d = vfs_path_append_new (other_panel->cwd_vpath, fname, (char *) NULL); d 346 src/filemanager/cmd.c d = vfs_path_from_str (fname); d 358 src/filemanager/cmd.c symlink_box (s, d, &dest, &src); d 359 src/filemanager/cmd.c vfs_path_free (d, TRUE); d 1203 src/filemanager/file.c const char *s, const char *d) d 1212 src/filemanager/file.c dst_vpath = vfs_path_from_str (d); d 1244 src/filemanager/file.c if (check_same_file (s, &src_stat, d, &dst_stat, &return_status)) d 1249 src/filemanager/file.c message (D_ERROR, MSG_ERROR, _("Cannot overwrite directory \"%s\""), d); d 1257 src/filemanager/file.c return_status = query_replace (ctx, s, &src_stat, d, &dst_stat); d 1304 src/filemanager/file.c return_status = files_error (_("Cannot move file \"%s\" to \"%s\"\n%s"), s, d); d 1329 src/filemanager/file.c return_status = copy_file_file (tctx, ctx, s, d); d 1486 src/filemanager/file.c struct vfs_dirent *d; d 1494 src/filemanager/file.c while ((d = mc_readdir (dir)) != NULL) d 1575 src/filemanager/file.c const char *s, const char *d) d 1584 src/filemanager/file.c dst_vpath = vfs_path_from_str (d); d 1602 src/filemanager/file.c if (dstat_ok && check_same_file (s, &src_stat, d, &dst_stat, &return_status)) d 1618 src/filemanager/file.c d = vfs_path_as_str (dst_vpath); d 1637 src/filemanager/file.c return_status = copy_dir_dir (tctx, ctx, s, d, FALSE, TRUE, TRUE, NULL); d 1648 src/filemanager/file.c return_status = file_error (TRUE, _("Cannot overwrite directory \"%s\"\n%s"), d); d 1650 src/filemanager/file.c return_status = file_error (TRUE, _("Cannot overwrite file \"%s\"\n%s"), d); d 1671 src/filemanager/file.c return_status = files_error (_("Cannot move directory \"%s\" to \"%s\"\n%s"), s, d); d 1692 src/filemanager/file.c return_status = copy_dir_dir (tctx, ctx, s, d, FALSE, FALSE, TRUE, NULL); d 2768 src/filemanager/file.c copy_dir_dir (file_op_total_context_t * tctx, file_op_context_t * ctx, const char *s, const char *d, d 2780 src/filemanager/file.c dst_vpath = vfs_path_from_str (d); d 2886 src/filemanager/file.c file_error (TRUE, _("Destination \"%s\" must be a directory\n%s"), d); d 2908 src/filemanager/file.c d = vfs_path_as_str (dst_vpath); d 2919 src/filemanager/file.c file_error (TRUE, _("Cannot create target directory \"%s\"\n%s"), d); d 2943 src/filemanager/file.c return_status = file_error (TRUE, _("Cannot chown target directory \"%s\"\n%s"), d); d 2977 src/filemanager/file.c mdpath = mc_build_filename (d, next->d_name, (char *) NULL); d 2992 src/filemanager/file.c dest_file = mc_build_filename (d, x_basename (path), (char *) NULL); d 3052 src/filemanager/file.c move_dir_dir (file_op_total_context_t * tctx, file_op_context_t * ctx, const char *s, const char *d) d 3054 src/filemanager/file.c return do_move_dir_dir (NULL, tctx, ctx, s, d); d 47 src/filemanager/file.h const char *s, const char *d); d 49 src/filemanager/file.h const char *s, const char *d, d 869 src/filemanager/filemanager.c char *d; d 872 src/filemanager/filemanager.c d = _vfs_get_cwd (); d 874 src/filemanager/filemanager.c vpath = vfs_path_from_str (d); d 878 src/filemanager/filemanager.c g_free (d); d 1030 src/filemanager/filemanager.c char *d; d 1032 src/filemanager/filemanager.c d = g_path_get_dirname (s); d 1033 src/filemanager/filemanager.c s_vpath = vfs_path_from_str (d); d 1036 src/filemanager/filemanager.c g_free (d); d 1223 src/filemanager/find.c char *d; d 1225 src/filemanager/find.c d = strstr (dir, *ignore_dir); d 1226 src/filemanager/find.c if (d != NULL && IS_PATH_SEP (d[-1]) d 1227 src/filemanager/find.c && (d[ilen] == '\0' || IS_PATH_SEP (d[ilen]))) d 830 src/filemanager/mountlist.c struct dirent *d; d 832 src/filemanager/mountlist.c while ((d = readdir (dirp)) != NULL) d 837 src/filemanager/mountlist.c if (DIR_IS_DOT (d->d_name)) d 840 src/filemanager/mountlist.c if (DIR_IS_DOTDOT (d->d_name)) d 843 src/filemanager/mountlist.c name = g_strconcat (PATH_SEP_STR, d->d_name, (char *) NULL); d 129 src/help.c char *d = local_text; d 134 src/help.c while (*d != '\0') d 136 src/help.c if (*d == '\n') d 137 src/help.c *d = ' '; d 138 src/help.c str_next_char (&d); d 142 src/help.c for (d = local_text; *e; e++) d 144 src/help.c if (*d == *e) d 145 src/help.c d++; d 147 src/help.c d = local_text; d 148 src/help.c if (*d == '\0') d 168 src/help.c const char *d = text; d 174 src/help.c if (*d == *e) d 175 src/help.c d++; d 177 src/help.c d = text; d 178 src/help.c if (*d == '\0') d 84 src/learn.c WDialog *d; d 89 src/learn.c d = create_message (D_ERROR, _("Teach me a key"), d 124 src/learn.c dlg_run_done (d); d 125 src/learn.c widget_destroy (WIDGET (d)); d 126 src/vfs/local/local.c struct dirent *d; d 128 src/vfs/local/local.c d = readdir (*(DIR **) data); d 130 src/vfs/local/local.c return (d != NULL ? vfs_dirent_init (NULL, d->d_name, d->d_ino) : NULL); d 33 tests/lib/search/regex_replace_esc_seq.c #define test_helper_check_valid_data( a, b, c, d, e, f ) \ d 36 tests/lib/search/regex_replace_esc_seq.c ck_assert_msg (c == d, "skip_len(%d) != %d", c, d); \