Home
last modified time | relevance | path

Searched refs:diff_cmd (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c50 char test_file[256], out_file[256], diff_cmd[1024]; in test_btf_dump_case() local
110 snprintf(diff_cmd, sizeof(diff_cmd), in test_btf_dump_case()
116 err = system(diff_cmd); in test_btf_dump_case()
119 out_file, err, diff_cmd)) in test_btf_dump_case()
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c527 const char *diff_cmd = diff_env ? diff_env : "diff -U 16"; in test_acpi_asl() local
528 char *diff = g_strdup_printf("%s %s %s", diff_cmd, in test_acpi_asl()
/openbmc/openbmc/poky/meta/classes/
H A Darchiver.bbclass468 diff_cmd = 'diff -Naur %s.orig %s.patched | gzip -c > %s' % (basename, basename, out_file)
469 subprocess.check_call(diff_cmd, shell=True)