Home
last modified time | relevance | path

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

/mbedtls-3.6.0/scripts/
Dcode_style.py17 UNCRUSTIFY_EXE = "uncrustify" variable
95 result = subprocess.run([UNCRUSTIFY_EXE, "--version"],
111 uncrustify_cmd = [UNCRUSTIFY_EXE] + UNCRUSTIFY_ARGS + [src_file]
143 uncrustify_cmd = [UNCRUSTIFY_EXE] + code_change_args + [src_file]