/bionic/libc/bionic/ |
D | strtol.cpp | 134 intmax_t strtoimax(const char* s, char** end, int base) { in strtoimax() 138 intmax_t wcstoimax(const wchar_t* s, wchar_t** end, int base) { in wcstoimax() 142 long strtol(const char* s, char** end, int base) { in strtol() 146 long wcstol(const wchar_t* s, wchar_t** end, int base) { in wcstol() 150 long long strtoll(const char* s, char** end, int base) { in strtoll() 154 long long wcstoll(const wchar_t* s, wchar_t** end, int base) { in wcstoll() 158 unsigned long strtoul(const char* s, char** end, int base) { in strtoul() 162 unsigned long wcstoul(const wchar_t* s, wchar_t** end, int base) { in wcstoul() 166 unsigned long long strtoull(const char* s, char** end, int base) { in strtoull() 170 unsigned long long wcstoull(const wchar_t* s, wchar_t** end, int base) { in wcstoull() [all …]
|
D | wcstod.cpp | 38 float_type wcstod(const wchar_t* str, wchar_t** end, float_type strtod_fn(const char*, char**)) { in wcstod() 94 float wcstof(const wchar_t* s, wchar_t** end) { in wcstof() 98 double wcstod(const wchar_t* s, wchar_t** end) { in wcstod() 102 long double wcstold(const wchar_t* s, wchar_t** end) { in wcstold()
|
D | grp_pwd_file.cpp | 63 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
|
D | arpa_inet.cpp | 41 char* end; in inet_aton() local
|
D | android_unsafe_frame_pointer_chase.cpp | 66 auto end = __get_thread_stack_top(); in android_unsafe_frame_pointer_chase() local
|
D | netinet_ether.cpp | 34 int bytes[ETHER_ADDR_LEN], end; in ether_aton_r() local
|
D | grp_pwd.cpp | 153 id_t end; member 284 char* end; in app_id_from_name() local 661 ssize_t end = android_id_count; in getpwent() local 798 ssize_t end = android_id_count; in getgrent() local
|
D | mntent.cpp | 79 char* const end = mnt->mnt_opts + strlen(mnt->mnt_opts); in hasmntopt() local
|
/bionic/linker/ |
D | linker_cfi.cpp | 68 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/ |
D | res_cache.c | 210 _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/ |
D | MapData.h | 42 MapEntry(uintptr_t start, uintptr_t end, uintptr_t offset, const char* name, size_t name_len, in MapEntry() 60 uintptr_t end() const { return end_; } in end() function
|
D | MapData.cpp | 48 uintptr_t end; in parse_line() local
|
/bionic/libc/stdio/ |
D | parsefloat.c | 40 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/ |
D | malloc_iterate_test.cpp | 74 uintptr_t end; in SavePointers() local 100 bool) { in VerifyPtrs() 198 bool) { in TEST()
|
D | inttypes_test.cpp | 103 wchar_t* end = nullptr; in TEST() local 109 wchar_t* end = nullptr; in TEST() local
|
D | sys_prctl_test.cpp | 54 uintptr_t end; in TEST() local
|
/bionic/benchmarks/ |
D | stdio_benchmark.cpp | 229 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/upstream-openbsd/lib/libc/stdlib/ |
D | lsearch.c | 62 const char *element, *end; in lfind() local
|
/bionic/libc/kernel/uapi/linux/ |
D | fib_rules.h | 31 __u32 end; member 35 __u16 end; member
|
D | virtio_iommu.h | 19 __le64 end; member 23 __le32 end; member 106 __le64 end; member
|
D | dlm_plock.h | 33 __u64 end; member
|
D | rseq.h | 42 char end[]; member
|
/bionic/tools/versioner/src/ |
D | Arch.h | 75 ArchMapIterator<T> end() const { in end() function
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 125 char* end; in main() local
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | open_memstream.c | 43 size_t i, end; in memstream_write() local
|