Searched refs:add (Results 1 – 17 of 17) sorted by relevance
189 - Musl: add CLONE_NEWTIME <https://github.com/rust-lang/libc/pull/4226>257 - CI: add caching <https://github.com/rust-lang/libc/pull/4183>303 - Apple: add `in6_ifreq` <https://github.com/rust-lang/libc/pull/3617>319 - Musl: add `utmpx` API <https://github.com/rust-lang/libc/pull/3213>427 - Linux: add `confstr` <https://github.com/rust-lang/libc/pull/3612>428 - Solarish: add `aio` <https://github.com/rust-lang/libc/pull/4033>440 - CI: add Solaris <https://github.com/rust-lang/libc/pull/4035>457 - Illumos: add `syncfs` <https://github.com/rust-lang/libc/pull/3990>506 - Linux: add `tcp_info` <https://github.com/rust-lang/libc/pull/3480>517 - Unix: add `fnmatch.h` <https://github.com/rust-lang/libc/pull/3937>[all …]
29 `git` will automatically add the "cherry picked from commit" note, but try to30 add a backport note so the original PR gets crosslinked:35 (backport <https://github.com/rust-lang/libc/pull/1234>) # add manually46 Want to use an API which currently isn't bound in `libc`? It's quite easy to add50 `#[cfg]` attributes in order to easily be able to add new items which apply to
30 - if [ "$TARGET" = "i686-unknown-freebsd" ]; then rustup target add i686-unknown-freebsd; fi
36 { message = '(?i)^(\w+: )?add', group = "added" },
117 do not modify the License. You may add Your own attribution123 You may add Your own copyright statement to Your modifications and
1 pub fn add(left: usize, right: usize) -> usize { in add() function11 let result = add(2, 2); in it_works()
32 rustup target add "$TARGET"37 rustup component add rust-src
28 rustup component add rust-src62 if rustup target add "$target" --toolchain "$rust" ; then
6 dpkg --add-architecture i386 && \
3 RUN dpkg --add-architecture i386
29 run: ./ci/install-rust.sh && rustup component add rustfmt294 # protection, rather than having to add each job separately.
2288 (cmsg as *mut c_uchar).add(_ALIGN(mem::size_of::<cmsghdr>()))
3314 } else if __CMSG_NEXT(cmsg).add(mem::size_of::<cmsghdr>()) >= __MHDR_END(mhdr) {
4655 (cmsg as *mut c_uchar).add(_ALIGN(mem::size_of::<cmsghdr>()))
5220 (cmsg as *mut c_uchar).add(__DARWIN_ALIGN32(mem::size_of::<cmsghdr>()))