Searched refs:cmp (Results 1 – 20 of 20) sorted by relevance
/systemd-251/test/units/ |
D | testsuite-22.10.sh | 18 echo -n "foo" | cmp /tmp/xxx1 - 19 echo -n "foo bar" | cmp /tmp/xxx2 - 20 echo -n "foo bar" | cmp /tmp/xxx3 - 21 echo -n " foobar" | cmp /tmp/xxx4 - 22 echo -n "foobar " | cmp /tmp/xxx5 - 23 echo -n "foo bar" | cmp /tmp/xxx6 - 24 echo "foo bar " | cmp /tmp/xxx7 - 25 echo -n "\" foo bar \"" | cmp /tmp/xxx8 - 26 echo -n "' foo bar '" | cmp /tmp/xxx9 -
|
D | testsuite-27.sh | 14 cmp /tmp/stdout <<EOF 17 cmp /tmp/stderr <<EOF 26 cmp /tmp/stdout <<EOF 29 cmp /tmp/stderr <<EOF 38 cmp /tmp/stdout <<EOF 42 cmp /tmp/stderr <<EOF 52 cmp /tmp/stdout <<EOF 55 cmp /tmp/stderr <<EOF
|
D | testsuite-04.sh | 29 cmp /expected /output 36 cmp /expected /output 44 cmp /expected /output 51 cmp /expected /output 59 cmp /expected /output 66 cmp /expected /output 86 cmp /expected /output 90 cmp /expected /output 111 cmp /expected /output
|
D | testsuite-54.sh | 16 ( cat /etc/passwd /etc/shadow && echo -n wuff ) | cmp /tmp/ts54-concat 82 ( echo -n abcd ) | cmp /tmp/ts54-concat 90 systemd-creds decrypt --name=test-54 /tmp/test-54-ciphertext | cmp /tmp/test-54-plaintext 95 cat '${CREDENTIALS_DIRECTORY}/test-54' | cmp /tmp/test-54-plaintext 99 systemd-creds decrypt --name=test-54 /tmp/test-54-ciphertext | cmp /tmp/test-54-plaintext 104 cat '${CREDENTIALS_DIRECTORY}/test-54' | cmp /tmp/test-54-plaintext
|
D | testsuite-25.sh | 14 cmp /var/tmp/testimage.raw /var/lib/machines/testimage.raw 18 cmp /var/tmp/testimage.raw /var/tmp/testimage2.raw 24 cmp /var/tmp/testimage.raw /var/tmp/testimage2.raw 33 cmp /var/tmp/testimage.raw /var/lib/machines/testimage.raw 34 cmp /var/tmp/testimage.raw /var/lib/machines/testimage3.raw 43 cmp /var/tmp/testimage.raw /var/tmp/testimage3.raw 52 cmp /var/tmp/testimage.raw /var/lib/machines/testimage4.raw 56 cmp /var/tmp/testimage.raw /var/tmp/testimage4.raw
|
D | testsuite-72.sh | 106 … dd if=/var/tmp/72-joined.raw bs=1024 skip="$2" count=1024 | cmp "/var/tmp/72-source/part1-$1.raw" 107 … dd if=/var/tmp/72-joined.raw bs=1024 skip="$3" count=1024 | cmp "/var/tmp/72-source/part2-$1.raw" 108 cmp "/var/tmp/72-source/dir-$1/foo.txt" /var/tmp/72-dirs/current/foo.txt 109 cmp "/var/tmp/72-source/dir-$1/bar.txt" /var/tmp/72-dirs/current/bar.txt
|
D | testsuite-14.sh | 18 cmp "$1" "$2"
|
D | testsuite-22.13.sh | 71 cmp /tmp/precedence/w/f <<EOF
|
D | testsuite-58.sh | 136 cmp /var/tmp/testsuite-58.img /var/tmp/testsuite-58.2.img
|
/systemd-251/test/test-execute/ |
D | exec-standardinput-file.service | 6 ExecStart=/usr/bin/cmp /usr/bin/cmp 8 StandardInput=file:/usr/bin/cmp
|
D | exec-standardoutput-append.service | 13 ExecStart=cmp /tmp/test-exec-standardoutput-output /tmp/test-exec-standardoutput-expected
|
D | exec-standardoutput-file.service | 13 ExecStart=cmp /tmp/test-exec-standardoutput-expected /tmp/test-exec-standardoutput-output
|
D | exec-standardoutput-truncate.service | 12 ExecStart=sh -c 'cat && cmp /tmp/test-exec-standardoutput-output /tmp/test-exec-standardoutput-expe…
|
D | exec-standardinput-data.service | 6 …cters\nand something with a exec-stdin-data.service specifier" > $d/text ; cmp $d/text ; rm -rf $d'
|
/systemd-251/src/partition/ |
D | test-repart.sh | 29 cmp "$D/empty" - <<EOF 65 cmp "$D/populated" - <<EOF 100 cmp "$D/populated2" - <<EOF 120 cmp "$D/populated3" - <<EOF 150 cmp "$D/populated4" - <<EOF 165 cmp --bytes=41943040 --ignore-initial=0:$((512*4194264)) "$D/block-copy" "$D/zzz" 187 cmp "$D/populated5" - <<EOF
|
/systemd-251/src/shared/ |
D | calendarspec.c | 1185 int cmp; in tm_within_bounds() local 1207 if ((cmp = CMP(t.tm_year, tm->tm_year)) != 0) in tm_within_bounds() 1209 else if ((cmp = CMP(t.tm_mon, tm->tm_mon)) != 0) in tm_within_bounds() 1211 else if ((cmp = CMP(t.tm_mday, tm->tm_mday)) != 0) in tm_within_bounds() 1213 else if ((cmp = CMP(t.tm_hour, tm->tm_hour)) != 0) in tm_within_bounds() 1215 else if ((cmp = CMP(t.tm_min, tm->tm_min)) != 0) in tm_within_bounds() 1218 cmp = CMP(t.tm_sec, tm->tm_sec); in tm_within_bounds() 1220 if (cmp < 0) in tm_within_bounds() 1222 if (cmp > 0) in tm_within_bounds() 1224 return cmp == 0; in tm_within_bounds()
|
/systemd-251/test/ |
D | create-sys-script.py | 129 if not filecmp.cmp(path_a, path_b, shallow=False):
|
D | sd-script.py | 101 return cmp(self._num, other._num)
|
D | test-functions | 133 cmp
|
/systemd-251/ |
D | meson.build | 322 … add_project_arguments('-fsanitize-coverage=trace-pc-guard,trace-cmp', language : 'c')
|