Home
last modified time | relevance | path

Searched defs:res (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/include/sys/
Dtime.h56 #define timeradd(a, b, res) \ argument
66 #define timersub(a, b, res) \ argument
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfwscanf.c651 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
Dvfscanf.c729 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/
Dgethnamaddr.c145 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/
Dfortify_test.cpp729 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 …]
Dstring_test.cpp291 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/
Dgetaddrinfo.c415 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/
Daio_abi.h41 __s64 res; member
/bionic/libc/dns/resolv/
Dres_send.c137 #define EXT(res) ((res)->_u._ext) argument
946 int res, origflags; in connect_with_timeout() local
Dres_debug.c1175 struct tm res; in p_secstodate() local
/bionic/libc/dns/include/
Dresolv_private.h223 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT) argument