| /rust-libc-0.2.174/ci/ |
| H A D | style.sh | 21 while IFS= read -r file; do 22 if [ "$file" = "src/macros.rs" ]; then 35 perl -pi -0777 -e 's/if #\[cfg\((.*?)\)\]/if cfg_tmp!([$1])/gms' "$file" 49 perl -pi -e 's/fn (\w+)_fmt_tmp\(\)/$1!/g' "$file" 50 perl -pi -0777 -e 's/cfg_tmp!\(\[(.*?)\]\)/#[cfg($1)]/gms' "$file" 69 for file in libc-test/semver/*.txt; do 70 case "$file" in 74 if ! sort -C "$file"; then 75 echo "Unsorted semver file $file" 79 duplicates=$(uniq -d "$file") [all …]
|
| H A D | run.sh | 74 -drive if=virtio,file="${tmpdir}/${qemufile}" \ 75 -drive if=virtio,file="${tmpdir}/libc-test.img" \
|
| H A D | README.md | 76 library over libc to generate a Rust file and a C file which will then be 108 …`qemu-system-x86_64 -cdrom FreeBSD-11.1-RELEASE-amd64-bootonly.iso -drive if=virtio,file=FreeBSD-1… 180 3. `qemu -cdrom foo.iso -drive if=virtio,file=foo.qcow2 -net nic,model=virtio -net user`
|
| /rust-libc-0.2.174/ci/docker/wasm32-unknown-emscripten/ |
| H A D | node-wrapper.sh | 8 file=$(basename "$me") 11 exec node "$file" "$@"
|
| H A D | Dockerfile | 13 file \
|
| /rust-libc-0.2.174/ |
| H A D | LICENSE-APACHE | 106 (d) If the Work includes a "NOTICE" text file as part of its 109 within such NOTICE file, excluding those notices that do not 111 of the following places: within a NOTICE text file distributed 116 of the NOTICE file are for informational purposes only and 141 origin of the Work and reproducing the content of the NOTICE file.
|
| H A D | Cargo.toml | 159 # FIXME(cleanup): make ident usage consistent in each file
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | README.md | 12 * Vendor, e.g. `apple.txt`. This allows us to have a single file with system
|
| /rust-libc-0.2.174/ci/docker/armv7-unknown-linux-uclibceabihf/ |
| H A D | Dockerfile | 8 xz-utils patch file
|
| /rust-libc-0.2.174/libc-test/ |
| H A D | build.rs | 22 cmsg.file("src/cmsg.c"); in do_cc() 37 cc::Build::new().file("src/makedev.c").compile("makedev"); in do_cc() 41 cc::Build::new().file("src/errqueue.c").compile("errqueue"); in do_cc() 50 cc::Build::new().file("src/sigrt.c").compile("sigrt"); in do_cc() 127 fn process_semver_file<W: Write, P: AsRef<Path>>(output: &mut W, path: &mut PathBuf, file: P) { in process_semver_file() 129 path.push(file); in process_semver_file() 134 Ok(file) => file, in process_semver_file()
|
| /rust-libc-0.2.174/src/windows/ |
| H A D | mod.rs | 301 pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE; in freopen() 302 pub fn fflush(file: *mut FILE) -> c_int; in fflush() 303 pub fn fclose(file: *mut FILE) -> c_int; in fclose() 424 pub fn wutime(file: *const wchar_t, buf: *mut utimbuf) -> c_int; in wutime()
|
| /rust-libc-0.2.174/ci/docker/aarch64-linux-android/ |
| H A D | Dockerfile | 7 file \
|
| /rust-libc-0.2.174/ci/docker/arm-linux-androideabi/ |
| H A D | Dockerfile | 7 file \
|
| /rust-libc-0.2.174/ci/docker/i686-linux-android/ |
| H A D | Dockerfile | 7 file \
|
| /rust-libc-0.2.174/libc-test/test/style/ |
| H A D | mod.rs | 126 let file = syn::parse_file(&contents)?; in check_string() localVariable 127 self.visit_file(&file); in check_string()
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 622 pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE; in freopen() 624 pub fn fflush(file: *mut FILE) -> c_int; in fflush() 625 pub fn fclose(file: *mut FILE) -> c_int; in fclose() 1031 pub fn execlp(file: *const c_char, arg0: *const c_char, ...) -> c_int; in execlp() 1140 pub fn utime(file: *const c_char, buf: *const utimbuf) -> c_int; in utime()
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 1670 pub fn fgetspent(file: *mut crate::FILE) -> *mut spwd; in fgetspent() 1672 file: *mut crate::FILE, in fgetspent_r() 1792 file: *const c_char, in execvpe() 1961 file: *const c_char, in posix_spawnp() 2037 pub fn lutimes(file: *const c_char, times: *const crate::timeval) -> c_int; in lutimes()
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/ |
| H A D | mod.rs | 758 file: *const c_char, in execvpe() 780 file: *const c_char, in posix_spawnp()
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 1505 pub fn setutxdb(_type: c_uint, file: *mut c_char) -> c_int; in setutxdb() 1567 pub fn updwtmpx(file: *const c_char, ut: *const utmpx) -> c_int; in updwtmpx() 1572 pub fn utmpxname(file: *const c_char) -> c_int; in utmpxname()
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 2897 pub fn fgetgrent(file: *mut crate::FILE) -> *mut crate::group; in fgetgrent() 2899 pub fn fgetpwent(file: *mut crate::FILE) -> *mut crate::passwd; in fgetpwent() 2905 file: *mut crate::FILE, in freopen64() 3174 file: *const c_char, in posix_spawnp() 3334 pub fn updwtmp(file: *const c_char, u: *const utmp); in updwtmp() 3336 pub fn utmpname(file: *mut c_char) -> c_int; in utmpname()
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 3457 pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE; in freopen() 3458 pub fn fflush(file: *mut FILE) -> c_int; in fflush() 3459 pub fn fclose(file: *mut FILE) -> c_int; in fclose() 3654 pub fn execlp(file: *const c_char, arg0: *const c_char, ...) -> c_int; in execlp() 3707 pub fn utime(file: *const c_char, buf: *const utimbuf) -> c_int; in utime() 4014 file: *const c_char, in execvpe() 4022 pub fn lutimes(file: *const c_char, times: *const crate::timeval) -> c_int; in lutimes()
|
| /rust-libc-0.2.174/src/ |
| H A D | psp.rs | 2741 pub fn sceKernelLoadExec(file: *const u8, param: *mut SceKernelLoadExecParam) -> i32; in sceKernelLoadExec() 3287 pub fn sceIoOpen(file: *const u8, flags: i32, permissions: IoPermissions) -> SceUid; in sceIoOpen() 3288 pub fn sceIoOpenAsync(file: *const u8, flags: i32, permissions: IoPermissions) -> SceUid; in sceIoOpenAsync() 3299 pub fn sceIoRemove(file: *const u8) -> i32; in sceIoRemove() 3324 pub fn sceIoGetstat(file: *const u8, stat: *mut SceIoStat) -> i32; in sceIoGetstat() 3325 pub fn sceIoChstat(file: *const u8, stat: *mut SceIoStat, bits: i32) -> i32; in sceIoChstat()
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | mod.rs | 2644 file: *const c_char, in posix_spawnp() 2957 pub fn updwtmpx(file: *const c_char, ut: *mut utmpx); in updwtmpx() 2958 pub fn utmpxname(file: *const c_char) -> c_int; in utmpxname() 2972 pub fn utmpname(file: *const c_char) -> c_int; in utmpname() 2976 pub fn updwtmp(file: *const c_char, u: *mut utmp); in updwtmp()
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 1592 pub fn lutimes(file: *const c_char, times: *const crate::timeval) -> c_int; in lutimes() 1793 file: *const c_char, in execvP() 1811 file: *const c_char, in posix_spawnp()
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1129 pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE; in freopen() 1130 pub fn fflush(file: *mut FILE) -> c_int; in fflush() 1131 pub fn fclose(file: *mut FILE) -> c_int; in fclose()
|