Home
last modified time | relevance | path

Searched defs:res (Results 1 – 15 of 15) 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.c135 dprintf(const char *msg, res_state res, ...) in dprintf()
151 # define dprintf(msg, res, num) ((void)0) /*nada*/ argument
173 res_state res) in getanswer()
469 struct hostent *res; in gethostbyname_r() local
486 res_state res = __res_get_state(); in gethostbyname() local
509 res_state res = __res_get_state(); in gethostbyname2() local
519 gethostbyname_internal(const char *name, int af, res_state res) in gethostbyname_internal()
749 res_state res = __res_get_state(); in _gethtent() local
1005 addrsort(char **ap, int num, res_state res) in addrsort()
1065 res_state res; in _dns_gethtbyname() local
[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
925 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/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) in android_getaddrinfo_proxy()
595 const struct addrinfo *hints, struct addrinfo **res) in getaddrinfo()
806 const char *servname, struct addrinfo **res) in explore_fqdn()
868 struct addrinfo **res) in explore_null()
934 const char *servname, struct addrinfo **res, const char *canonname) in explore_numeric()
1021 const char *servname, struct addrinfo **res) in explore_numeric_scope()
1899 res_state res; in _dns_getaddrinfo() local
2048 struct addrinfo hints, *res0, *res; in _gethtent() local
2154 res_state res) in res_queryN()
2258 res_searchN(const char *name, struct res_target *target, res_state res) in res_searchN()
[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/
Dlogd_write.c100 size_t res = 0; in __write_to_log_null() local
Dmd5.c242 MD5_Final (void *res, struct md5 *m) in MD5_Final()
/bionic/libc/private/
Dresolv_private.h215 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT) argument