/bionic/libc/stdio/ |
D | vfwscanf.c | 578 uintmax_t res; in __vfwscanf() local 616 long double res = wcstold(buf, &p); in __vfwscanf() local 619 double res = wcstod(buf, &p); in __vfwscanf() local 622 float res = wcstof(buf, &p); in __vfwscanf() local
|
D | vfscanf.cpp | 671 uintmax_t res; in __svfscanf() local 709 long double res = strtold(buf, &p); in __svfscanf() local 712 double res = strtod(buf, &p); in __svfscanf() local 715 float res = strtof(buf, &p); in __svfscanf() local
|
/bionic/benchmarks/ |
D | get_heap_size_benchmark.cpp | 51 int res = pthread_create(t + i, NULL, thread_func, object + i); in BM_mallinfo() local 63 int res = pthread_join(t[i], NULL); in BM_mallinfo() local
|
/bionic/libc/include/sys/ |
D | time.h | 69 #define timeradd(a, b, res) \ argument 79 #define timersub(a, b, res) \ argument
|
/bionic/tests/ |
D | sys_xattr_test.cpp | 73 int res = fsetxattr(fd, "user.foo", "bar", 4, 0); in TEST() local 91 int res = fsetxattr(fd, "user.foo", "01234567890123456789", 21, 0); in TEST() local 119 ssize_t res = flistxattr(fd, buf, sizeof(buf)); in TEST() local
|
D | fortify_test.cpp | 686 char* res = __strncat_chk(buf, "01234", sizeof(buf) - strlen(buf) - 1, sizeof(buf)); in TEST() local 705 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() local 723 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() local 741 char* res = __strncat_chk(buf, "", 5, sizeof(buf)); in TEST() local 760 char* res = __strncat_chk(buf, "01234567", 8, sizeof(buf)); in TEST() local 779 char* res = __strncat_chk(buf, "01234567", 9, sizeof(buf)); in TEST() local 799 char* res = __strcat_chk(buf, "01234", sizeof(buf)); in TEST() local 818 char* res = __strcat_chk(buf, "01234567", sizeof(buf)); in TEST() local 915 char* res = __strcat_chk(buf, "01234567", (size_t)-1); in TEST() local 933 char* res = __stpcpy_chk(buf, "012345678", (size_t)-1); in TEST() local [all …]
|
D | string_test.cpp | 346 char* res = strcat(buf, "01234"); in TEST() local 359 char* res = strcat(buf, "01234567"); in TEST() local 369 char* res = strncat(buf, "01234", sizeof(buf) - strlen(buf) - 1); in TEST() local 382 char* res = strncat(buf, "0123456789", 5); in TEST() local 395 char* res = strncat(buf, "01234567", 8); in TEST() local 405 char* res = strncat(buf, "01234567", 9); in TEST() local
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 93 #define maybe_ok(res, nm, ok) (((res)->options & RES_NOCHECKNAME) != 0U || \ argument 95 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok) argument 96 #define maybe_dnok(res, dn) maybe_ok((res), (dn), res_dnok) argument 185 debugprintf(const char *msg, res_state res, ...) in debugprintf() 201 # define debugprintf(msg, res, num) /*nada*/ argument 218 res_state res, struct hostent *hent, char *buf, size_t buflen, int *he) in getanswer() 530 res_state res = __res_get_state(); in gethostbyname_r() local 557 res_state res = __res_get_state(); in gethostbyname2_r() local 675 gethostbyname_internal_real(const char *name, int af, res_state res, struct hostent *hp, char *buf, in gethostbyname_internal_real() 792 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/libc/kernel/uapi/linux/ |
D | aio_abi.h | 40 __s64 res; member
|
D | virtio_input.h | 36 __u32 res; member
|
/bionic/linker/ |
D | linker_cfi.cpp | 74 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 984 int res, origflags; in connect_with_timeout() local
|
D | res_debug.c | 1167 struct tm res; in p_secstodate() local
|
/bionic/libc/kernel/uapi/rdma/ |
D | ib_user_mad.h | 86 __u16 res; member
|
/bionic/libc/arch-mips/string/ |
D | memcmp.c | 326 int res; in memcmp() local
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 235 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT) argument
|