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 520 lib/vfs/parse_ls_vga.c int d[3]; d 586 lib/vfs/parse_ls_vga.c if (sscanf (p, "%2d-%2d-%d", &d[0], &d[1], &d[2]) != 3) d 590 lib/vfs/parse_ls_vga.c if (d[0] > 0) d 591 lib/vfs/parse_ls_vga.c d[0]--; d 593 lib/vfs/parse_ls_vga.c if (d[2] > 1900) d 594 lib/vfs/parse_ls_vga.c d[2] -= 1900; d 595 lib/vfs/parse_ls_vga.c else if (d[2] < 70) d 597 lib/vfs/parse_ls_vga.c d[2] += 100; d 599 lib/vfs/parse_ls_vga.c tim.tm_mon = d[0]; d 600 lib/vfs/parse_ls_vga.c tim.tm_mday = d[1]; d 601 lib/vfs/parse_ls_vga.c tim.tm_year = d[2]; d 539 lib/vfs/vfs.c vfs_dirent_init (struct vfs_dirent *d, const char *fname, ino_t ino) d 541 lib/vfs/vfs.c struct vfs_dirent *ret = d; d 564 lib/vfs/vfs.c vfs_dirent_assign (struct vfs_dirent *d, const char *fname, ino_t ino) d 566 lib/vfs/vfs.c g_string_assign (d->d_name_str, fname); d 567 lib/vfs/vfs.c d->d_name = d->d_name_str->str; d 568 lib/vfs/vfs.c d->d_ino = ino; d 579 lib/vfs/vfs.c vfs_dirent_free (struct vfs_dirent *d) d 581 lib/vfs/vfs.c g_string_free (d->d_name_str, TRUE); d 582 lib/vfs/vfs.c g_free (d); d 284 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); d 286 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 449 lib/widget/dialog.c GList *d = top_dlg; d 453 lib/widget/dialog.c if (d != NULL) d 454 lib/widget/dialog.c widget_draw (WIDGET (d->data)); d 459 lib/widget/dialog.c for (; d != NULL; d = g_list_next (d)) d 460 lib/widget/dialog.c if ((WIDGET (d->data)->pos_flags & WPOS_FULLSCREEN) != 0) d 465 lib/widget/dialog.c if (d == NULL) d 466 lib/widget/dialog.c d = g_list_last (top_dlg); d 469 lib/widget/dialog.c for (; d != NULL; d = g_list_previous (d)) d 470 lib/widget/dialog.c widget_draw (WIDGET (d->data)); d 108 lib/widget/dialog.h int dlg_run (WDialog * d); d 74 lib/widget/frame.c int d = f->compact ? 0 : 1; d 84 lib/widget/frame.c tty_draw_box (w->y + d, w->x + d, w->lines - 2 * d, w->cols - 2 * d, f->single); d 90 lib/widget/frame.c widget_gotoyx (w, d, (w->cols - str_term_width1 (f->title)) / 2); d 755 lib/widget/group.c GList *d; d 762 lib/widget/group.c d = g_list_find (g->widgets, w); d 763 lib/widget/group.c if (d == g->current) d 766 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 123 lib/widget/wtools.c WDialog *d; d 128 lib/widget/wtools.c d = last_query_dlg; d 131 lib/widget/wtools.c send_message (d, NULL, MSG_RESIZE, 0, NULL); d 133 lib/widget/wtools.c dlg_init (d); d 136 lib/widget/wtools.c return d; d 148 lib/widget/wtools.c WDialog *d; d 150 lib/widget/wtools.c d = do_create_message (flags, title, text); d 152 lib/widget/wtools.c dlg_run_done (d); d 153 lib/widget/wtools.c dlg_destroy (d); d 390 lib/widget/wtools.c WDialog *d; d 397 lib/widget/wtools.c d = do_create_message (flags, title, p); d 400 lib/widget/wtools.c return d; d 1870 src/diffviewer/ydiff.c int d = 1; d 1873 src/diffviewer/ydiff.c d++; d 1874 src/diffviewer/ydiff.c return d; d 2968 src/diffviewer/ydiff.c Widget *d = WIDGET (dview); d 2971 src/diffviewer/ydiff.c b = find_buttonbar (DIALOG (d->owner)); d 2973 src/diffviewer/ydiff.c buttonbar_set_label (b, 1, Q_ ("ButtonBar|Help"), d->keymap, d); d 2974 src/diffviewer/ydiff.c buttonbar_set_label (b, 2, Q_ ("ButtonBar|Save"), d->keymap, d); d 2975 src/diffviewer/ydiff.c buttonbar_set_label (b, 4, Q_ ("ButtonBar|Edit"), d->keymap, d); d 2976 src/diffviewer/ydiff.c buttonbar_set_label (b, 5, Q_ ("ButtonBar|Merge"), d->keymap, d); d 2977 src/diffviewer/ydiff.c buttonbar_set_label (b, 7, Q_ ("ButtonBar|Search"), d->keymap, d); d 2978 src/diffviewer/ydiff.c buttonbar_set_label (b, 9, Q_ ("ButtonBar|Options"), d->keymap, d); d 2979 src/diffviewer/ydiff.c buttonbar_set_label (b, 10, Q_ ("ButtonBar|Quit"), d->keymap, d); d 1516 src/editor/edit.c int i = 1, inc = -1, c, d, n = 0; d 1527 src/editor/edit.c d = p[1]; d 1556 src/editor/edit.c i += (a == c) - (a == d); d 2367 src/editor/edit.c long d; d 2370 src/editor/edit.c d = edit->undo_stack[(sp - 2) & edit->undo_stack_size_mask]; d 2371 src/editor/edit.c if (d == c && edit->undo_stack[spm1] > -1000000000) d 2380 src/editor/edit.c d = edit->undo_stack[spm1]; d 2381 src/editor/edit.c if (d == c) d 2446 src/editor/edit.c long d; d 2449 src/editor/edit.c d = edit->redo_stack[(sp - 2) & edit->redo_stack_size_mask]; d 2450 src/editor/edit.c if (d == c && edit->redo_stack[spm1] > -1000000000) d 2459 src/editor/edit.c d = edit->redo_stack[spm1]; d 2460 src/editor/edit.c if (d == c) d 533 src/editor/editcmd.c long b, c, d; d 538 src/editor/editcmd.c d = (long) edit_move_forward3 (edit, edit_buffer_get_bol (&edit->buffer, m2), 0, m2); d 539 src/editor/editcmd.c b = MAX (MIN (c, d), MIN (edit->column1, edit->column2)); d 246 src/editor/syntax.c int c, d, j; d 310 src/editor/syntax.c d = c; d 324 src/editor/syntax.c if (p[1] == d) d 579 src/editor/syntax.c off_t d = SYNTAX_MARKER_DENSITY; d 584 src/editor/syntax.c d += ((syntax_marker_t *) edit->syntax_marker->data)->offset; d 586 src/editor/syntax.c if (i > d) d 194 src/filemanager/boxes.c WDialog *d = DIALOG (w); d 195 src/filemanager/boxes.c Widget *wd = WIDGET (d->data); 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 371 src/filemanager/cmd.c vfs_path_t *s, *d; d 378 src/filemanager/cmd.c d = vfs_path_append_new (other_panel->cwd_vpath, fname, (char *) NULL); d 380 src/filemanager/cmd.c d = vfs_path_from_str (fname); d 392 src/filemanager/cmd.c symlink_box (s, d, &dest, &src); d 393 src/filemanager/cmd.c vfs_path_free (d); d 1187 src/filemanager/file.c const char *s, const char *d) d 1196 src/filemanager/file.c dst_vpath = vfs_path_from_str (d); d 1228 src/filemanager/file.c if (check_same_file (s, &src_stat, d, &dst_stat, &return_status)) d 1233 src/filemanager/file.c message (D_ERROR, MSG_ERROR, _("Cannot overwrite directory \"%s\""), d); d 1241 src/filemanager/file.c return_status = query_replace (ctx, s, &src_stat, d, &dst_stat); d 1252 src/filemanager/file.c return_status = make_symlink (ctx, s, d); d 1279 src/filemanager/file.c return_status = files_error (_("Cannot move file \"%s\" to \"%s\"\n%s"), s, d); d 1304 src/filemanager/file.c return_status = copy_file_file (tctx, ctx, s, d); d 1461 src/filemanager/file.c struct vfs_dirent *d; d 1468 src/filemanager/file.c for (d = mc_readdir (dir); d != NULL; d = mc_readdir (dir)) d 1469 src/filemanager/file.c if (!DIR_IS_DOT (d->d_name) && !DIR_IS_DOTDOT (d->d_name)) d 1551 src/filemanager/file.c const char *s, const char *d) d 1561 src/filemanager/file.c dst_vpath = vfs_path_from_str (d); d 1579 src/filemanager/file.c if (dstat_ok && check_same_file (s, &src_stat, d, &dst_stat, &return_status)) d 1595 src/filemanager/file.c d = vfs_path_as_str (dst_vpath); d 1616 src/filemanager/file.c return_status = copy_dir_dir (tctx, ctx, s, d, FALSE, TRUE, TRUE, NULL); d 1627 src/filemanager/file.c return_status = file_error (TRUE, _("Cannot overwrite directory \"%s\"\n%s"), d); d 1629 src/filemanager/file.c return_status = file_error (TRUE, _("Cannot overwrite file \"%s\"\n%s"), d); d 1650 src/filemanager/file.c return_status = files_error (_("Cannot move directory \"%s\" to \"%s\"\n%s"), s, d); d 1671 src/filemanager/file.c return_status = copy_dir_dir (tctx, ctx, s, d, FALSE, FALSE, TRUE, NULL); d 2744 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 2756 src/filemanager/file.c dst_vpath = vfs_path_from_str (d); d 2862 src/filemanager/file.c file_error (TRUE, _("Destination \"%s\" must be a directory\n%s"), d); d 2884 src/filemanager/file.c d = vfs_path_as_str (dst_vpath); d 2895 src/filemanager/file.c file_error (TRUE, _("Cannot create target directory \"%s\"\n%s"), d); d 2919 src/filemanager/file.c return_status = file_error (TRUE, _("Cannot chown target directory \"%s\"\n%s"), d); d 2953 src/filemanager/file.c mdpath = mc_build_filename (d, next->d_name, (char *) NULL); d 2968 src/filemanager/file.c dest_file = mc_build_filename (d, x_basename (path), (char *) NULL); d 3025 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 3027 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 876 src/filemanager/filemanager.c char *d; d 879 src/filemanager/filemanager.c d = _vfs_get_cwd (); d 881 src/filemanager/filemanager.c vpath = vfs_path_from_str (d); d 885 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 1218 src/filemanager/find.c char *d; d 1220 src/filemanager/find.c d = strstr (dir, *ignore_dir); d 1221 src/filemanager/find.c if (d != NULL && IS_PATH_SEP (d[-1]) d 1222 src/filemanager/find.c && (d[ilen] == '\0' || IS_PATH_SEP (d[ilen]))) d 829 src/filemanager/mountlist.c struct dirent *d; d 831 src/filemanager/mountlist.c while ((d = readdir (dirp)) != NULL) d 836 src/filemanager/mountlist.c if (DIR_IS_DOT (d->d_name)) d 839 src/filemanager/mountlist.c if (DIR_IS_DOTDOT (d->d_name)) d 842 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 dlg_destroy (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 455 src/vfs/smbfs/helpers/include/includes.h #define pstrcpy(d,s) safe_strcpy((d),(s),sizeof(pstring)-1) d 456 src/vfs/smbfs/helpers/include/includes.h #define pstrcat(d,s) safe_strcat((d),(s),sizeof(pstring)-1) d 457 src/vfs/smbfs/helpers/include/includes.h #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) d 458 src/vfs/smbfs/helpers/include/includes.h #define fstrcat(d,s) safe_strcat((d),(s),sizeof(fstring)-1) d 61 src/vfs/smbfs/helpers/lib/md4.c #define ROUND1(a,b,c,d,k,s) a = lshift(a + F(b,c,d) + X[k], s) d 62 src/vfs/smbfs/helpers/lib/md4.c #define ROUND2(a,b,c,d,k,s) a = lshift(a + G(b,c,d) + X[k] + (uint32)0x5A827999,s) d 63 src/vfs/smbfs/helpers/lib/md4.c #define ROUND3(a,b,c,d,k,s) a = lshift(a + H(b,c,d) + X[k] + (uint32)0x6ED9EBA1,s) d 238 src/vfs/smbfs/helpers/lib/time.c int d = TimeZoneFaster (lt); d 239 src/vfs/smbfs/helpers/lib/time.c time_t t = lt + d; d 242 src/vfs/smbfs/helpers/lib/time.c if (((lte < lt) ^ (extra_time_offset < 0)) | ((t < lt) ^ (d < 0))) d 277 src/vfs/smbfs/helpers/lib/time.c double d; d 287 src/vfs/smbfs/helpers/lib/time.c d = ((double) nt->high) * 4.0 * (double) (1 << 30); d 288 src/vfs/smbfs/helpers/lib/time.c d += (nt->low & 0xFFF00000); d 289 src/vfs/smbfs/helpers/lib/time.c d *= 1.0e-7; d 292 src/vfs/smbfs/helpers/lib/time.c d -= TIME_FIXUP_CONSTANT; d 294 src/vfs/smbfs/helpers/lib/time.c if (!(l_time_min <= d && d <= l_time_max)) d 297 src/vfs/smbfs/helpers/lib/time.c ret = (time_t) (d + 0.5); d 327 src/vfs/smbfs/helpers/lib/time.c double d; d 339 src/vfs/smbfs/helpers/lib/time.c d = (double) (t); d 340 src/vfs/smbfs/helpers/lib/time.c d += TIME_FIXUP_CONSTANT; d 341 src/vfs/smbfs/helpers/lib/time.c d *= 1.0e7; d 343 src/vfs/smbfs/helpers/lib/time.c nt->high = (uint32) (d * (1.0 / (4.0 * (double) (1 << 30)))); d 344 src/vfs/smbfs/helpers/lib/time.c nt->low = (uint32) (d - ((double) nt->high) * 4.0 * (double) (1 << 30)); d 1155 src/vfs/smbfs/helpers/lib/util.c int d = PTR_DIFF (p, buf + ofs); d 1157 src/vfs/smbfs/helpers/lib/util.c if (d < -50 || d > 50) d 869 src/vfs/smbfs/helpers/lib/util_str.c char *d = dest; d 881 src/vfs/smbfs/helpers/lib/util_str.c while ((*d++ = *src++)); d 891 src/vfs/smbfs/helpers/lib/util_str.c char *d = dest; d 899 src/vfs/smbfs/helpers/lib/util_str.c while (n-- && (*d++ = *src++)); d 900 src/vfs/smbfs/helpers/lib/util_str.c *d = 0; d 171 src/vfs/smbfs/helpers/libsmb/smbdes.c lshift (char *d, int count, int n) d 176 src/vfs/smbfs/helpers/libsmb/smbdes.c out[i] = d[(i + count) % n]; d 178 src/vfs/smbfs/helpers/libsmb/smbdes.c d[i] = out[i]; d 204 src/vfs/smbfs/helpers/libsmb/smbdes.c char d[28]; d 216 src/vfs/smbfs/helpers/libsmb/smbdes.c d[i] = pk1[i + 28]; d 221 src/vfs/smbfs/helpers/libsmb/smbdes.c lshift (d, sc[i], 28); d 223 src/vfs/smbfs/helpers/libsmb/smbdes.c concat (cd, c, d, 28, 28); 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 fail_unless( c == d, "skip_len(%d) != %d", c, d ); \