Home
last modified time | relevance | path

Searched refs:array (Results 1 – 2 of 2) sorted by relevance

/misc/
A Dtst-syscalls.c134 struct Array array; in do_test() local
136 array = allocate (1); in do_test()
137 protect (array); in do_test()
138 deallocate (array); in do_test()
139 void *p = reallocate (array); in do_test()
145 array.ptr = p; in do_test()
146 protect (array); in do_test()
147 deallocate (array); in do_test()
151 array.ptr = buf; in do_test()
152 if (do_read (fd, array.ptr, array) == -1) in do_test()
[all …]
A Difunc-impl-list.c28 struct libc_ifunc_impl *array __attribute__ ((unused)), in __libc_ifunc_impl_list() argument

Completed in 5 milliseconds