Home
last modified time | relevance | path

Searched defs:CLEANUP (Results 1 – 11 of 11) sorted by relevance

/third_party/unity/examples/example_2/
Dmakefile10 CLEANUP = del /F /Q macro
13 CLEANUP = rm -f macro
18 CLEANUP = rm -f macro
/third_party/cJSON/tests/unity/examples/example_2/
Dmakefile10 CLEANUP = del /F /Q macro
13 CLEANUP = rm -f macro
18 CLEANUP = rm -f macro
/third_party/unity/examples/example_1/
Dmakefile10 CLEANUP = del /F /Q macro
13 CLEANUP = rm -f macro
18 CLEANUP = rm -f macro
/third_party/cJSON/tests/unity/examples/example_1/
Dmakefile10 CLEANUP = del /F /Q macro
13 CLEANUP = rm -f macro
18 CLEANUP = rm -f macro
/third_party/ltp/include/old/
Dcleanup.c34 #define CLEANUP dummy_cleanup macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
D2-2.c95 #define CLEANUP(n) static void clnp##n(void * arg PTS_ATTRIBUTE_UNUSED)\ macro
D3-2.c97 #define CLEANUP(n) static void clnp##n(void * arg PTS_ATTRIBUTE_UNUSED)\ macro
/third_party/ltp/testcases/kernel/containers/pidns/
Dpidns04.c59 #define CLEANUP cleanup macro
/third_party/gstreamer/gstreamer/gst/printf/
Dvasnprintf.c273 #define CLEANUP() \ in vasnprintf() macro
/third_party/ltp/testcases/kernel/syscalls/eventfd/
Deventfd01.c61 #define CLEANUP cleanup macro
/third_party/python/Modules/
D_datetimemodule.c2445 #define CLEANUP \ in delta_new() macro