Searched refs:__mode_t (Results 1 – 2 of 2) sorted by relevance
30 pub type __mode_t = u32; typedef77 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()
38 pub type __mode_t = __u32_type; typedef107 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()