Home
last modified time | relevance | path

Searched refs:CLEANUP (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/scripts/
H A Dget_dvb_firmware54 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
72 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
91 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
109 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
127 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
160 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
177 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
194 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
206 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 0);
250 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DVendor.c87 #define CLEANUP xf86freeVendorSubList macro
130 #undef CLEANUP
140 #define CLEANUP xf86freeVendorList macro
194 #undef CLEANUP
H A DConfigint.h103 CLEANUP (ptr);\
112 CLEANUP (ptr);\
122 xf86parseError (__VA_ARGS__); CLEANUP (ptr); return NULL; \
H A Dread.c70 #define CLEANUP xf86freeConfig macro
107 CLEANUP(ptr); in xf86readConfigFile()
218 CLEANUP(ptr); in xf86readConfigFile()
223 #undef CLEANUP
H A DExtensions.c50 #define CLEANUP xf86freeExtensions macro
84 #undef CLEANUP
H A DMonitor.c116 #define CLEANUP xf86freeModeLineList macro
400 #undef CLEANUP
402 #define CLEANUP xf86freeMonitorList macro
572 CLEANUP(ptr); in xf86parseMonitorSection()
587 #undef CLEANUP
588 #define CLEANUP xf86freeModesList macro
621 CLEANUP(ptr); in xf86parseModesSection()
636 #undef CLEANUP
H A DDRI.c47 #define CLEANUP xf86freeDRI macro
94 #undef CLEANUP
H A DVideo.c71 #define CLEANUP xf86freeVideoPortList macro
129 #undef CLEANUP
143 #define CLEANUP xf86freeVideoAdaptorList macro
H A DInput.c73 #define CLEANUP xf86freeInputList macro
128 #undef CLEANUP
H A DFiles.c76 #define CLEANUP xf86freeFiles macro
171 #undef CLEANUP
H A DPointer.c92 #define CLEANUP xf86freeInputList macro
222 #undef CLEANUP
H A DModule.c79 #define CLEANUP xf86freeModules macro
173 #undef CLEANUP
H A DDevice.c90 #define CLEANUP xf86freeDeviceList macro
255 #undef CLEANUP
H A DScreen.c106 #define CLEANUP xf86freeDisplayList macro
223 #undef CLEANUP
245 #define CLEANUP xf86freeScreenList macro
H A DFlags.c85 #define CLEANUP xf86freeFlags macro
173 #undef CLEANUP
H A DLayout.c90 #define CLEANUP xf86freeLayoutList macro
310 #undef CLEANUP
H A DOutputClass.c74 #define CLEANUP xf86freeOutputClassList macro
H A DInputClass.c146 #define CLEANUP xf86freeInputClassList macro
/OK3568_Linux_fs/buildroot/boot/syslinux/
H A D0002-Disable-PIE-to-avoid-FTBFS-on-amd64.patch22 CLEANUP :=
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgimple.def187 /* GIMPLE_TRY <TRY_KIND, EVAL, CLEANUP>
194 CLEANUP is the sequence of statements to execute according to
195 TRY_KIND. If TRY_KIND is GIMPLE_TRY_CATCH, CLEANUP is only exected
197 GIMPLE_TRY_FINALLY, CLEANUP is always executed after executing EVAL
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgimple.def187 /* GIMPLE_TRY <TRY_KIND, EVAL, CLEANUP>
194 CLEANUP is the sequence of statements to execute according to
195 TRY_KIND. If TRY_KIND is GIMPLE_TRY_CATCH, CLEANUP is only exected
197 GIMPLE_TRY_FINALLY, CLEANUP is always executed after executing EVAL
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_dwc_460ex.c898 goto CLEANUP; in sata_dwc_port_start()
905 goto CLEANUP; in sata_dwc_port_start()
944 CLEANUP: in sata_dwc_port_start()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-Dpkg-Source-Archive-Prevent-directory-traversal-for-.patch78 - $tmp = tempdir($template, DIR => Cwd::realpath("$dest/.."), CLEANUP => 1);
85 + my $tmp = tempdir($template, DIR => Cwd::realpath("$dest/.."), CLEANUP => 1);
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dcharge_reserved_hugetlb.sh60 echo CLEANUP DONE
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/
H A D0001-geninfo-Add-intermediate-text-format-support.patch136 + $tempdir = tempdir(CLEANUP => 1);

12