Home
last modified time | relevance | path

Searched refs:c_uchar (Results 1 – 25 of 52) sorted by relevance

123

/rust-libc-0.2.174/src/unix/bsd/apple/b32/
H A Dmod.rs9 pub ifi_type: c_uchar,
10 pub ifi_typelen: c_uchar,
11 pub ifi_physical: c_uchar,
12 pub ifi_addrlen: c_uchar,
13 pub ifi_hdrlen: c_uchar,
14 pub ifi_recvquota: c_uchar,
15 pub ifi_xmitquota: c_uchar,
16 pub ifi_unused1: c_uchar,
/rust-libc-0.2.174/src/unix/bsd/apple/b64/
H A Dmod.rs12 pub ifi_type: c_uchar,
13 pub ifi_typelen: c_uchar,
14 pub ifi_physical: c_uchar,
15 pub ifi_addrlen: c_uchar,
16 pub ifi_hdrlen: c_uchar,
17 pub ifi_recvquota: c_uchar,
18 pub ifi_xmitquota: c_uchar,
19 pub ifi_unused1: c_uchar,
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs27 pub type __u8 = c_uchar;
557 pub st_info: c_uchar,
558 pub st_other: c_uchar,
564 pub st_info: c_uchar,
565 pub st_other: c_uchar,
820 pub irq: c_uchar,
821 pub dma: c_uchar,
822 pub port: c_uchar,
1452 pub d_type: c_uchar,
1489 pub iv: [c_uchar; 0],
[all …]
/rust-libc-0.2.174/src/unix/hurd/
H A Db32.rs44 pub e_ident: [c_uchar; 16],
77 pub st_info: c_uchar,
78 pub st_other: c_uchar,
H A Db64.rs46 pub e_ident: [c_uchar; 16],
77 pub st_info: c_uchar,
78 pub st_other: c_uchar,
H A Dmod.rs14 pub type __u_char = c_uchar;
19 pub type __uint8_t = c_uchar;
174 pub type sa_family_t = c_uchar;
185 pub type cc_t = c_uchar;
266 pub sa_len: c_uchar,
276 pub sin_len: c_uchar,
284 pub sin6_len: c_uchar,
293 pub sun_len: c_uchar,
299 pub ss_len: c_uchar,
368 pub d_type: c_uchar,
[all …]
/rust-libc-0.2.174/src/unix/haiku/
H A Dx86_64.rs13 pub _fpreg: [[c_uchar; 8]; 16],
14 pub _xmm: [[c_uchar; 16]; 16],
15 pub _reserved_416_511: [c_uchar; 96],
21 pub _reserved: [c_uchar; 48],
27 pub _fp_ymm: [[c_uchar; 16]; 16],
/rust-libc-0.2.174/src/unix/linux_like/android/b32/
H A Dmod.rs31 __pad0: [c_uchar; 4],
38 __pad3: [c_uchar; 4],
53 __pad0: [c_uchar; 4],
60 __pad3: [c_uchar; 4],
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs166 pub ifi_type: c_uchar,
168 pub ifi_addrlen: c_uchar,
169 pub ifi_hdrlen: c_uchar,
194 pub ifm_version: c_uchar,
195 pub ifm_type: c_uchar,
203 pub sdl_len: c_uchar,
204 pub sdl_family: c_uchar,
206 pub sdl_type: c_uchar,
207 pub sdl_nlen: c_uchar,
208 pub sdl_alen: c_uchar,
[all …]
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs41 pub type __u8 = c_uchar;
506 pub irq: c_uchar,
507 pub dma: c_uchar,
508 pub port: c_uchar,
535 pub d_type: c_uchar,
543 pub d_type: c_uchar,
608 pub iv: [c_uchar; 0],
3137 pub const RTN_UNSPEC: c_uchar = 0;
3139 pub const RTN_LOCAL: c_uchar = 2;
3146 pub const RTN_THROW: c_uchar = 9;
[all …]
/rust-libc-0.2.174/libc-test/test/
H A Dcmsg.rs9 use libc::{self, c_uchar, c_uint, c_void, cmsghdr, msghdr};
18 pub fn cmsg_data(cmsg: *const cmsghdr) -> *mut c_uchar; in cmsg_data() argument
H A Dprimitive_types.rs13 ok!(c_char c_schar c_uchar c_short c_ushort c_int c_uint c_long c_ulong in same()
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs137 pub fh: *mut c_uchar,
301 pub ifi_type: c_uchar,
303 pub ifi_hdrlen: c_uchar,
328 pub ifm_type: c_uchar,
332 pub ifm_pad1: c_uchar,
333 pub ifm_pad2: c_uchar,
341 pub sdl_len: c_uchar,
344 pub sdl_type: c_uchar,
345 pub sdl_nlen: c_uchar,
346 pub sdl_alen: c_uchar,
[all …]
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dsparc64.rs3 pub type __cpu_simple_lock_nv_t = c_uchar;
H A Dx86.rs3 pub type __cpu_simple_lock_nv_t = c_uchar;
H A Dx86_64.rs5 pub type __cpu_simple_lock_nv_t = c_uchar;
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs473 pub ifm_type: c_uchar,
529 pub rtm_type: c_uchar,
544 pub rtm_type: c_uchar,
731 pub sdl_len: c_uchar,
734 pub sdl_type: c_uchar,
735 pub sdl_nlen: c_uchar,
736 pub sdl_alen: c_uchar,
737 pub sdl_slen: c_uchar,
742 pub sin_len: c_uchar,
752 pub sc_len: c_uchar,
[all …]
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs390 pub st_info: c_uchar,
391 pub st_other: c_uchar,
397 pub st_info: c_uchar,
398 pub st_other: c_uchar,
644 pub jt: c_uchar,
645 pub jf: c_uchar,
758 pub sdl_len: c_uchar,
761 pub sdl_type: c_uchar,
762 pub sdl_nlen: c_uchar,
763 pub sdl_alen: c_uchar,
[all …]
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs94 pub type sa_family_t = c_uchar;
180 pub sa_len: c_uchar,
234 pub st_attrib: c_uchar,
413 pub d_type: c_uchar,
436 pub ss_len: c_uchar,
804 _SS_ALIGNSIZE - size_of::<c_uchar>() - size_of::<crate::sa_family_t>();
806 - size_of::<c_uchar>()
1100 pub fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut c_uchar {
1890 pub fn randBytes(buf: *mut c_uchar, length: c_int) -> c_int; in randBytes() argument
1891 pub fn randABytes(buf: *mut c_uchar, length: c_int) -> c_int; in randABytes() argument
[all …]
/rust-libc-0.2.174/src/unix/newlib/horizon/
H A Dmod.rs9 pub type u_char = c_uchar;
57 pub sun_len: c_uchar,
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs37 pub type sa_family_t = c_uchar;
213 pub sa_len: c_uchar,
219 pub sdl_len: c_uchar,
222 pub sdl_type: c_uchar,
223 pub sdl_nlen: c_uchar,
224 pub sdl_alen: c_uchar,
225 pub sdl_slen: c_uchar,
230 pub sin_len: c_uchar,
238 pub sin6_len: c_uchar,
247 pub __ss_len: c_uchar,
[all …]
/rust-libc-0.2.174/libc-test/semver/
H A Dtrusty.txt18 c_uchar
/rust-libc-0.2.174/src/unix/newlib/
H A Dgeneric.rs36 pub d_type: c_uchar,
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs36 pub type u_char = c_uchar;
556 pub n_type: c_uchar,
566 pub n_type: c_uchar,
653 pub ifm_type: c_uchar,
671 pub ifm_type: c_uchar,
695 pub ifam_type: c_uchar,
713 pub ifam_type: c_uchar,
1435 pub sdl_len: c_uchar,
1438 pub sdl_type: c_uchar,
1439 pub sdl_nlen: c_uchar,
[all …]
/rust-libc-0.2.174/src/
H A Dprimitives.rs10 pub type c_uchar = u8; typedef

123