/bionic/libc/include/sys/ |
D | time.h | 56 #define timeradd(a, b, res) \ argument 66 #define timersub(a, b, res) \ argument
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vfwscanf.c | 651 uintmax_t res; in __vfwscanf() local 766 long double res = wcstold(buf, NULL); in __vfwscanf() local 769 double res = wcstod(buf, NULL); in __vfwscanf() local 772 float res = wcstof(buf, NULL); in __vfwscanf() local
|
D | vfscanf.c | 729 uintmax_t res; in __svfscanf() local 840 long double res = strtold(buf, in __svfscanf() local 844 double res = strtod(buf, (char **)NULL); in __svfscanf() local 847 float res = strtof(buf, (char **)NULL); in __svfscanf() local
|
/bionic/libc/dns/ |
D | gethnamaddr.c | 145 dprintf(const char *msg, res_state res, ...) in dprintf() 161 # define dprintf(msg, res, num) ((void)0) /*nada*/ argument 183 res_state res) in getanswer() 479 struct hostent *res; in gethostbyname_r() local 496 res_state res = __res_get_state(); in gethostbyname() local 526 res_state res = __res_get_state(); in android_gethostbynamefornet() local 626 gethostbyname_internal_real(const char *name, int af, res_state res) in gethostbyname_internal_real() 749 gethostbyname_internal(const char *name, int af, res_state res, unsigned netid, unsigned mark) in gethostbyname_internal() 949 res_state res = __res_get_state(); in _gethtent() local 1205 addrsort(char **ap, int num, res_state res) in addrsort() [all …]
|
/bionic/tests/ |
D | fortify_test.cpp | 729 char* res = __strncat_chk(buf, "01234", sizeof(buf) - strlen(buf) - 1, sizeof(buf)); in TEST() local 748 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() local 766 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() local 784 char* res = __strncat_chk(buf, "", 5, sizeof(buf)); in TEST() local 803 char* res = __strncat_chk(buf, "01234567", 8, sizeof(buf)); in TEST() local 822 char* res = __strncat_chk(buf, "01234567", 9, sizeof(buf)); in TEST() local 842 char* res = __strcat_chk(buf, "01234", sizeof(buf)); in TEST() local 861 char* res = __strcat_chk(buf, "01234567", sizeof(buf)); in TEST() local 958 char* res = __strcat_chk(buf, "01234567", (size_t)-1); in TEST() local 976 char* res = __stpcpy_chk(buf, "012345678", (size_t)-1); in TEST() local [all …]
|
D | string_test.cpp | 291 char* res = strcat(buf, "01234"); in TEST() local 304 char* res = strcat(buf, "01234567"); in TEST() local 314 char* res = strncat(buf, "01234", sizeof(buf) - strlen(buf) - 1); in TEST() local 327 char* res = strncat(buf, "0123456789", 5); in TEST() local 340 char* res = strncat(buf, "01234567", 8); in TEST() local 350 char* res = strncat(buf, "01234567", 9); in TEST() local
|
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 415 const struct addrinfo *hints, struct addrinfo **res, unsigned netid) in android_getaddrinfo_proxy() 586 const struct addrinfo *hints, struct addrinfo **res) in getaddrinfo() 593 const struct addrinfo *hints, unsigned netid, unsigned mark, struct addrinfo **res) in android_getaddrinfofornet() 805 const char *servname, struct addrinfo **res, unsigned netid, unsigned mark) in explore_fqdn() 867 struct addrinfo **res) in explore_null() 933 const char *servname, struct addrinfo **res, const char *canonname) in explore_numeric() 1020 const char *servname, struct addrinfo **res) in explore_numeric_scope() 1886 res_state res; in _dns_getaddrinfo() local 2040 struct addrinfo hints, *res0, *res; in _gethtent() local 2146 res_state res) in res_queryN() [all …]
|
/bionic/libc/kernel/uapi/linux/ |
D | aio_abi.h | 41 __s64 res; member
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 137 #define EXT(res) ((res)->_u._ext) argument 946 int res, origflags; in connect_with_timeout() local
|
D | res_debug.c | 1175 struct tm res; in p_secstodate() local
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 223 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT) argument
|