Home
last modified time | relevance | path

Searched refs:f (Results 1 – 25 of 37) sorted by relevance

12

/rust-libc-0.2.174/ci/
H A Dcreate-artifacts.py22 print(f"Located build directory '{build_dir}'")
30 archive_name = f"archive-{now}"
31 archive_path = f"{archive_name}.tar.gz"
39 with open(gh_env, "w+") as f:
40 f.write(f"ARCHIVE_NAME={archive_name}\n")
41 f.write(f"ARCHIVE_PATH={archive_path}\n")
61 print(f"relaunching with {py}")
H A DREADME.md106 `qemu-img create -f qcow2 FreeBSD-11.1-RELEASE-amd64.qcow2 2G`
179 2. `qemu-img create -f qcow2 foo.qcow2 2G`
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs451 f! {
508 pub fn fclose(f: *mut FILE) -> c_int; in fclose()
511 pub fn feof(f: *mut FILE) -> c_int; in feof()
512 pub fn ferror(f: *mut FILE) -> c_int; in ferror()
513 pub fn fflush(f: *mut FILE) -> c_int; in fflush()
514 pub fn clearerr(f: *mut FILE); in clearerr()
516 pub fn ftell(f: *mut FILE) -> c_long; in ftell()
517 pub fn rewind(f: *mut FILE); in rewind()
522 pub fn fgetc(f: *mut FILE) -> c_int; in fgetc()
523 pub fn getc(f: *mut FILE) -> c_int; in getc()
[all …]
/rust-libc-0.2.174/libc-test/
H A Dbuild.rs81 for f in &libc_cfgs { in ctest_cfg()
82 cfg.cfg(f, None); in ctest_cfg()
467 StructField(ref n, ref f) if n == "aiocb" && f == "aio_buf" => true, in test_apple()
1869 cfg.skip_fn(|f| match f { in test_wasi()
2993 StructField(ref n, ref f) if n == "aiocb" && f == "aio_buf" => true, in test_freebsd()
3472 StructField(ref n, ref f) if n == "aiocb" && f == "aio_buf" => true, in test_neutrino()
3474 StructField(ref n, ref f) if n == "qtime_entry" && f == "nsec" => true, in test_neutrino()
3476 StructField(ref n, ref f) if n == "intrspin" && f == "value" => true, in test_neutrino()
4871 StructField(ref n, ref f) if n == "aiocb" && f == "aio_buf" => true, in test_linux()
5019 cfg.skip_fn(|f| match f { in test_linux_like_apis()
[all …]
/rust-libc-0.2.174/src/
H A Dmacros.rs166 fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
167 f.debug_struct(::core::stringify!($i)).finish_non_exhaustive()
283 macro_rules! f {
325 macro_rules! f {
H A Dpsp.rs2228 pub f: [f32; 3usize],
2236 pub f: [f32; 4usize],
2246 pub f: [[f32; 2usize]; 2usize],
2256 pub f: [[f32; 3usize]; 3usize],
2263 pub f: [f32; 2usize],
2273 pub f: [[f32; 4usize]; 4usize],
/rust-libc-0.2.174/ci/ios/
H A Ddeploy_and_run_on_ios_simulator.rs31 let mut f = t!(File::create("ios_simulator_app/Info.plist")); in package_as_simulator_app() localVariable
32 t!(f.write_all(format!(r#" in package_as_simulator_app()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/
H A Derrno.rs7 f! {
H A Dmod.rs1428 f! {
/rust-libc-0.2.174/src/unix/newlib/espidf/
H A Dmod.rs104 f: extern "C" fn(_: *mut c_void) -> *mut c_void, in pthread_create()
/rust-libc-0.2.174/src/unix/newlib/rtems/
H A Dmod.rs132 f: extern "C" fn(_: *mut c_void) -> *mut c_void, in pthread_create()
/rust-libc-0.2.174/src/unix/newlib/horizon/
H A Dmod.rs225 f: extern "C" fn(_: *mut c_void) -> *mut c_void, in pthread_create()
/rust-libc-0.2.174/src/unix/newlib/vita/
H A Dmod.rs184 f: extern "C" fn(_: *mut c_void) -> *mut c_void, in pthread_create()
/rust-libc-0.2.174/src/unix/linux_like/android/b64/
H A Dmod.rs254 f! {
/rust-libc-0.2.174/src/unix/bsd/
H A Dmod.rs574 f! {
860 f: extern "C" fn(*mut c_void) -> *mut c_void, in pthread_create()
/rust-libc-0.2.174/src/teeos/
H A Dmod.rs1090 f: extern "C" fn(*mut c_void) -> *mut c_void, in pthread_create()
1106 pub fn pthread_once(pot: *mut pthread_once_t, f: Option<once_fn>) -> c_int; in pthread_once()
/rust-libc-0.2.174/src/unix/linux_like/android/b32/
H A Darm.rs518 f! {
/rust-libc-0.2.174/src/unix/linux_like/android/b32/x86/
H A Dmod.rs586 f! {
/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dmod.rs1366 f! {
1549 f: extern "C" fn(*mut c_void) -> *mut c_void, in pthread_create()
/rust-libc-0.2.174/
H A DCHANGELOG.md64 - Cygwin: Add `posix_spawn_file_actions_add[f]chdir[_np]` ([#4387](https://github.com/rust-lang/lib…
157 - Cygwin: Fix usage of f! ([#4308](https://github.com/rust-lang/libc/pull/4308))
349 - Adjust the `f!` macro to be more flexible <https://github.com/rust-lang/libc/pull/4107>
/rust-libc-0.2.174/src/unix/newlib/
H A Dmod.rs838 f! {
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs1512 f! {
1690 f: extern "C" fn(*mut c_void) -> *mut c_void, in pthread_create()
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs1774 f! {
2269 f: extern "C" fn(*mut c_void) -> *mut c_void, in pthread_create()
/rust-libc-0.2.174/src/unix/redox/
H A Dmod.rs1020 f! {
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs2620 f! {
3108 f: extern "C" fn(*mut c_void) -> *mut c_void, in pthread_create()

12