Searched defs:res (Results 1 – 15 of 15) sorted by relevance
/bionic/libc/include/sys/ |
D | time.h | 56 #define timeradd(a, b, res) \ argument 66 #define timersub(a, b, res) \ argument
|
/bionic/libc/netbsd/ |
D | gethnamaddr.c | 135 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/ |
D | res_compat.c | 83 __res_put_old_state(void *res) in __res_put_old_state()
|
D | res_state.c | 213 __res_put_state(res_state res) in __res_put_state()
|
D | res_send.c | 136 #define EXT(res) ((res)->_u._ext) argument 925 int res, origflags; in connect_with_timeout() local
|
D | res_debug.c | 1117 struct tm res; in p_secstodate() local
|
/bionic/libc/kernel/arch-mips/asm/ |
D | div64.h | 25 #define do_div64_32(res, high, low, base) ({ unsigned long __quot32, __mod32; unsigned long __c… argument
|
/bionic/libc/stdio/ |
D | vfscanf.c | 575 uintmax_t res; in VFSCANF() local 684 double res; in VFSCANF() local
|
/bionic/libc/netbsd/net/ |
D | getaddrinfo.c | 410 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/ |
D | aio_abi.h | 36 __s64 res; member
|
D | ioport.h | 35 struct resource *res; member
|
D | nfs_xdr.h | 554 struct nfs_readres res; member 572 struct nfs_writeres res; member
|
/bionic/libc/bionic/ |
D | logd_write.c | 100 size_t res = 0; in __write_to_log_null() local
|
D | md5.c | 242 MD5_Final (void *res, struct md5 *m) in MD5_Final()
|
/bionic/libc/private/ |
D | resolv_private.h | 215 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT) argument
|