Home
last modified time | relevance | path

Searched refs:diff_dirs (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/diff/src/
HDdiff.h328 int diff_dirs (struct comparison const *, int (*) (struct comparison const *, char const *, char co…
HDdir.c200 diff_dirs (struct comparison const *cmp, in diff_dirs() function
HDdiff.c1229 status = diff_dirs (&cmp, compare_files); in compare_files()
1245 status = diff_dirs (&cmp, compare_files); in compare_files()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDdiff_editor.c638 svn_boolean_t diff_dirs; in walk_local_nodes_diff() local
646 diff_dirs = (depth == svn_depth_unknown in walk_local_nodes_diff()
775 else if (info->kind == svn_node_dir && diff_dirs) in walk_local_nodes_diff()
795 else if (base_kind == svn_node_dir && diff_dirs) in walk_local_nodes_diff()
823 else if (info->kind == svn_node_dir && diff_dirs) in walk_local_nodes_diff()
862 else if (info->kind == svn_node_dir && diff_dirs) in walk_local_nodes_diff()
/freebsd-13-stable/contrib/diff/
HDChangeLog815 (diff_dirs): 0 -> EXIT_SUCCESS, 2 -> EXIT_TROUBLE.
932 (diff_dirs): Sort the directory ourselves. Use setjmp to recover
1394 (diff_dirs): Use compare_names rather than filename_cmp.
1780 (diff_2_files, diff_dirs)" Ise ot/
1847 * dir.c (diff_dirs): Check for recursive directory loop.
2275 diff_dirs): Use filename_cmp to compare file names.
2824 (diff_dirs): Pass struct file_data to dir_sort. Finish plugging leak.
2825 * diff.c (compare_files): Pass struct file_data to diff_dirs.
3495 * dir.c (diff_dirs): Free things only if nonzero.
3745 * dir.c (diff_dirs): Two new args, NONEX1 and NONEX2, say to pretend
[all …]