Searched refs:rs (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/netbsd/net/
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...]
H A Dservent.h44 struct servent* getservent_r(res_static rs);
H A Dgetservbyport.c35 res_static rs = __res_get_static(); local
38 if (rs == NULL || proto == NULL) {
43 rs->servent_ptr = NULL;
45 struct servent* s = getservent_r(rs);
H A Dgetservbyname.c36 res_static rs = __res_get_static(); local
39 if (rs == NULL || proto == NULL || name == NULL) {
44 rs->servent_ptr = NULL;
46 struct servent* s = getservent_r(rs);
/bionic/libc/netbsd/
H A Dgethnamaddr.c185 res_static rs = __res_get_static(); local
191 rs->host.h_name = NULL;
210 bp = rs->hostbuf;
211 ep = rs->hostbuf + sizeof rs->hostbuf;
234 rs->host.h_name = bp;
237 qname = rs->host.h_name;
239 ap = rs->host_aliases;
241 rs->host.h_aliases = rs
525 res_static rs = __res_get_static(); local
698 res_static rs = __res_get_static(); local
710 res_static rs = __res_get_static(); local
725 res_static rs = __res_get_static(); local
839 res_static rs = __res_get_static(); local
929 res_static rs = __res_get_static(); local
1049 res_static rs = __res_get_static(); local
1126 res_static rs = __res_get_static(); local
[all...]
/bionic/libc/bionic/
H A Darc4random.c66 static struct arc4_stream rs; variable in typeref:struct:arc4_stream
78 rs.s[n] = n;
79 rs.i = 0;
80 rs.j = 0;
89 rs.i--;
91 rs.i = (rs.i + 1);
92 si = rs.s[rs.i];
93 rs
[all...]
H A Ddlmalloc.c4590 size_t rs = ((capacity == 0)? mparams.granularity : local
4592 size_t tsize = granularity_align(rs);
/bionic/libc/netbsd/resolv/
H A Dres_state.c76 _res_static_done( res_static rs )
82 if (rs->hostf) { /* should not happen in theory, but just be safe */
83 fclose(rs->hostf);
84 rs->hostf = NULL;
86 free(rs->servent.s_aliases);
/bionic/libc/kernel/arch-sh/asm/
H A Dptrace.h70 unsigned long rs; member in struct:pt_dspregs
/bionic/libc/kernel/common/media/
H A Dmsm_camera.h380 int rs; member in struct:sensor_cfg_data

Completed in 200 milliseconds