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

/bionic/libc/dns/net/
H A Dgetservbyname.c36 res_static rs = __res_get_static(); local
38 if (rs == NULL || proto == NULL || name == NULL) {
43 rs->servent_ptr = NULL;
45 struct servent* s = getservent_r(rs);
H A Dgetservbyport.c35 res_static rs = __res_get_static(); local
37 if (rs == NULL || proto == NULL) {
42 rs->servent_ptr = NULL;
44 struct servent* s = getservent_r(rs);
H A Dgetservent.c38 res_static rs = __res_get_static(); local
39 if (rs) {
40 rs->servent_ptr = NULL;
51 getservent_r( res_static rs )
61 p = rs->servent_ptr;
82 p2 = realloc( (char*)rs->servent.s_aliases, total );
87 rs->servent.s_aliases = (char**) p2;
89 rs->servent.s_name = p2;
91 rs->servent.s_proto = p2;
94 memcpy( rs
124 res_static rs = __res_get_static(); local
[all...]
/bionic/libc/upstream-openbsd/lib/libc/crypt/
H A Darc4random.c55 } *rs; variable in typeref:struct:_rs
75 if (rs == NULL) {
76 if (_rs_allocate(&rs, &rsx) == -1)
92 if (!rs)
99 rs->rs_have = 0;
102 rs->rs_count = 1600000;
109 if (!rs || rs->rs_count <= len)
111 if (rs->rs_count <= len)
112 rs
[all...]
/bionic/libc/dns/
H A Dgethnamaddr.c196 res_static rs = __res_get_static(); local
202 rs->host.h_name = NULL;
221 bp = rs->hostbuf;
222 ep = rs->hostbuf + sizeof rs->hostbuf;
245 rs->host.h_name = bp;
248 qname = rs->host.h_name;
250 ap = rs->host_aliases;
252 rs->host.h_aliases = rs
578 res_static rs = __res_get_static(); local
632 res_static rs = __res_get_static(); local
899 res_static rs = __res_get_static(); local
911 res_static rs = __res_get_static(); local
926 res_static rs = __res_get_static(); local
1040 res_static rs = __res_get_static(); local
1130 res_static rs = __res_get_static(); local
1250 res_static rs = __res_get_static(); local
1328 res_static rs = __res_get_static(); local
[all...]
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c5459 size_t rs = ((capacity == 0)? mparams.granularity : local
5461 size_t tsize = granularity_align(rs);

Completed in 354 milliseconds