| /rust-libc-0.2.174/ci/ |
| H A D | run.sh | 83 cmd="cargo test --target $target ${LIBC_CI_ZBUILD_STD+"-Zbuild-std"}" 90 *android*) cmd="$cmd --manifest-path libc-test/Cargo.toml" ;; 91 *s390x*) cmd="$cmd --manifest-path libc-test/Cargo.toml" ;; 93 *) cmd="$cmd --workspace" 105 if $cmd --no-default-features -- $test_flags; then 111 if $cmd -- $test_flags; then 117 if $cmd --features extra_traits -- $test_flags; then 126 $cmd --no-default-features -- $test_flags 128 $cmd -- $test_flags 130 $cmd --features extra_traits -- $test_flags
|
| H A D | verify-build.sh | 45 cmd="cargo +$rust build --target $target" 49 cmd="$cmd -Zbuild-std=core,alloc" 71 $cmd 72 $cmd --features const-extern-fn 73 $cmd --features extra_traits 77 RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64=1 $cmd 83 RUST_LIBC_UNSTABLE_GNU_TIME_BITS=64 $cmd 89 $cmd --no-default-features 90 $cmd --no-default-features --features extra_traits 107 $cmd [all …]
|
| /rust-libc-0.2.174/ |
| H A D | build.rs | 176 let mut cmd = match env::var_os("RUSTC_WRAPPER") { in rustc_version_cmd() localVariable 179 let mut cmd = Command::new(wrapper); in rustc_version_cmd() localVariable 180 cmd.arg(rustc); in rustc_version_cmd() 182 cmd.arg("--rustc"); in rustc_version_cmd() 185 cmd in rustc_version_cmd() 190 cmd.arg("--version"); in rustc_version_cmd() 192 let output = cmd.output().expect("Failed to get rustc version"); in rustc_version_cmd()
|
| /rust-libc-0.2.174/src/ |
| H A D | hermit.rs | 469 pub fn fcntl(fd: i32, cmd: i32, arg: i32) -> i32; in fcntl() 551 pub fn ioctl(sockfd: i32, cmd: i32, argp: *mut c_void) -> i32; in ioctl()
|
| H A D | psp.rs | 2713 pub fn sceGeGetCmd(cmd: i32) -> u32; in sceGeGetCmd() 3309 cmd: u32, in sceIoDevctl() 3328 cmd: u32, in sceIoIoctl() 3336 cmd: u32, in sceIoIoctlAsync() 3477 pub fn sceGuSendCommandf(cmd: GeCommand, argument: f32); in sceGuSendCommandf() 3478 pub fn sceGuSendCommandi(cmd: GeCommand, argument: i32); in sceGuSendCommandi()
|
| /rust-libc-0.2.174/src/unix/bsd/ |
| H A D | mod.rs | 627 pub {const} fn QCMD(cmd: c_int, type_: c_int) -> c_int { 628 (cmd << 8) | (type_ & 0x00ff)
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 3375 pub {const} fn QCMD(cmd: c_int, type_: c_int) -> c_int { 3376 (cmd << 8) | (type_ & 0x00ff) 3597 pub fn fcntl(fd: c_int, cmd: c_int, ...) -> c_int; in fcntl() 4034 pub fn shmctl(shmid: c_int, cmd: c_int, buf: *mut crate::shmid_ds) -> c_int; in shmctl() 4038 pub fn semctl(semid: c_int, semnum: c_int, cmd: c_int, ...) -> c_int; in semctl() 4039 pub fn msgctl(msqid: c_int, cmd: c_int, buf: *mut msqid_ds) -> c_int; in msgctl() 4067 pub fn quotactl(cmd: c_int, special: *const c_char, id: c_int, data: *mut c_char) -> c_int; in quotactl()
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 669 pub cmd: u8, 1077 pub cmd: __u32, 1142 pub cmd: __u32, 1414 pub cmd: __u16, 1828 pub cmd: __u16, 6322 pub fn shmctl(shmid: c_int, cmd: c_int, buf: *mut crate::shmid_ds) -> c_int; in shmctl() 6327 pub fn semctl(semid: c_int, semnum: c_int, cmd: c_int, ...) -> c_int; in semctl() 6329 pub fn msgctl(msqid: c_int, cmd: c_int, buf: *mut msqid_ds) -> c_int; in msgctl() 6404 pub fn quotactl(cmd: c_int, special: *const c_char, id: c_int, data: *mut c_char) -> c_int; in quotactl()
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 330 pub cmd: c_short, 3076 pub fn msgctl(msqid: c_int, cmd: c_int, buf: *mut msqid_ds) -> c_int; in msgctl() 3194 pub fn quotactl(cmd: *mut c_char, special: c_int, id: c_int, data: caddr_t) -> c_int; in quotactl() 3246 pub fn semctl(semid: c_int, semnum: c_int, cmd: c_int, ...) -> c_int; in semctl() 3281 pub fn shmctl(shmid: c_int, cmd: c_int, buf: *mut crate::shmid_ds) -> c_int; in shmctl()
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 1559 pub fn shmctl(shmid: c_int, cmd: c_int, buf: *mut crate::shmid_ds) -> c_int; in shmctl() 1563 cmd: c_int, in procctl()
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/ |
| H A D | mod.rs | 4922 cmd: c_int, in fspacectl() 4959 pub fn shmctl(shmid: c_int, cmd: c_int, buf: *mut crate::shmid_ds) -> c_int; in shmctl() 4961 pub fn semctl(semid: c_int, semnum: c_int, cmd: c_int, ...) -> c_int; in semctl() 4963 pub fn msgctl(msqid: c_int, cmd: c_int, buf: *mut crate::msqid_ds) -> c_int; in msgctl() 5151 cmd: c_int, in procctl()
|
| /rust-libc-0.2.174/src/unix/bsd/apple/ |
| H A D | mod.rs | 698 pub cmd: u32, 712 pub cmd: u32, 726 pub cmd: u32, 5353 pub fn semctl(semid: c_int, semnum: c_int, cmd: c_int, ...) -> c_int; in semctl() 5363 pub fn shmctl(shmid: c_int, cmd: c_int, buf: *mut crate::shmid_ds) -> c_int; in shmctl() 5636 pub fn quotactl(special: *const c_char, cmd: c_int, id: c_int, data: *mut c_char) -> c_int; in quotactl()
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/ |
| H A D | mod.rs | 754 pub fn shmctl(shmid: c_int, cmd: c_int, buf: *mut crate::shmid_ds) -> c_int; in shmctl()
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 929 pub fn fcntl(fd: c_int, cmd: c_int, ...) -> c_int; in fcntl() 1611 pub fn lockf(fd: c_int, cmd: c_int, len: off_t) -> c_int; in lockf()
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 1897 pub fn msgctl(msqid: c_int, cmd: c_int, buf: *mut msqid_ds) -> c_int; in msgctl() 1908 pub fn semctl(semid: c_int, semnum: c_int, cmd: c_int, ...) -> c_int; in semctl()
|
| /rust-libc-0.2.174/src/unix/linux_like/ |
| H A D | mod.rs | 1887 pub {const} fn QCMD(cmd: c_int, type_: c_int) -> c_int { 1888 (cmd << 8) | (type_ & 0x00ff)
|
| /rust-libc-0.2.174/src/wasi/ |
| H A D | mod.rs | 637 pub fn fcntl(fd: c_int, cmd: c_int, ...) -> c_int; in fcntl()
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | neutrino.rs | 155 pub cmd: c_uint,
|
| H A D | mod.rs | 3278 pub fn dircntl(dir: *mut crate::DIR, cmd: c_int, ...) -> c_int; in dircntl()
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1669 pub fn fcntl(fd: c_int, cmd: c_int, ...) -> c_int; in fcntl()
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 4598 pub {const} fn QCMD(cmd: c_int, type_: c_int) -> c_int { 4599 (cmd << 8) | (type_ & 0x00ff)
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | mod.rs | 2736 pub fn shmctl(shmid: c_int, cmd: c_int, buf: *mut crate::shmid_ds) -> c_int; in shmctl()
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 213 pub cmd: u8,
|