d 368 lib/util.c char *d; d 372 lib/util.c d = x + sizeof (x) - 1; d 373 lib/util.c *d-- = '\0'; d 377 lib/util.c *d-- = *p--; d 382 lib/util.c *d-- = ','; d 385 lib/util.c *d-- = *p--; d 387 lib/util.c d++; d 388 lib/util.c if (*d == ',') d 389 lib/util.c d++; d 390 lib/util.c return d; d 584 lib/util.c const char *d; d 586 lib/util.c d = strrchr (filename, '.'); d 588 lib/util.c return d != NULL ? d + 1 : ""; d 524 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 524 lib/vfs/vfs.c vfs_dirent_init (struct vfs_dirent *d, const char *fname, ino_t ino, unsigned char type) d 526 lib/vfs/vfs.c struct vfs_dirent *ret = d; d 549 lib/vfs/vfs.c vfs_dirent_assign (struct vfs_dirent *d, const char *fname, ino_t ino, unsigned char type) d 551 lib/vfs/vfs.c g_string_assign (d->d_name_str, fname); d 552 lib/vfs/vfs.c d->d_name = d->d_name_str->str; d 553 lib/vfs/vfs.c d->d_len = d->d_name_str->len; d 554 lib/vfs/vfs.c d->d_ino = ino; d 555 lib/vfs/vfs.c d->d_type = type; d 566 lib/vfs/vfs.c vfs_dirent_free (struct vfs_dirent *d) d 568 lib/vfs/vfs.c g_string_free (d->d_name_str, TRUE); d 569 lib/vfs/vfs.c g_free (d); d 283 lib/vfs/vfs.h struct vfs_dirent *vfs_dirent_init (struct vfs_dirent *d, const char *fname, ino_t ino, d 285 lib/vfs/vfs.h void vfs_dirent_assign (struct vfs_dirent *d, const char *fname, ino_t ino, unsigned char type); d 286 lib/vfs/vfs.h void vfs_dirent_free (struct vfs_dirent *d); d 123 lib/widget/dialog-switch.c dialog_switch_resize (WDialog *d) d 125 lib/widget/dialog-switch.c if (widget_get_state (WIDGET (d), WST_ACTIVE)) d 126 lib/widget/dialog-switch.c send_message (d, NULL, MSG_RESIZE, 0, NULL); d 128 lib/widget/dialog-switch.c GROUP (d)->winch_pending = TRUE; d 335 lib/widget/dialog-switch.c GList *d = top_dlg; d 338 lib/widget/dialog-switch.c for (; d != NULL; d = g_list_next (d)) d 339 lib/widget/dialog-switch.c if ((WIDGET (d->data)->pos_flags & WPOS_FULLSCREEN) != 0) d 344 lib/widget/dialog-switch.c if (d == NULL) d 345 lib/widget/dialog-switch.c d = g_list_last (top_dlg); d 348 lib/widget/dialog-switch.c for (; d != NULL; d = g_list_previous (d)) d 349 lib/widget/dialog-switch.c widget_draw (WIDGET (d->data)); d 386 lib/widget/dialog-switch.c GList *d; d 408 lib/widget/dialog-switch.c for (d = g_list_last (top_dlg); d != NULL; d = g_list_previous (d)) d 409 lib/widget/dialog-switch.c dialog_switch_resize (DIALOG (d->data)); d 111 lib/widget/dialog.h int dlg_run (WDialog *d); d 72 lib/widget/frame.c int d = f->compact ? 0 : 1; d 83 lib/widget/frame.c tty_draw_box (w->y + d, w->x + d, w->lines - 2 * d, w->cols - 2 * d, f->single); d 89 lib/widget/frame.c widget_gotoyx (f, d, (w->cols - str_term_width1 (f->title)) / 2); d 829 lib/widget/group.c GList *d; d 836 lib/widget/group.c d = g_list_find (g->widgets, ww); d 837 lib/widget/group.c if (d == g->current) d 840 lib/widget/group.c g->widgets = g_list_delete_link (g->widgets, d); d 135 lib/widget/history.c WDialog *d = DIALOG (w); d 140 lib/widget/history.c d->ret_value = B_VIEW; d 143 lib/widget/history.c d->ret_value = B_EDIT; d 146 lib/widget/history.c d->ret_value = B_ENTER; d 152 lib/widget/history.c dlg_close (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 357 lib/widget/wtools.c WDialog *d; d 365 lib/widget/wtools.c d = last_query_dlg; d 368 lib/widget/wtools.c send_message (d, NULL, MSG_RESIZE, 0, NULL); d 370 lib/widget/wtools.c dlg_init (d); d 373 lib/widget/wtools.c return d; d 1797 src/diffviewer/ydiff.c int d = 1; d 1800 src/diffviewer/ydiff.c d++; d 1801 src/diffviewer/ydiff.c return d; d 2895 src/diffviewer/ydiff.c Widget *d = WIDGET (dview); d 2898 src/diffviewer/ydiff.c b = buttonbar_find (DIALOG (d->owner)); d 2900 src/diffviewer/ydiff.c buttonbar_set_label (b, 1, Q_ ("ButtonBar|Help"), d->keymap, d); d 2901 src/diffviewer/ydiff.c buttonbar_set_label (b, 2, Q_ ("ButtonBar|Save"), d->keymap, d); d 2902 src/diffviewer/ydiff.c buttonbar_set_label (b, 4, Q_ ("ButtonBar|Edit"), d->keymap, d); d 2903 src/diffviewer/ydiff.c buttonbar_set_label (b, 5, Q_ ("ButtonBar|Merge"), d->keymap, d); d 2904 src/diffviewer/ydiff.c buttonbar_set_label (b, 7, Q_ ("ButtonBar|Search"), d->keymap, d); d 2905 src/diffviewer/ydiff.c buttonbar_set_label (b, 9, Q_ ("ButtonBar|Options"), d->keymap, d); d 2906 src/diffviewer/ydiff.c buttonbar_set_label (b, 10, Q_ ("ButtonBar|Quit"), d->keymap, d); d 1526 src/editor/edit.c int i = 1, inc = -1, c, d, n = 0; d 1537 src/editor/edit.c d = p[1]; d 1566 src/editor/edit.c i += (a == c) - (a == d); d 2391 src/editor/edit.c long d; d 2395 src/editor/edit.c d = edit->undo_stack[(sp - 2) & edit->undo_stack_size_mask]; d 2396 src/editor/edit.c if (d == c && edit->undo_stack[spm1] > -1000000000) d 2405 src/editor/edit.c d = edit->undo_stack[spm1]; d 2406 src/editor/edit.c if (d == c) d 2472 src/editor/edit.c long d; d 2476 src/editor/edit.c d = edit->redo_stack[(sp - 2) & edit->redo_stack_size_mask]; d 2477 src/editor/edit.c if (d == c && edit->redo_stack[spm1] > -1000000000) d 2486 src/editor/edit.c d = edit->redo_stack[spm1]; d 2487 src/editor/edit.c if (d == c) d 463 src/editor/editcmd.c long b, c, d; d 469 src/editor/editcmd.c d = (long) edit_move_forward3 (edit, r, 0, m2); d 470 src/editor/editcmd.c b = MAX (MIN (c, d), MIN (edit->column1, edit->column2)); d 269 src/editor/syntax.c int c, d, j; d 336 src/editor/syntax.c d = c; d 351 src/editor/syntax.c if (p[1] == d) d 618 src/editor/syntax.c off_t d = SYNTAX_MARKER_DENSITY; d 623 src/editor/syntax.c d += ((syntax_marker_t *) edit->syntax_marker->data)->offset; d 625 src/editor/syntax.c if (i > d) d 184 src/filemanager/boxes.c WDialog *d = DIALOG (w); d 185 src/filemanager/boxes.c const WRect *wd = &WIDGET (d->data.p)->rect; d 285 src/filemanager/cd.c char *d; d 287 src/filemanager/cd.c d = vfs_path_to_str_flags (q_vpath, 0, VPF_STRIP_PASSWORD); d 288 src/filemanager/cd.c cd_error_message (d); d 289 src/filemanager/cd.c g_free (d); d 328 src/filemanager/cmd.c vfs_path_t *s, *d; d 335 src/filemanager/cmd.c d = vfs_path_append_new (other_panel->cwd_vpath, fname, (char *) NULL); d 337 src/filemanager/cmd.c d = vfs_path_from_str (fname); d 349 src/filemanager/cmd.c symlink_box (s, d, &dest, &src); d 350 src/filemanager/cmd.c vfs_path_free (d, TRUE); d 1213 src/filemanager/file.c move_file_file (const WPanel *panel, file_op_context_t *ctx, const char *s, const char *d) d 1222 src/filemanager/file.c dst_vpath = vfs_path_from_str (d); d 1254 src/filemanager/file.c if (check_same_file (ctx, s, &src_stat, d, &dst_stat, &return_status)) d 1259 src/filemanager/file.c message (D_ERROR, MSG_ERROR, _ ("Cannot overwrite directory \"%s\""), d); d 1267 src/filemanager/file.c return_status = query_replace (ctx, s, &src_stat, d, &dst_stat); d 1310 src/filemanager/file.c return_status = files_error (ctx, TRUE, _("Cannot move file\n%s\nto\n%s"), s, d); d 1334 src/filemanager/file.c return_status = copy_file_file (ctx, s, d); d 1507 src/filemanager/file.c struct vfs_dirent *d; d 1530 src/filemanager/file.c for (d = mc_readdir (dir); d != NULL; d = mc_readdir (dir)) d 1531 src/filemanager/file.c if (!DIR_IS_DOT (d->d_name) && !DIR_IS_DOTDOT (d->d_name)) d 1614 src/filemanager/file.c do_move_dir_dir (const WPanel *panel, file_op_context_t *ctx, const char *s, const char *d) d 1623 src/filemanager/file.c dst_vpath = vfs_path_from_str (d); d 1641 src/filemanager/file.c if (dstat_ok && check_same_file (ctx, s, &src_stat, d, &dst_stat, &return_status)) d 1657 src/filemanager/file.c d = vfs_path_as_str (dst_vpath); d 1675 src/filemanager/file.c return_status = copy_dir_dir (ctx, s, d, FALSE, TRUE, TRUE, NULL); d 1686 src/filemanager/file.c return_status = file_error (ctx, TRUE, _ ("Cannot overwrite directory\n%s"), d); d 1688 src/filemanager/file.c return_status = file_error (ctx, TRUE, _ ("Cannot overwrite file\n%s"), d); d 1709 src/filemanager/file.c return_status = files_error (ctx, TRUE, _ ("Cannot move directory\n%s\nto\n%s"), s, d); d 1729 src/filemanager/file.c return_status = copy_dir_dir (ctx, s, d, FALSE, FALSE, TRUE, NULL); d 3000 src/filemanager/file.c copy_dir_dir (file_op_context_t *ctx, const char *s, const char *d, gboolean toplevel, d 3014 src/filemanager/file.c dst_vpath = vfs_path_from_str (d); d 3146 src/filemanager/file.c file_error (ctx, TRUE, _ ("Destination\n%s\nmust be a directory\n%s"), d); d 3167 src/filemanager/file.c d = vfs_path_as_str (dst_vpath); d 3177 src/filemanager/file.c return_status = file_error (ctx, TRUE, _ ("Cannot create target directory\n%s"), d); d 3201 src/filemanager/file.c return_status = file_error (ctx, TRUE, _ ("Cannot chown target directory\n%s"), d); d 3235 src/filemanager/file.c mdpath = mc_build_filename (d, next->d_name, (char *) NULL); d 3249 src/filemanager/file.c dest_file = mc_build_filename (d, x_basename (path), (char *) NULL); d 3313 src/filemanager/file.c move_dir_dir (file_op_context_t *ctx, const char *s, const char *d) d 3315 src/filemanager/file.c return do_move_dir_dir (NULL, ctx, s, d); d 46 src/filemanager/file.h FileProgressStatus move_dir_dir (file_op_context_t *ctx, const char *s, const char *d); d 47 src/filemanager/file.h FileProgressStatus copy_dir_dir (file_op_context_t *ctx, const char *s, const char *d, d 841 src/filemanager/filemanager.c char *d; d 844 src/filemanager/filemanager.c d = vfs_get_cwd (); d 846 src/filemanager/filemanager.c vpath = vfs_path_from_str (d); d 850 src/filemanager/filemanager.c g_free (d); d 1002 src/filemanager/filemanager.c char *d; d 1004 src/filemanager/filemanager.c d = g_path_get_dirname (s); d 1005 src/filemanager/filemanager.c s_vpath = vfs_path_from_str (d); d 1008 src/filemanager/filemanager.c g_free (d); d 1172 src/filemanager/find.c char *d; d 1174 src/filemanager/find.c d = strstr (dir, *ignore_dir); d 1175 src/filemanager/find.c if (d != NULL && IS_PATH_SEP (d[-1]) && (d[ilen] == '\0' || IS_PATH_SEP (d[ilen]))) d 811 src/filemanager/mountlist.c struct dirent *d; d 813 src/filemanager/mountlist.c while ((d = readdir (dirp)) != NULL) d 818 src/filemanager/mountlist.c if (DIR_IS_DOT (d->d_name)) d 821 src/filemanager/mountlist.c if (DIR_IS_DOTDOT (d->d_name)) d 824 src/filemanager/mountlist.c name = g_strconcat (PATH_SEP_STR, d->d_name, (char *) NULL); d 139 src/help.c char *d; d 146 src/help.c for (d = local_text; *d != '\0'; str_next_char (&d)) d 147 src/help.c if (*d == '\n') d 148 src/help.c *d = ' '; d 151 src/help.c for (d = local_text; *e != '\0'; e++) d 153 src/help.c if (*d == *e) d 154 src/help.c d++; d 156 src/help.c d = local_text; d 157 src/help.c if (*d == '\0') d 179 src/help.c const char *d = text; d 184 src/help.c if (*d == *e) d 185 src/help.c d++; d 187 src/help.c d = text; d 188 src/help.c if (*d == '\0') d 87 src/learn.c WDialog *d; d 92 src/learn.c d = create_message (D_ERROR, _ ("Teach me a key"), d 128 src/learn.c dlg_run_done (d); d 129 src/learn.c widget_destroy (WIDGET (d)); d 129 src/vfs/local/local.c struct dirent *d; d 132 src/vfs/local/local.c d = readdir (*(DIR **) data); d 134 src/vfs/local/local.c if (d == NULL) d 138 src/vfs/local/local.c type = d->d_type; d 143 src/vfs/local/local.c return vfs_dirent_init (NULL, d->d_name, d->d_ino, type); 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); \