Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dtime.h56 #define timeradd(a, b, res) \ argument
66 #define timersub(a, b, res) \ argument
/bionic/libc/netbsd/
Dgethnamaddr.c140 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/
Dres_compat.c83 __res_put_old_state(void *res) in __res_put_old_state()
Dres_state.c213 __res_put_state(res_state res) in __res_put_state()
Dres_send.c136 #define EXT(res) ((res)->_u._ext) argument
946 int res, origflags; in connect_with_timeout() local
Dres_debug.c1117 struct tm res; in p_secstodate() local
/bionic/tests/
Dfortify_test.cpp515 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 …]
Dstring_test.cpp265 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/
Ddiv64.h25 #define do_div64_32(res, high, low, base) ({ unsigned long __quot32, __mod32; unsigned long __c… argument
/bionic/libc/stdio/
Dvfscanf.c575 uintmax_t res; in VFSCANF() local
684 double res; in VFSCANF() local
/bionic/libc/netbsd/net/
Dgetaddrinfo.c410 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/
Daio_abi.h36 __s64 res; member
Dioport.h35 struct resource *res; member
Dnfs_xdr.h554 struct nfs_readres res; member
572 struct nfs_writeres res; member
/bionic/libc/bionic/
Dmd5.c242 MD5_Final (void *res, struct md5 *m) in MD5_Final()
/bionic/libc/private/
Dresolv_private.h220 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT) argument