Home
last modified time | relevance | path

Searched defs:rs (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/dns/net/
Dgetservent.c38 struct servent* getservent_r(struct res_static* rs) { in getservent_r()
112 struct res_static* rs = __res_get_static(); in endservent() local
117 struct res_static* rs = __res_get_static(); in getservent() local
122 struct res_static* rs = __res_get_static(); in getservbyname() local
138 struct res_static* rs = __res_get_static(); in getservbyport() local
Dsethostent.c68 struct res_static* rs = __res_get_static(); in sethostent() local
75 struct res_static* rs = __res_get_static(); in endhostent() local
Dgethnamaddr.c1540 struct res_static* rs = __res_get_static(); in gethostbyname() local
1550 struct res_static* rs = __res_get_static(); in gethostbyname2() local
1586 struct res_static* rs = __res_get_static(); in android_gethostbynamefornetcontext() local
1618 struct res_static* rs = __res_get_static(); in android_gethostbyaddrfornetcontext_proxy() local
1626 struct res_static* rs = __res_get_static(); in gethostent() local
/bionic/libc/upstream-openbsd/android/include/
Darc4random.h65 struct _rs rs; in _rs_allocate() member
/bionic/libc/dns/resolv/
Dres_state.c71 _res_static_done(struct res_static* rs) in _res_static_done()
/bionic/libc/upstream-openbsd/lib/libc/crypt/
Darc4random.c58 } *rs; variable