Searched refs:last (Results 1 – 15 of 15) sorted by relevance
35 static char *last; in strtok() local37 return strtok_r(s, delim, &last); in strtok()42 strtok_r(char *s, const char *delim, char **last) in strtok_r() argument48 if (s == NULL && (s = *last) == NULL) in strtok_r()62 *last = NULL; in strtok_r()80 *last = s; in strtok_r()
37 const wchar_t *last; in wcsrchr() local39 last = NULL; in wcsrchr()42 last = s; in wcsrchr()48 return ((wchar_t *)last); in wcsrchr()
44 wchar_t ** __restrict last) in wcstok() argument50 if (s == NULL && (s = *last) == NULL) in wcstok()64 *last = NULL; in wcstok()82 *last = s; in wcstok()
79 __posix_spawn_file_action* last; member282 __posix_spawn_file_action* last = a; in posix_spawn_file_actions_destroy() local284 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()
66 time_t last = 0; in android_net_res_stats_aggregate() local111 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()
1959 struct resolv_cache_info* last; in _insert_cache_info_locked() local1961 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()
108 wchar_t last = *(ccl + 1); in in_ccl() local109 if (first <= last) { in in_ccl()111 if (wc >= first && wc <= last) return member_result; in in_ccl()
343 void* last = nullptr; in AddFreed() local350 last = reinterpret_cast<void*>(info.pointer); in AddFreed()354 return last; in AddFreed()
163 evWait * last; member
133 The last is virtual address space consumed in 32 bit applications. There is188 The last value in the output is the size of the allocation in bytes. It is220 For these benchmarks, the last parameter is the total number of allocations to240 For these benchmarks, the last parameter in the output is the size of the
62 The last argument is the name of the one function that you want to
578 uint8_t* last = align_down(gap_start, align) - size; in ReserveWithAlignmentPadding() local582 size_t n = is_first_stage_init() ? 0 : arc4random_uniform((last - first) / PAGE_SIZE + 1); in ReserveWithAlignmentPadding()
340 __u32 first, last; member
973 // last version - this one is used at the runtime and exports 3 versions
295 used only the basename (the part after the last ‘/') when looking