Home
last modified time | relevance | path

Searched defs:res (Results 1 – 14 of 14) 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) in gethostbyname_internal()
939 res_state res = __res_get_state(); in _gethtent() local
1195 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
935 int res, origflags; in connect_with_timeout() local
Dres_debug.c1117 struct tm res; in p_secstodate() 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/netbsd/net/
Dgetaddrinfo.c409 const struct addrinfo *hints, struct addrinfo **res, const char *iface) in android_getaddrinfo_proxy()
578 const struct addrinfo *hints, struct addrinfo **res) in getaddrinfo()
585 const struct addrinfo *hints, const char *iface, struct addrinfo **res) in android_getaddrinfoforiface()
797 const char *servname, struct addrinfo **res, const char *iface) in explore_fqdn()
859 struct addrinfo **res) in explore_null()
925 const char *servname, struct addrinfo **res, const char *canonname) in explore_numeric()
1012 const char *servname, struct addrinfo **res) in explore_numeric_scope()
1890 res_state res; in _dns_getaddrinfo() local
2047 struct addrinfo hints, *res0, *res; in _gethtent() local
2153 res_state res) in res_queryN()
[all …]
/bionic/libc/stdio/
Dvfscanf.c575 uintmax_t res; in VFSCANF() local
684 double res; in VFSCANF() local
/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.h217 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT) argument