| /rust-libc-0.2.174/ |
| H A D | build.rs | 116 Ok(val) if val == "64" => { in main() 121 Ok(val) if val != "32" => { in main() 126 Ok(val) if val == "64" => { in main() 129 Ok(val) if val != "32" => { in main()
|
| /rust-libc-0.2.174/libc-test/ |
| H A D | build.rs | 3703 Ok(val) if val == "64" => { in config_gnu_bits() 3710 Ok(val) if val != "32" => { in config_gnu_bits() 3715 Ok(val) if val == "64" => { in config_gnu_bits() 3719 Ok(val) if val != "32" => { in config_gnu_bits()
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/ |
| H A D | mod.rs | 436 val: *mut c_int, in pthread_rwlockattr_getkind_np() 440 val: c_int, in pthread_rwlockattr_setkind_np()
|
| /rust-libc-0.2.174/ci/ |
| H A D | rust.css | 224 pre.rust .self, pre.rust .bool-val, pre.rust .prelude-val,
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | mod.rs | 500 pub val: c_int, 871 val: siginfo_cldval, field 885 val: siginfo_killval, field 906 kill.val.uid in si_uid() 910 kill.val.value in si_value() 918 sigcld.val.status in si_status() 922 sigcld.val.utime in si_utime() 926 sigcld.val.stime in si_stime()
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 630 pub val: [c_int; 2], 785 pub val: crate::__s64, 835 pub val: c_int, 6054 pub fn ELF32_R_SYM(val: Elf32_Word) -> Elf32_Word { 6055 val >> 8 6058 pub fn ELF32_R_TYPE(val: Elf32_Word) -> Elf32_Word { 6059 val & 0xff 6066 pub fn ELF64_R_SYM(val: Elf64_Xword) -> Elf64_Xword { 6067 val >> 32 6070 pub fn ELF64_R_TYPE(val: Elf64_Xword) -> Elf64_Xword { [all …]
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 360 pub sigev_notify_function: Option<extern "C" fn(val: sigval)>, 2040 pub fn dlfork(val: c_int); in dlfork() 2305 val: *mut c_int, in pthread_rwlockattr_getpshared() 2308 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: c_int) -> c_int; in pthread_rwlockattr_setpshared()
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/ |
| H A D | mod.rs | 1217 val: *mut c_int, in pthread_rwlockattr_getkind_np() 1221 val: c_int, in pthread_rwlockattr_setkind_np()
|
| /rust-libc-0.2.174/src/unix/bsd/apple/ |
| H A D | mod.rs | 1712 pub val: c_int, 1722 unsafe { self.val == other.val } 1728 unsafe { self.val.hash(state) }; 5453 val: *mut c_int, in pthread_rwlockattr_getpshared() 5455 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: c_int) -> c_int; in pthread_rwlockattr_setpshared()
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 1650 val: *mut c_int, in pthread_rwlockattr_getpshared() 1652 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: c_int) -> c_int; in pthread_rwlockattr_setpshared()
|
| /rust-libc-0.2.174/src/unix/bsd/ |
| H A D | mod.rs | 132 pub val: c_int,
|
| /rust-libc-0.2.174/src/unix/linux_like/ |
| H A D | mod.rs | 1981 val: *mut c_int, in pthread_rwlockattr_getpshared() 1983 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: c_int) -> c_int; in pthread_rwlockattr_setpshared()
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 79 pub val: [c_uint; 2], 83 pub val: [crate::uint64_t; 2], 320 pub sigev_notify_function: extern "C" fn(val: crate::sigval),
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 2821 pub fn snprintb(buf: *mut c_char, buflen: size_t, fmt: *const c_char, val: u64) -> c_int; in snprintb() 2826 val: u64, in snprintb_m()
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 1033 pub val: c_int, 3944 val: *mut c_int, in pthread_rwlockattr_getpshared() 3946 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: c_int) -> c_int; in pthread_rwlockattr_setpshared()
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 2844 val: *mut c_int, in pthread_rwlockattr_getpshared() 2846 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: c_int) -> c_int; in pthread_rwlockattr_setpshared()
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/ |
| H A D | mod.rs | 2067 val: c_int, in futex()
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 1206 pub fn setenv(name: *const c_char, val: *const c_char, overwrite: c_int) -> c_int; in setenv()
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 441 pub val: c_int,
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 499 pub val: c_int,
|
| /rust-libc-0.2.174/src/ |
| H A D | psp.rs | 3769 pub fn sceUtilitySetNetParam(param: NetParam, val: *const c_void) -> i32; in sceUtilitySetNetParam()
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 3733 pub fn setenv(name: *const c_char, val: *const c_char, overwrite: c_int) -> c_int; in setenv()
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/ |
| H A D | mod.rs | 5186 val: c_ulong, in _umtx_op()
|