/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strtok.c | 35 static char *last; in strtok() local 37 return strtok_r(s, delim, &last); in strtok() 42 strtok_r(char *s, const char *delim, char **last) in strtok_r() argument 48 if (s == NULL && (s = *last) == NULL) in strtok_r() 62 *last = NULL; in strtok_r() 80 *last = s; in strtok_r()
|
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wcsrchr.c | 37 const wchar_t *last; in wcsrchr() local 39 last = NULL; in wcsrchr() 42 last = s; in wcsrchr() 48 return ((wchar_t *)last); in wcsrchr()
|
D | wcstok.c | 44 wchar_t ** __restrict last) in wcstok() argument 50 if (s == NULL && (s = *last) == NULL) in wcstok() 64 *last = NULL; in wcstok() 82 *last = s; in wcstok()
|
/bionic/libc/dns/resolv/ |
D | res_stats.c | 66 time_t last = 0; in android_net_res_stats_aggregate() local 111 last = stats->samples[stats->sample_next - 1].at; in android_net_res_stats_aggregate() 113 last = stats->samples[stats->sample_count - 1].at; in android_net_res_stats_aggregate() 116 *last_sample_time = last; in android_net_res_stats_aggregate()
|
D | res_cache.c | 1955 struct resolv_cache_info* last; in _insert_cache_info_locked() local 1957 for (last = &_res_cache_list; last->next; last = last->next); in _insert_cache_info_locked() 1959 last->next = cache_info; in _insert_cache_info_locked()
|
/bionic/libc/bionic/ |
D | spawn.cpp | 119 __posix_spawn_file_action* last; member 328 __posix_spawn_file_action* last = a; in posix_spawn_file_actions_destroy() local 330 free(last->path); in posix_spawn_file_actions_destroy() 331 free(last); in posix_spawn_file_actions_destroy() 366 (*actions)->head = (*actions)->last = action; in posix_spawn_add_file_action() 368 (*actions)->last->next = action; in posix_spawn_add_file_action() 369 (*actions)->last = action; in posix_spawn_add_file_action()
|
/bionic/libc/kernel/uapi/linux/ |
D | vduse.h | 31 __u64 last; member 91 __u64 last; member 114 __u64 last; member
|
D | vhost_types.h | 96 __u64 last; member
|
D | iommufd.h | 42 __aligned_u64 last; member
|
D | kvm.h | 358 __u32 first, last; member
|
/bionic/libc/stdio/ |
D | vfwscanf.cpp | 57 wchar_t last = *(ccl + 1); in in_ccl() local 58 if (first <= last) { in in_ccl() 60 if (wc >= first && wc <= last) return member_result; in in_ccl()
|
/bionic/libc/malloc_debug/ |
D | PointerData.cpp | 360 void* last = nullptr; in AddFreed() local 367 last = reinterpret_cast<void*>(DemanglePointer(info.mangled_ptr)); in AddFreed() 372 return last; in AddFreed()
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | eventlib_p.h | 163 evWait * last; member
|
/bionic/libc/ |
D | SECCOMP_ALLOWLIST_COMMON.TXT | 61 # to be (because the last thing anyone needs is a new 32-bit ABI in the
|
/bionic/docs/ |
D | native_allocator.md | 133 The last is virtual address space consumed in 32 bit applications. There is 188 The last value in the output is the size of the allocation in bytes. It is 220 For these benchmarks, the last parameter is the total number of allocations to 240 For these benchmarks, the last parameter in the output is the size of the
|
D | libc_assembler.md | 62 The last argument is the name of the one function that you want to
|
/bionic/linker/ |
D | linker_phdr.cpp | 641 uint8_t* last = align_down(gap_start, mapping_align) - size; in ReserveWithAlignmentPadding() local 645 size_t n = is_first_stage_init() ? 0 : arc4random_uniform((last - first) / start_align + 1); in ReserveWithAlignmentPadding()
|
/bionic/ |
D | README.md | 285 Traceback (most recent call last):
|
D | android-changes-for-ndk-developers.md | 291 used only the basename (the part after the last ‘/') when looking
|
/bionic/tests/libs/ |
D | Android.bp | 1120 // last version - this one is used at the runtime and exports 3 versions
|