Home
last modified time | relevance | path

Searched refs:last (Results 1 – 15 of 15) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrtok.c35 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/
Dwcsrchr.c37 const wchar_t *last; in wcsrchr() local
39 last = NULL; in wcsrchr()
42 last = s; in wcsrchr()
48 return ((wchar_t *)last); in wcsrchr()
Dwcstok.c44 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/bionic/
Dspawn.cpp79 __posix_spawn_file_action* last; member
282 __posix_spawn_file_action* last = a; in posix_spawn_file_actions_destroy() local
284 free(last->path); in posix_spawn_file_actions_destroy()
285 free(last); in posix_spawn_file_actions_destroy()
320 (*actions)->head = (*actions)->last = action; in posix_spawn_add_file_action()
322 (*actions)->last->next = action; in posix_spawn_add_file_action()
323 (*actions)->last = action; in posix_spawn_add_file_action()
/bionic/libc/dns/resolv/
Dres_stats.c66 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()
Dres_cache.c1959 struct resolv_cache_info* last; in _insert_cache_info_locked() local
1961 for (last = &_res_cache_list; last->next; last = last->next); in _insert_cache_info_locked()
1963 last->next = cache_info; in _insert_cache_info_locked()
/bionic/libc/stdio/
Dvfwscanf.c108 wchar_t last = *(ccl + 1); in in_ccl() local
109 if (first <= last) { in in_ccl()
111 if (wc >= first && wc <= last) return member_result; in in_ccl()
/bionic/libc/malloc_debug/
DPointerData.cpp343 void* last = nullptr; in AddFreed() local
350 last = reinterpret_cast<void*>(info.pointer); in AddFreed()
354 return last; in AddFreed()
/bionic/libc/upstream-netbsd/lib/libc/isc/
Deventlib_p.h163 evWait * last; member
/bionic/docs/
Dnative_allocator.md133 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
Dlibc_assembler.md62 The last argument is the name of the one function that you want to
/bionic/linker/
Dlinker_phdr.cpp578 uint8_t* last = align_down(gap_start, align) - size; in ReserveWithAlignmentPadding() local
582 size_t n = is_first_stage_init() ? 0 : arc4random_uniform((last - first) / PAGE_SIZE + 1); in ReserveWithAlignmentPadding()
/bionic/libc/kernel/uapi/linux/
Dkvm.h340 __u32 first, last; member
/bionic/tests/libs/
DAndroid.bp973 // last version - this one is used at the runtime and exports 3 versions
/bionic/
Dandroid-changes-for-ndk-developers.md295 used only the basename (the part after the last ‘/') when looking