Searched refs:ptr (Results 1 – 4 of 4) sorted by relevance
/support/ |
A D | support_small_stack_thread_attribute.c | 32 deallocate (void *ptr, void *closure) in deallocate() argument 34 xpthread_attr_destroy (ptr); in deallocate() 35 free (ptr); in deallocate()
|
A D | support_record_failure.c | 47 void *ptr = mmap (NULL, sizeof (*state), PROT_READ | PROT_WRITE, in init() local 49 if (ptr == MAP_FAILED) in init() 55 state = ptr; in init()
|
A D | blob_repeat.c | 186 void *ptr = mmap (target, stride_size, PROT_READ | PROT_WRITE, in allocate_big() local 188 if (ptr == MAP_FAILED) in allocate_big() 196 if (ptr != target) in allocate_big() 198 stride_size, target, ptr); in allocate_big() 204 ptr = mmap (target, stride_size, PROT_NONE, in allocate_big() 206 if (ptr == MAP_FAILED) in allocate_big() 208 if (ptr != target) in allocate_big() 210 stride_size, target, ptr); in allocate_big() 232 if (ptr == MAP_FAILED) in allocate_big() 240 if (ptr != current) in allocate_big() [all …]
|
A D | resolv_test.c | 303 void **ptr = tsearch (crname, &b->compression_offsets, in resolv_response_add_name() local 305 if (ptr == NULL) in resolv_response_add_name() 307 crname_target = *ptr; in resolv_response_add_name() 323 void **ptr = tfind (crname, &b->compression_offsets, in resolv_response_add_name() local 325 if (ptr != NULL) in resolv_response_add_name() 326 crname_target = *ptr; in resolv_response_add_name()
|
Completed in 14 milliseconds