Lines Matching refs:c_uchar
94 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 {
1101 (cmsg as *mut c_uchar).offset(CMSG_ALIGN(mem::size_of::<cmsghdr>()) as isize)
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
1892 pub fn randUBytes(buf: *mut c_uchar, length: c_int) -> c_int; in randUBytes() argument