Home
last modified time | relevance | path

Searched defs:end (Results 1 – 25 of 53) sorted by relevance

123

/bionic/libc/bionic/
Dstrtol.cpp174 intmax_t strtoimax(const char* s, char** end, int base) { in strtoimax()
178 long strtol(const char* s, char** end, int base) { in strtol()
182 long long strtoll(const char* s, char** end, int base) { in strtoll()
189 unsigned long strtoul(const char* s, char** end, int base) { in strtoul()
193 unsigned long long strtoull(const char* s, char** end, int base) { in strtoull()
197 uintmax_t strtoumax(const char* s, char** end, int base) { in strtoumax()
Dwcstod.cpp40 float_type wcstod(const wchar_t* str, wchar_t** end, float_type strtod_fn(const char*, char**)) { in wcstod()
96 float wcstof(const wchar_t* s, wchar_t** end) { in wcstof()
100 double wcstod(const wchar_t* s, wchar_t** end) { in wcstod()
104 long double wcstold(const wchar_t* s, wchar_t** end) { in wcstold()
Dgrp_pwd_file.cpp63 char* end = nullptr; in FieldToUid() local
74 const char* ParseLine(const char* begin, const char* end, const char** fields, size_t num_fields) { in ParseLine()
211 bool MmapFile::GetFile(const char** start, const char** end) { in GetFile()
262 const char* end; in Find() local
Darpa_inet.cpp41 char* end; in inet_aton() local
Dandroid_unsafe_frame_pointer_chase.cpp66 auto end = __get_thread_stack_top(); in android_unsafe_frame_pointer_chase() local
Dgrp_pwd.cpp153 id_t end; member
284 char* end; in app_id_from_name() local
653 ssize_t end = android_id_count; in getpwent() local
790 ssize_t end = android_id_count; in getgrent() local
Dmntent.cpp79 char* const end = mnt->mnt_opts + strlen(mnt->mnt_opts); in hasmntopt() local
/bionic/linker/
Dlinker_cfi.cpp68 uint16_t* end() { in end() function in ShadowWrite
85 void CFIShadowWriter::AddConstant(uintptr_t begin, uintptr_t end, uint16_t v) { in AddConstant()
93 void CFIShadowWriter::AddUnchecked(uintptr_t begin, uintptr_t end) { in AddUnchecked()
97 void CFIShadowWriter::AddInvalid(uintptr_t begin, uintptr_t end) { in AddInvalid()
101 void CFIShadowWriter::Add(uintptr_t begin, uintptr_t end, uintptr_t cfi_check) { in Add()
/bionic/libc/dns/resolv/
Dres_cache.c210 _bprint_c( char* p, char* end, int c ) in _bprint_c()
225 _bprint_b( char* p, char* end, const char* buf, int len ) in _bprint_b()
248 _bprint_s( char* p, char* end, const char* str ) in _bprint_s()
255 char* _bprint( char* p, char* end, const char* format, ... ) in _bprint()
283 _bprint_hex( char* p, char* end, unsigned value, int numDigits ) in _bprint_hex()
296 _bprint_hexdump( char* p, char* end, const uint8_t* data, int datalen ) in _bprint_hexdump()
339 char* p = buff, *end = p + sizeof(buff); in XLOG_BYTES() local
452 const uint8_t* end; member
522 const uint8_t* end = packet->end; in _dnsPacket_checkQName() local
650 const uint8_t* end = packet->end; in _dnsPacket_bprintQName() local
[all …]
/bionic/libc/malloc_debug/
DMapData.cpp46 uintptr_t end; in parse_line() local
95 uintptr_t end; in valid_elf() local
DMapData.h46 uintptr_t end; member
/bionic/libc/stdio/
Dparsefloat.c40 size_t parsefloat(FILE *fp, char *buf, char *end) { in parsefloat()
188 size_t wparsefloat(FILE *fp, wchar_t *buf, wchar_t *end) { in wparsefloat()
/bionic/tests/
Dmalloc_iterate_test.cpp73 uintptr_t end; in SavePointers() local
99 bool) { in VerifyPtrs()
197 bool) { in TEST()
Dinttypes_test.cpp101 wchar_t* end = nullptr; in TEST() local
107 wchar_t* end = nullptr; in TEST() local
Dsys_prctl_test.cpp53 uintptr_t end; in TEST() local
/bionic/benchmarks/
Dstdio_benchmark.cpp229 uintptr_t end; in BM_stdio_scanf_maps() local
241 static int ParseMap(const char* line, const char* /*fmt*/, uintptr_t* start, uintptr_t* end, in ParseMap()
297 uintptr_t end; in BM_stdio_scanf_maps_baseline() local
/bionic/libc/kernel/uapi/linux/
Dfib_rules.h43 __u32 end; member
47 __u16 end; member
Dvirtio_iommu.h30 __le64 end; member
34 __le32 end; member
113 __le64 end; member
Ddlm_plock.h44 __u64 end; member
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dlsearch.c62 const char *element, *end; in linear_base() local
/bionic/tools/versioner/src/
DArch.h74 ArchMapIterator<T> end() const { in end() function
Dversioner.cpp508 char* end; in main() local
668 auto end = std::chrono::high_resolution_clock::now(); in main() local
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp125 char* end; in main() local
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dopen_memstream.c43 size_t i, end; in memstream_write() local
Dopen_wmemstream.c45 size_t nmc, len, end; in wmemstream_write() local

123