Searched refs:clean (Results 1 – 25 of 26) sorted by relevance
12
62 make clean72 make clean106 make clean126 make clean
87 make clean
70 make clean >/dev/null
118 neat: clean
15 .PHONY: help clean apidoc breathe_apidoc Makefile18 clean: target24 @$(SPHINXBUILD) -M clean "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
21 .PHONY: all no_test programs lib tests install uninstall clean test check lcov apidoc apidoc_clean149 clean: clean_more_on_top target150 $(MAKE) -C library clean151 $(MAKE) -C programs clean152 $(MAKE) -C tests clean
18 - The code should be written in a clean and readable style, and must follow [our coding standards](…
949 Change mbedtls_x509_get_name() to clean up allocated objects on error.1245 make to break on a clean checkout. Fixes #5340.2399 clean of -Wformat-signedness warnings. Contributed by Kenneth Soerensen2736 * Make `make clean` clean all programs always. Fixes #1862.5932 * Made definition of net_htons() endian-clean for big endian
22 .PHONY: all check test clean42 clean: target
74 make clean241 make clean
414 make clean2036 make clean2259 make clean4449 make clean4840 make clean4847 make clean4856 make clean4867 make clean4885 make clean4890 make clean[all …]
19 clean: target
47 * clean-up in case of error ... */
254 … the driver. This means that, if the driver has per-key auxiliary data to clean up, it can bundle …264 …simulating a power loss. If a power loss occurs, restart the system (i.e. clean up and call `psa_c…
24 clean: target
228 .PHONY: all static shared clean388 clean: target398 neat: clean
109 .PHONY: all check test clean169 clean: target
29 make clean
12 G4. Have a clean, unified API for Crypto (retire the legacy API).
109 .PHONY: all clean list fuzz417 clean: target428 $(MAKE) -C fuzz clean
102 * clean build and to ensure that tests treating warnings as errors do not
115 When code should clean up resources, how do we know that they have truly been cleaned up?145 …metimes. For example, the main purpose of `mbedtls_psa_crypto_free` is to clean up all resources i…288 …jobs with a memory leak detector, each test function or test program must clean up after itself. U…
209 …ion` - If there is a failure at any point in the key creation stage, this clean-up function takes …225 … thread running the operation is responsible for deleting its copy in the clean-up. This may need …
2183 clean: target2186 neat: clean2188 .PHONY: clean neat
262 * you don't need to clean up (ram_slot_reset() will take care of it
Completed in 54 milliseconds