Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/patches/
DMakefile6 git format-patch $(BRANCH)..$(BRANCH)-cbmc-patches
8 patch: target
10 for p in *.patch; do \
11 (cd ../../..; patch -p1 < CBMC/patches/$${p}) \
Dcompute_patch.py152 patch = subprocess.run(["git", "diff", header_file],
159 if patch.returncode:
163 """.format(patch.returncode, patch.stderr)))
175 if patch.stdout:
177 patch_file.write(patch.stdout)
Dpatch.py11 def patch(): function
36 patch()
D.gitattributes2 *.patch eol=lf
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
Dprepare.py47 import patch
98 patch.patch()
DMakefile.template56 patch:
57 cd $(PROOFS)/../patches && ./patch.py
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/
DREADME.md80 provides the `patch` command, from [here](https://git-scm.com/download/win).