Searched refs:file2 (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/tools/objtool/ |
A D | sync-check.sh | 32 file2=$2 37 cmd="diff $* $file1 $file2 > /dev/null" 39 test -f $file2 && { 41 echo "Warning: Kernel ABI header at '$file1' differs from latest version at '$file2'" >&2 42 echo diff -u $file1 $file2
|
/linux-6.3-rc2/tools/perf/ |
A D | check-headers.sh | 98 file2=$2 103 cmd="diff $* $file1 $file2 > /dev/null" 105 test -f $file2 && { 107 echo "Warning: Kernel ABI header at '$file1' differs from latest version at '$file2'" >&2 108 echo diff -u $file1 $file2
|
/linux-6.3-rc2/scripts/ |
A D | get_dvb_firmware | 559 my $file2 = "ngene_17.fw"; 570 wgetfile($file2, $url . $file2); 571 verify($file2, $hash2); 576 "$file1, $file2, $file3"; 702 my $file2 = "dvb-usb-it9135-02.zip"; 712 wgetfile($file2, $url . $file2); 713 unzip($file2, ""); 716 "$file1 $file2"
|
A D | bloat-o-meter | 88 calc(args.file1, args.file2, symbolformat)
|
A D | Kbuild.include | 229 # (3) - due to: file1.h file2.h
|
/linux-6.3-rc2/scripts/kconfig/ |
A D | confdata.c | 43 static bool is_same(const char *file1, const char *file2) in is_same() argument 54 fd2 = open(file2, O_RDONLY); in is_same()
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-diff.txt | 11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
|
/linux-6.3-rc2/fs/befs/ |
A D | ChangeLog | 53 names like file1 and file2 to mysteriously be duplicates of each other
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | idmappings.rst | 559 dir/file2 id: u2000 571 dir/file2 id: u12000
|
Completed in 16 milliseconds