/bionic/libc/include/sys/ |
D | time.h | 56 #define timeradd(a, b, res) \ argument 66 #define timersub(a, b, res) \ argument
|
/bionic/libc/netbsd/ |
D | gethnamaddr.c | 140 dprintf(const char *msg, res_state res, ...) in dprintf() 156 # define dprintf(msg, res, num) ((void)0) /*nada*/ argument 178 res_state res) in getanswer() 474 struct hostent *res; in gethostbyname_r() local 491 res_state res = __res_get_state(); in gethostbyname() local 521 res_state res = __res_get_state(); in android_gethostbynameforiface() local 621 gethostbyname_internal_real(const char *name, int af, res_state res) in gethostbyname_internal_real() 744 gethostbyname_internal(const char *name, int af, res_state res, const char *iface, int mark) in gethostbyname_internal() 940 res_state res = __res_get_state(); in _gethtent() local 1196 addrsort(char **ap, int num, res_state res) in addrsort() [all …]
|
/bionic/libc/netbsd/resolv/ |
D | res_compat.c | 83 __res_put_old_state(void *res) in __res_put_old_state()
|
D | res_state.c | 213 __res_put_state(res_state res) in __res_put_state()
|
D | res_send.c | 136 #define EXT(res) ((res)->_u._ext) argument 946 int res, origflags; in connect_with_timeout() local
|
D | res_debug.c | 1117 struct tm res; in p_secstodate() local
|
/bionic/tests/ |
D | fortify_test.cpp | 515 char* res = __strncat_chk(buf, "01234", sizeof(buf) - strlen(buf) - 1, sizeof(buf)); in TEST() local 534 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() local 552 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() local 570 char* res = __strncat_chk(buf, "", 5, sizeof(buf)); in TEST() local 589 char* res = __strncat_chk(buf, "01234567", 8, sizeof(buf)); in TEST() local 608 char* res = __strncat_chk(buf, "01234567", 9, sizeof(buf)); in TEST() local 628 char* res = __strcat_chk(buf, "01234", sizeof(buf)); in TEST() local 647 char* res = __strcat_chk(buf, "01234567", sizeof(buf)); in TEST() local 666 char* res = __strcat_chk(buf, "01234567", (size_t)-1); in TEST() local 684 char* res = __strcpy_chk(buf, "012345678", (size_t)-1); in TEST() local [all …]
|
D | string_test.cpp | 265 char* res = strcat(buf, "01234"); in TEST() local 284 char* res = strcat(buf, "01234567"); in TEST() local 303 char* res = strncat(buf, "01234", sizeof(buf) - strlen(buf) - 1); in TEST() local 322 char* res = strncat(buf, "0123456789", 5); in TEST() local 341 char* res = strncat(buf, "01234567", 8); in TEST() local 360 char* res = strncat(buf, "01234567", 9); in TEST() local
|
/bionic/libc/kernel/arch-mips/asm/ |
D | div64.h | 25 #define do_div64_32(res, high, low, base) ({ unsigned long __quot32, __mod32; unsigned long __c… argument
|
/bionic/libc/stdio/ |
D | vfscanf.c | 575 uintmax_t res; in VFSCANF() local 684 double res; in VFSCANF() local
|
/bionic/libc/netbsd/net/ |
D | getaddrinfo.c | 410 const struct addrinfo *hints, struct addrinfo **res, const char *iface) in android_getaddrinfo_proxy() 579 const struct addrinfo *hints, struct addrinfo **res) in getaddrinfo() 586 const struct addrinfo *hints, const char *iface, int mark, struct addrinfo **res) in android_getaddrinfoforiface() 798 const char *servname, struct addrinfo **res, const char *iface, int mark) in explore_fqdn() 860 struct addrinfo **res) in explore_null() 926 const char *servname, struct addrinfo **res, const char *canonname) in explore_numeric() 1013 const char *servname, struct addrinfo **res) in explore_numeric_scope() 1893 res_state res; in _dns_getaddrinfo() local 2053 struct addrinfo hints, *res0, *res; in _gethtent() local 2159 res_state res) in res_queryN() [all …]
|
/bionic/libc/kernel/common/linux/ |
D | aio_abi.h | 36 __s64 res; member
|
D | ioport.h | 35 struct resource *res; member
|
D | nfs_xdr.h | 554 struct nfs_readres res; member 572 struct nfs_writeres res; member
|
/bionic/libc/bionic/ |
D | md5.c | 242 MD5_Final (void *res, struct md5 *m) in MD5_Final()
|
/bionic/libc/private/ |
D | resolv_private.h | 220 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT) argument
|