Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/nftw/
Dtest.c59 cleanup_function(); in test1A()
64 cleanup_function(); in test1A()
75 cleanup_function(); in test1A()
94 cleanup_function(); in test1A()
121 cleanup_function(); in test2A()
126 cleanup_function(); in test2A()
134 cleanup_function(); in test2A()
164 cleanup_function(); in test3A()
168 cleanup_function(); in test3A()
176 cleanup_function(); in test3A()
[all …]
Dtest64.c57 cleanup_function(); in test1A()
62 cleanup_function(); in test1A()
73 cleanup_function(); in test1A()
92 cleanup_function(); in test1A()
119 cleanup_function(); in test2A()
124 cleanup_function(); in test2A()
132 cleanup_function(); in test2A()
163 cleanup_function(); in test3A()
167 cleanup_function(); in test3A()
175 cleanup_function(); in test3A()
[all …]
Dlib64.c68 cleanup_function(); in get_long_name_buffer()
75 cleanup_function(); in get_long_name_buffer()
83 cleanup_function(); in get_long_name_buffer()
90 cleanup_function(); in get_long_name_buffer()
114 cleanup_function(); in execute_function()
121 cleanup_function(); in execute_function()
127 cleanup_function(); in execute_function()
186 cleanup_function(); in test_ENAMETOOLONG_path()
197 cleanup_function(); in test_ENAMETOOLONG_path()
231 cleanup_function(); in test_ENAMETOOLONG_path()
[all …]
Dlib.c68 cleanup_function(); in get_long_name_buffer()
75 cleanup_function(); in get_long_name_buffer()
83 cleanup_function(); in get_long_name_buffer()
90 cleanup_function(); in get_long_name_buffer()
114 cleanup_function(); in execute_function()
121 cleanup_function(); in execute_function()
127 cleanup_function(); in execute_function()
186 cleanup_function(); in test_ENAMETOOLONG_path()
197 cleanup_function(); in test_ENAMETOOLONG_path()
231 cleanup_function(); in test_ENAMETOOLONG_path()
[all …]
Dtools64.c46 void cleanup_function(void) in cleanup_function() function
85 cleanup_function(); in setup_path()
95 cleanup_function(); in setup_path()
105 cleanup_function(); in setup_path()
114 cleanup_function(); in setup_path()
126 cleanup_function(); in setup_path()
134 cleanup_function(); in setup_path()
142 cleanup_function(); in setup_path()
Dtools.c47 void cleanup_function(void) in cleanup_function() function
86 cleanup_function(); in setup_path()
96 cleanup_function(); in setup_path()
106 cleanup_function(); in setup_path()
115 cleanup_function(); in setup_path()
127 cleanup_function(); in setup_path()
135 cleanup_function(); in setup_path()
143 cleanup_function(); in setup_path()
Dnftw64.h134 extern void cleanup_function(void);
Dnftw.h135 void cleanup_function(void);
Dnftw64.c686 cleanup_function(); in main()
Dnftw.c661 cleanup_function(); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D2-3.c49 void cleanup_function() in cleanup_function() function
82 pthread_cleanup_push(cleanup_function, NULL); in a_thread_func()