| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/b64/wasm32/ |
| H A D | wali.rs | 14 pub fn __syscall_SYS_open(a1: i32, a2: i32, a3: i32) -> ::c_long; in __syscall_SYS_open() argument 77 pub fn __syscall_SYS_select(a1: i32, a2: i32, a3: i32, a4: i32, a5: i32) -> ::c_long; in __syscall_SYS_select() argument 122 pub fn __syscall_SYS_recvfrom(a1: i32, a2: i32, a3: u32, a4: i32, a5: i32, a6: i32) in __syscall_SYS_recvfrom() argument 153 pub fn __syscall_SYS_getsockopt(a1: i32, a2: i32, a3: i32, a4: i32, a5: i32) -> ::c_long; in __syscall_SYS_getsockopt() argument 165 pub fn __syscall_SYS_wait4(a1: i32, a2: i32, a3: i32, a4: i32) -> ::c_long; in __syscall_SYS_wait4() argument 330 pub fn __syscall_SYS_futex(a1: i32, a2: i32, a3: i32, a4: i32, a5: i32, a6: i32) -> ::c_long; in __syscall_SYS_futex() argument 366 pub fn __syscall_SYS_fchownat(a1: i32, a2: i32, a3: i32, a4: i32, a5: i32) -> ::c_long; in __syscall_SYS_fchownat() argument 375 pub fn __syscall_SYS_linkat(a1: i32, a2: i32, a3: i32, a4: i32, a5: i32) -> ::c_long; in __syscall_SYS_linkat() argument 390 pub fn __syscall_SYS_pselect6(a1: i32, a2: i32, a3: i32, a4: i32, a5: i32, a6: i32) in __syscall_SYS_pselect6() argument 431 pub fn __syscall_SYS_renameat2(a1: i32, a2: i32, a3: i32, a4: i32, a5: i32) -> ::c_long; in __syscall_SYS_renameat2() argument [all …]
|
| /rust-libc-0.2.174/src/ |
| H A D | hermit.rs | 424 ) -> i32; in futex_wait() argument 433 pub fn fstat(fd: i32, stat: *mut stat) -> i32; in fstat() argument 463 pub fn close(fd: i32) -> i32; in close() argument 466 pub fn dup(fd: i32) -> i32; in dup() argument 469 pub fn fcntl(fd: i32, cmd: i32, arg: i32) -> i32; in fcntl() argument 480 ) -> i32; in getaddrinfo() argument 486 pub fn socket(domain: i32, ty: i32, protocol: i32) -> i32; in socket() argument 492 pub fn listen(sockfd: i32, backlog: i32) -> i32; in listen() argument 539 ) -> i32; in getsockopt() argument 551 pub fn ioctl(sockfd: i32, cmd: i32, argp: *mut c_void) -> i32; in ioctl() argument [all …]
|
| H A D | psp.rs | 34 unsafe extern "C" fn(arg1: i32, arg2: i32, arg: *mut c_void) -> i32; 42 pub type UmdCallback = fn(unknown: i32, event: i32) -> i32; 65 unsafe extern "C" fn(oldState: i32, newState: i32, event: i32, error: i32, pArg: *mut c_void), 2594 pub fn sceAudioInputInit(unknown1: i32, gain: i32, unknown2: i32) -> i32; in sceAudioInputInit() argument 3222 pub fn scePowerSetClockFrequency(pllfreq: i32, cpufreq: i32, busfreq: i32) -> i32; in scePowerSetClockFrequency() argument 3247 pub fn sceRtcGetDayOfWeek(year: i32, month: i32, day: i32) -> i32; in sceRtcGetDayOfWeek() argument 3571 pub fn sceGuScissor(x: i32, y: i32, w: i32, h: i32); in sceGuScissor() argument 3572 pub fn sceGuViewport(cx: i32, cy: i32, width: i32, height: i32); in sceGuViewport() argument 4021 pub fn sceNetInetShutdown(s: i32, how: i32) -> i32; in sceNetInetShutdown() argument 4022 pub fn sceNetInetSocket(domain: i32, type_: i32, protocol: i32) -> i32; in sceNetInetSocket() argument [all …]
|
| H A D | primitives.rs | 58 pub type c_int = i32; 69 pub type c_long = i32; 79 pub type int32_t = i32;
|
| H A D | trusty.rs | 14 pub type c_int32_t = i32; 36 pub const PROT_READ: i32 = 1; 37 pub const PROT_WRITE: i32 = 2;
|
| /rust-libc-0.2.174/src/unix/nuttx/ |
| H A D | mod.rs | 10 pub type dev_t = i32; 19 pub type pthread_t = i32; 24 pub type suseconds_t = i32; 26 pub type clockid_t = i32; 28 pub type wchar_t = i32; 570 pub fn ioctl(fd: i32, request: i32, ...) -> i32; in ioctl() argument 573 sockfd: i32, in recvfrom() argument 576 flags: i32, in recvfrom() argument 579 ) -> i32; in recvfrom() argument 586 ) -> i32; in pthread_create() argument [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b32/ |
| H A D | mod.rs | 6 pub type clock_t = i32; 14 pub type __fsword_t = i32; 46 pub type time_t = i32; 63 pub type off_t = i32; 239 pub __unused1: i32, 240 pub __unused2: i32, 241 pub __unused3: i32, 242 pub __unused4: i32, 243 pub __unused5: i32, 244 pub __unused6: i32, [all …]
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | native.rs | 38 pub type area_id = i32; 39 pub type port_id = i32; 40 pub type sem_id = i32; 41 pub type team_id = i32; 968 code: i32, in write_port() argument 974 code: i32, in write_port_etc() argument 1047 ) -> i32; in suggest_thread_priority() argument 1060 code: i32, in send_data() argument 1083 who: i32, in _get_team_usage_info() argument 1211 argc: i32, in load_image() argument [all …]
|
| H A D | mod.rs | 9 pub type clock_t = i32; 10 pub type clockid_t = i32; 12 pub type wchar_t = i32; 16 pub type blksize_t = i32; 17 pub type dev_t = i32; 19 pub type nlink_t = i32; 31 pub type id_t = i32; 35 pub type key_t = i32; 277 lock: i32, 279 owner: i32, [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/ |
| H A D | mod.rs | 21 pub type clock_t = i32; 22 pub type time_t = i32; 167 pub __unused1: i32, 168 pub __unused2: i32, 169 pub __unused3: i32, 170 pub __unused4: i32, 171 pub __unused5: i32, 172 pub __unused6: i32, 173 pub __unused7: i32, 174 pub __unused8: i32, [all …]
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | neutrino.rs | 34 pub tid: i32, 35 pub chid: i32, 36 pub scoid: i32, 37 pub coid: i32, 170 pub tick_nsec_inc: i32, 181 pub timer_scale: i32, 183 pub intr: i32, 206 pub tid: i32, 207 pub notify: i32, 215 pub fract: i32, [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/android/b32/ |
| H A D | mod.rs | 9 pub type socklen_t = i32; 107 pub sched_policy: i32, 108 pub sched_priority: i32, 126 attr: i32, 131 __private: [i32; 8], 135 __private: [i32; 2],
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/ |
| H A D | powerpc.rs | 4 pub type wchar_t = i32; 6 pub type suseconds_t = i32; 7 pub type register_t = i32;
|
| H A D | x86.rs | 4 pub type wchar_t = i32; 5 pub type time_t = i32; 6 pub type suseconds_t = i32; 7 pub type register_t = i32;
|
| H A D | arm.rs | 6 pub type suseconds_t = i32; 7 pub type register_t = i32;
|
| /rust-libc-0.2.174/src/unix/bsd/apple/ |
| H A D | mod.rs | 8 pub type wchar_t = i32; 11 pub type suseconds_t = i32; 12 pub type dev_t = i32; 16 pub type blksize_t = i32; 158 pub type CCStatus = i32; 341 pub st_lspare: i32, 623 pub pti_csw: i32, 649 pub pbi_nice: i32, 1309 pub proc_fd: i32, 1335 pub sem_base: i32, [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/ |
| H A D | mod.rs | 7 pub type dev_t = i32; 9 pub type blksize_t = i32; 29 pub type Elf32_Sword = i32; 36 pub type Elf64_Sword = i32; 426 pub p_eflag: i32, 428 pub p_flag: i32, 429 pub p_pid: i32, 430 pub p_ppid: i32, 431 pub p_sid: i32, 432 pub p__pgid: i32, [all …]
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | mod.rs | 449 pub offset: i32, 450 pub freq: i32, 453 pub status: i32, 457 pub ppsfreq: i32, 458 pub jitter: i32, 459 pub shift: i32, 460 pub stabil: i32, 461 pub jitcnt: i32, 462 pub calcnt: i32, 463 pub errcnt: i32, [all …]
|
| /rust-libc-0.2.174/src/unix/newlib/ |
| H A D | mod.rs | 3 pub type blkcnt_t = i32; 4 pub type blksize_t = i32; 46 pub type suseconds_t = i32; 63 pub type time_t = i32; 254 pub is_initialized: i32, 258 pub stacksize: i32, 260 pub contentionscope: i32, 262 pub inheritsched: i32, 264 pub schedpolicy: i32, 266 pub schedparam: i32, [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 7 pub type blksize_t = i32; 27 pub type Elf32_Sword = i32; 34 pub type Elf64_Sword = i32; 548 pub p_eflag: i32, 550 pub p_flag: i32, 551 pub p_pid: i32, 552 pub p_ppid: i32, 553 pub p_sid: i32, 636 pub l_lid: i32, 637 pub l_flag: i32, [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
| H A D | mod.rs | 232 st_padding1: i32, 235 st_atim_ext: i32, 239 st_mtim_ext: i32, 243 st_ctim_ext: i32, 247 st_btim_ext: i32,
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/mips/mips32/ |
| H A D | mod.rs | 4 pub type clock_t = i32; 5 pub type time_t = i32; 6 pub type suseconds_t = i32; 7 pub type wchar_t = i32; 8 pub type off_t = i32; 10 pub type blkcnt_t = i32; 11 pub type blksize_t = i32;
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
| H A D | mod.rs | 245 st_padding1: i32, 248 st_atim_ext: i32, 252 st_mtim_ext: i32, 256 st_ctim_ext: i32, 260 st_btim_ext: i32,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
| H A D | mod.rs | 245 st_padding1: i32, 248 st_atim_ext: i32, 252 st_mtim_ext: i32, 256 st_ctim_ext: i32, 260 st_btim_ext: i32,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd15/ |
| H A D | mod.rs | 245 st_padding1: i32, 248 st_atim_ext: i32, 252 st_mtim_ext: i32, 256 st_ctim_ext: i32, 260 st_btim_ext: i32,
|