Home
last modified time | relevance | path

Searched refs:h (Results 1 – 5 of 5) sorted by relevance

/rust-libc-0.2.174/ci/
H A Dsysinfo_guard.patch6 #include <linux/sysinfo.h>
8 #include <linux/const.h>
/rust-libc-0.2.174/
H A DCHANGELOG.md31 - Linux: Add constants from `linux/cn_proc.h` and `linux/connector.h` ([#4434](https://github.com/r…
42 - Windows: Add more `time.h` functions ([#4427](https://github.com/rust-lang/libc/pull/4427))
62 - Android: Add `if_tun.h` ioctls ([#4379](https://github.com/rust-lang/libc/pull/4379))
75 - Linux: Add missing INPUT_PROP_XXX flags from `input-event-codes.h` ([#4326](https://github.com/ru…
77 - Linux: Add more constants from `seccomp.h` ([#4330](https://github.com/rust-lang/libc/pull/4330))
87 - Redox: Add more `sys/socket.h` and `sys/uio.h` definitions ([#4388](https://github.com/rust-lang/…
132 - FreeBSD: Make `spawn.h` interfaces available on all FreeBSD-like systems ([#4294](https://github.…
511 - Musl: add `utmpx.h` constants <https://github.com/rust-lang/libc/pull/3908>
517 - Unix: add `fnmatch.h` <https://github.com/rust-lang/libc/pull/3937>
/rust-libc-0.2.174/src/
H A Dpsp.rs1863 pub h: i16,
1870 pub h: i32,
1877 pub h: u64,
2137 pub h: [u32; 5usize],
2150 pub h: [u32; 4usize],
2169 pub h: f32,
3571 pub fn sceGuScissor(x: i32, y: i32, w: i32, h: i32); in sceGuScissor()
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs476 let h = match self.sa_handler { localVariable
480 h.hash(state)
/rust-libc-0.2.174/src/teeos/
H A Dmod.rs1243 pub fn strstr(h: *const c_char, n: *const c_char) -> *mut c_char; in strstr()