/bionic/libc/stdio/ |
D | vfwscanf.cpp | 544 uintmax_t res; in __vfwscanf() local 582 long double res = wcstold(buf, &p); in __vfwscanf() local 585 double res = wcstod(buf, &p); in __vfwscanf() local 588 float res = wcstof(buf, &p); in __vfwscanf() local
|
D | vfscanf.cpp | 641 uintmax_t res; in __svfscanf() local 679 long double res = strtold(buf, &p); in __svfscanf() local 682 double res = strtod(buf, &p); in __svfscanf() local 685 float res = strtof(buf, &p); in __svfscanf() local
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 92 #define maybe_ok(res, nm, ok) (((res)->options & RES_NOCHECKNAME) != 0U || \ argument 94 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok) argument 95 #define maybe_dnok(res, dn) maybe_ok((res), (dn), res_dnok) argument 184 debugprintf(const char *msg, res_state res, ...) in debugprintf() 200 # define debugprintf(msg, res, num) /*nada*/ argument 217 res_state res, struct hostent *hent, char *buf, size_t buflen, int *he) in getanswer() 529 res_state res = __res_get_state(); in gethostbyname_r() local 556 res_state res = __res_get_state(); in gethostbyname2_r() local 674 gethostbyname_internal_real(const char *name, int af, res_state res, struct hostent *hp, char *buf, in gethostbyname_internal_real() 791 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *hbuf, in gethostbyname_internal() [all …]
|
D | getaddrinfo.c | 408 const struct addrinfo *hints, struct addrinfo **res, unsigned netid) in android_getaddrinfo_proxy() 564 const struct addrinfo *hints, struct addrinfo **res) in getaddrinfo() 572 const struct addrinfo *hints, unsigned netid, unsigned mark, struct addrinfo **res) in android_getaddrinfofornet() 588 struct addrinfo **res) in android_getaddrinfofornetcontext() 800 const char *servname, struct addrinfo **res, in explore_fqdn() 863 struct addrinfo **res) in explore_null() 929 const char *servname, struct addrinfo **res, const char *canonname) in explore_numeric() 1016 const char *servname, struct addrinfo **res) in explore_numeric_scope() 1902 res_state res; in _dns_getaddrinfo() local 2054 struct addrinfo hints, *res0, *res; in _gethtent() local [all …]
|
/bionic/tests/libs/ |
D | stack_tagging_helper.cpp | 58 T* res; in mte_increment_tag() local 128 int res = waitpid(pid, &wstatus, 0); in vfork_parent() local 203 int res = sigaltstack(&ss, &old_ss); in SigAltStackScoped() local 208 int res = sigaltstack(&old_ss, nullptr); in ~SigAltStackScoped() local 225 int res = sigaction(signo, &sa, &oldsa); in SigActionScoped() local 230 int res = sigaction(signo, &oldsa, nullptr); in ~SigActionScoped() local
|
/bionic/benchmarks/ |
D | get_heap_size_benchmark.cpp | 49 int res = pthread_create(t + i, NULL, thread_func, object + i); in BM_mallinfo() local 61 int res = pthread_join(t[i], NULL); in BM_mallinfo() local
|
D | dlfcn_benchmark.cpp | 29 int res = dladdr(addr, &info); in bm_dladdr() local
|
D | syscall_mm_benchmark.cpp | 336 int res = mprotect(addr, params.size, params.initial_prot); in MprotectBenchmark() local
|
/bionic/libc/include/sys/ |
D | time.h | 82 #define timeradd(a, b, res) \ argument 92 #define timersub(a, b, res) \ argument
|
/bionic/tests/ |
D | sys_xattr_test.cpp | 75 int res = fsetxattr(fd, "user.foo", "bar", 4, 0); in TEST() local 93 int res = fsetxattr(fd, "user.foo", "01234567890123456789", 21, 0); in TEST() local 121 ssize_t res = flistxattr(fd, buf, sizeof(buf)); in TEST() local
|
D | fortify_test.cpp | 681 char* res = __strncat_chk(buf, "01234", sizeof(buf) - strlen(buf) - 1, sizeof(buf)); in TEST() local 700 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() local 718 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() local 736 char* res = __strncat_chk(buf, "", 5, sizeof(buf)); in TEST() local 755 char* res = __strncat_chk(buf, "01234567", 8, sizeof(buf)); in TEST() local 774 char* res = __strncat_chk(buf, "01234567", 9, sizeof(buf)); in TEST() local 794 char* res = __strcat_chk(buf, "01234", sizeof(buf)); in TEST() local 813 char* res = __strcat_chk(buf, "01234567", sizeof(buf)); in TEST() local 910 char* res = __strcat_chk(buf, "01234567", (size_t)-1); in TEST() local 946 char* res = __stpcpy_chk(buf, "012345678", (size_t)-1); in TEST() local [all …]
|
D | string_test.cpp | 358 char* res = strcat(buf, "01234"); in TEST() local 371 char* res = strcat(buf, "01234567"); in TEST() local 381 char* res = strncat(buf, "01234", sizeof(buf) - strlen(buf) - 1); in TEST() local 394 char* res = strncat(buf, "0123456789", 5); in TEST() local 407 char* res = strncat(buf, "01234567", 8); in TEST() local 417 char* res = strncat(buf, "01234567", 9); in TEST() local
|
D | heap_tagging_level_test.cpp | 37 int res = prctl(PR_GET_TAGGED_ADDR_CTRL, 0, 0, 0, 0); in KernelSupportsTaggedPointers() local
|
/bionic/libc/kernel/uapi/linux/ |
D | aio_abi.h | 28 __s64 res; member
|
D | virtio_input.h | 24 __le32 res; member
|
D | acrn.h | 185 } res[ACRN_MMIODEV_RES_NUM]; member
|
D | io_uring.h | 218 __s32 res; member
|
/bionic/linker/ |
D | linker_cfi.cpp | 75 void* res = mremap(tmp_start, size, size, MREMAP_MAYMOVE | MREMAP_FIXED, in ~ShadowWrite() local
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 134 #define EXT(res) ((res)->_u._ext) argument 983 int res, origflags; in connect_with_timeout() local
|
D | res_debug.c | 1185 struct tm res; in p_secstodate() local
|
/bionic/libc/kernel/uapi/rdma/ |
D | ib_user_mad.h | 74 __u16 res; member
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 236 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT) argument
|
/bionic/libc/malloc_debug/ |
D | malloc_debug.cpp | 129 ScopedTimer(TimedResult& res) : res_(res) { res_.start_ns = Nanotime(); } in ScopedTimer()
|