Searched defs:c_int (Results 1 – 3 of 3) sorted by relevance
9 pub unsafe extern "C" fn printf(w: &mut impl Write, str: *const c_char, mut args: ...) -> c_int { in printf()
137 pub fn clock_gettime(clock_id: c_int, tp: *mut PosixTimeSpec) -> Result<usize, SystemError> { in clock_gettime()
129 sig: c_int, in sigaction()