Home
last modified time | relevance | path

Searched refs:diff (Results 1 – 13 of 13) sorted by relevance

/scripts/
Dcheckkconfigsymbols.py87 if args.commit and args.diff:
90 if args.diff and not re.match(r"^[\w\-\.\^]+\.\.[\w\-\.\^]+$", args.diff):
94 if args.commit or args.diff:
125 if args.sim and not args.commit and not args.diff:
137 if args.commit or args.diff:
146 elif args.diff:
147 split = args.diff.split("..")
197 commits = find_commits(symbol, args.diff)
236 def find_commits(symbol, diff): argument
240 symbol, diff])
Dgit.orderFile7 # git diff -O scripts/git.orderFile ...
10 # git config diff.orderFile scripts/git.orderFile
Dcoccicheck250 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
254 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1
257 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
Dnsdeps48 if ! diff -q ${source_file} ${source_file}.tmp; then
Dobjdiff150 diff)
Dsetlocalversion146 git diff-index --name-only HEAD
Dcheck-uapi.sh141 ! git diff --quiet
516 …if diff -r -q "$(get_header_tree "$base_ref")" "$(get_header_tree "$past_ref")" > /dev/null 2>&1; …
DMakefile.package61 $(Q)$(srctree)/scripts/package/gen-diff-patch rpmbuild/SOURCES/diff.patch
/scripts/package/
Dmkdebian107 diff -u /dev/null "${KCONFIG_CONFIG}" | tail -n +3
111 "${srctree}/scripts/package/gen-diff-patch" debian/patches/diff.patch
112 if [ -s debian/patches/diff.patch ]; then
117 " debian/patches/diff.patch
119 echo diff.patch >> debian/patches/series
121 rm -f debian/patches/diff.patch
Dgen-diff-patch10 git -C "${srctree:-.}" diff HEAD > "${diff_patch}"
Dkernel.spec18 Source2: diff.patch
105 ! diff -rq "/lib/modules/%{KERNELRELEASE}/dtb" "/boot/dtb-%{KERNELRELEASE}" >/dev/null 2>&1; then
/scripts/dtc/
Ddtx_diff19 diff DTx_1 and DTx_2
23 --color synonym for -c (requires diff with --color support)
25 -f print full dts in diff (--unified=99999)
192 if diff --color /dev/null /dev/null 2>/dev/null ; then
353 diff ${diff_flags} ${diff_color} --label "${dtx_file_1}" --label "${dtx_file_2}" \
Dsrcpos.c75 int diff = initial_pathlen - slashes, i, j; in shorten_to_initial_path() local
79 res = xmalloc((3 * diff) + restlen + 1); in shorten_to_initial_path()
80 for (i = 0, j = 0; i != diff; i++) { in shorten_to_initial_path()