Home
last modified time | relevance | path

Searched refs:__mode_t (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/src/solid/
H A Dmod.rs30 pub type __mode_t = u32; typedef
77 pub type mode_t = __mode_t;
811 pub fn chmod(arg1: *const c_char, arg2: __mode_t) -> c_int; in chmod()
812 pub fn mkdir(arg1: *const c_char, arg2: __mode_t) -> c_int; in mkdir()
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs38 pub type __mode_t = __u32_type; typedef
107 pub type mode_t = __mode_t;
467 pub st_mode: __mode_t,
488 pub st_mode: __mode_t,
3557 pub fn mkfifoat(__fd: c_int, __path: *const c_char, __mode: __mode_t) -> c_int; in mkfifoat()