MCPcopy Create free account

hub / github.com/rust-lang/libc / functions

Functions806 in github.com/rust-lang/libc

↓ 1 callersFunctionminor
(device: crate::dev_t)
src/unix/solarish/mod.rs:3014
↓ 1 callersFunctionminor_ffi
libc-test/src/makedev.c:19
↓ 1 callersFunctionnamed_qual
(name: &str, qual: Qual)
ctest/src/cdecl.rs:196
↓ 1 callersFunctionopenpty
( amain: *mut c_int, asubord: *mut c_int, name: *mut c_char, termp: *const termios, winp:
src/unix/solarish/compat.rs:59
↓ 1 callersFunctionpackage_as_simulator_app
Step one: Wrap as an app
ci/ios/deploy_and_run_on_ios_simulator.rs:31
↓ 1 callersMethodparens_if_needed
Add parentheses if we are adding something with lower precedence (on the left) after something with higher precedence (on the right).
ctest/src/cdecl.rs:68
↓ 1 callersMethodpopulate_const_and_cstr_tests
Populates tests for constants and C-str constants, keeping track of the names of each test.
ctest/src/template.rs:117
↓ 1 callersMethodpopulate_field_ptr_tests
Populates field tests for structs/unions. It also keeps track of the names of each test.
ctest/src/template.rs:335
↓ 1 callersMethodpopulate_field_size_offset_tests
Populates field size and offset tests for structs/unions. It also keeps track of the names of each test.
ctest/src/template.rs:225
↓ 1 callersMethodpopulate_foreign_fn_tests
Populates tests for extern functions. It also keeps track of the names of each test.
ctest/src/template.rs:425
↓ 1 callersMethodpopulate_foreign_static_tests
Populates tests for foreign statics, keeping track of the names of each test.
ctest/src/template.rs:455
↓ 1 callersMethodpopulate_roundtrip_tests
Populates roundtrip tests for aliases/structs/unions. It also keeps track of the names of each test.
ctest/src/template.rs:282
↓ 1 callersMethodpopulate_signededness_tests
Populates signededness tests for aliases. It also keeps track of the names of each test.
ctest/src/template.rs:196
↓ 1 callersMethodpopulate_size_align_tests
Populates size and alignment tests for aliases, structs, and unions. It also keeps track of the names of each test.
ctest/src/template.rs:155
↓ 1 callersMethodpush_error
(&mut self, title: String, span: Span, msg: String, help: Option<HelpMsg>)
libc-test/tests/style_lib/mod.rs:289
↓ 1 callersMethodrename_constant
Configures how Rust `const`s names are translated to C. # Examples ```no_run use ctest::TestGenerator; let mut cfg = TestGenerator::new(); cfg.rena
ctest/src/generator.rs:775
↓ 1 callersMethodrename_static
Configures the name of a static in the generated C code. # Examples ```no_run use ctest::TestGenerator; let mut cfg = TestGenerator::new(); cfg.ren
ctest/src/generator.rs:892
↓ 1 callersMethodreset_state
Resets the state of the [StyleChecker].
libc-test/tests/style_lib/mod.rs:151
↓ 1 callersFunctionroundtrip_padding__Byte
()
ctest/tests/input/simple.out.with-renames.rs:579
↓ 1 callersFunctionroundtrip_padding__Color
()
ctest/tests/input/simple.out.with-renames.rs:763
↓ 1 callersFunctionroundtrip_padding__Person
()
ctest/tests/input/simple.out.with-renames.rs:855
↓ 1 callersFunctionroundtrip_padding__VecU16
()
ctest/tests/input/macro.out.edition-2024.rs:412
↓ 1 callersFunctionroundtrip_padding__VecU16
()
ctest/tests/input/macro.out.rs:412
↓ 1 callersFunctionroundtrip_padding__VecU8
()
ctest/tests/input/macro.out.edition-2024.rs:306
↓ 1 callersFunctionroundtrip_padding__VecU8
()
ctest/tests/input/macro.out.rs:306
↓ 1 callersFunctionroundtrip_padding__Word
()
ctest/tests/input/simple.out.with-renames.rs:975
↓ 1 callersFunctionroundtrip_padding__in6_addr
()
ctest/tests/input/hierarchy.out.rs:158
↓ 1 callersFunctionroundtrip_padding__volatile_char
()
ctest/tests/input/simple.out.with-skips.rs:137
↓ 1 callersFunctionroundtrip_padding__volatile_char
()
ctest/tests/input/simple.out.with-renames.rs:671
↓ 1 callersFunctionroundtrip_test_ident
(ident: &str)
ctest/src/template.rs:591
↓ 1 callersFunctionrun_all
Run all tests by calling the functions that define them. FIXME(ctest): Maybe consider running the tests in parallel, since everything is independent a
ctest/templates/test.rs:401
↓ 1 callersFunctionrun_all
Run all tests by calling the functions that define them. FIXME(ctest): Maybe consider running the tests in parallel, since everything is independent a
ctest/tests/input/simple.out.with-skips.rs:252
↓ 1 callersFunctionrun_all
Run all tests by calling the functions that define them. FIXME(ctest): Maybe consider running the tests in parallel, since everything is independent a
ctest/tests/input/simple.out.with-renames.rs:1124
↓ 1 callersFunctionrun_all
Run all tests by calling the functions that define them. FIXME(ctest): Maybe consider running the tests in parallel, since everything is independent a
ctest/tests/input/hierarchy.out.rs:293
↓ 1 callersFunctionrun_all
Run all tests by calling the functions that define them. FIXME(ctest): Maybe consider running the tests in parallel, since everything is independent a
ctest/tests/input/macro.out.edition-2024.rs:541
↓ 1 callersFunctionrun_all
Run all tests by calling the functions that define them.
ctest/tests/input/simple.out.rs:77
↓ 1 callersFunctionrun_all
Run all tests by calling the functions that define them. FIXME(ctest): Maybe consider running the tests in parallel, since everything is independent a
ctest/tests/input/macro.out.rs:541
↓ 1 callersFunctionrun_app_on_simulator
Step four: Run the app
ci/ios/deploy_and_run_on_ios_simulator.rs:131
↓ 1 callersFunctionrustc_minor_nightly
Return the minor version of `rustc`, as well as a bool indicating whether or not the version is a nightly.
build.rs:230
↓ 1 callersFunctionsignededness_test_ident
(ident: &str)
ctest/src/template.rs:567
↓ 1 callersFunctionstart_simulator
Step two: Start the iOS simulator
ci/ios/deploy_and_run_on_ios_simulator.rs:64
↓ 1 callersFunctionstatic_test_ident
(ident: &str)
ctest/src/template.rs:599
↓ 1 callersFunctiontest_aix
(target: &str)
libc-test/build.rs:5352
↓ 1 callersFunctiontest_android
(target: &str)
libc-test/build.rs:1815
↓ 1 callersFunctiontest_apple
(target: &str)
libc-test/build.rs:206
↓ 1 callersFunctiontest_ctest
()
ctest-test/build.rs:16
↓ 1 callersFunctiontest_cygwin
(target: &str)
libc-test/build.rs:593
↓ 1 callersFunctiontest_dragonflybsd
(target: &str)
libc-test/build.rs:1504
↓ 1 callersFunctiontest_emscripten
(target: &str)
libc-test/build.rs:2973
↓ 1 callersFunctiontest_freebsd
(target: &str)
libc-test/build.rs:2294
↓ 1 callersFunctiontest_haiku
(target: &str)
libc-test/build.rs:5022
↓ 1 callersFunctiontest_netbsd
(target: &str)
libc-test/build.rs:1198
↓ 1 callersFunctiontest_neutrino
(target: &str)
libc-test/build.rs:3225
↓ 1 callersFunctiontest_openbsd
(target: &str)
libc-test/build.rs:430
↓ 1 callersFunctiontest_redox
(target: &str)
libc-test/build.rs:867
↓ 1 callersFunctiontest_target
Run tests for a single target.
ci/verify-build.py:357
↓ 1 callersFunctiontest_vxworks
(target: &str)
libc-test/build.rs:3486
↓ 1 callersFunctiontest_wasi
(target: &str)
libc-test/build.rs:1721
↓ 1 callersFunctiontest_windows
(target: &str)
libc-test/build.rs:753
↓ 1 callersMethodtranslate_array
Translate a Rust array declaration into its C equivalent.
ctest/src/translator.rs:254
↓ 1 callersMethodtranslate_bare_fn
Translate a Rust function pointer type to its C equivalent.
ctest/src/translator.rs:186
↓ 1 callersFunctiontranslate_expr
Translate a simple Rust expression to C. This function will just pass the expression as is in most cases. In more complex cases it can convert `Type
ctest/src/translator.rs:377
↓ 1 callersFunctiontranslate_mut
Translate mutability from Rust to C.
ctest/src/translator.rs:307
↓ 1 callersMethodtranslate_path
Translate a Rust path into its C equivalent.
ctest/src/translator.rs:224
↓ 1 callersMethodtranslate_ptr
Translate a Rust pointer into its equivalent C pointer.
ctest/src/translator.rs:262
↓ 1 callersMethodtranslate_reference
Translate a Rust reference to its C equivalent.
ctest/src/translator.rs:137
↓ 1 callersMethodvisit_expr_cfg_if
Visit the items inside the [ExprCfgIf], restoring the state after each branch.
libc-test/tests/style_lib/mod.rs:224
↓ 1 callersFunctionvisit_foreign_item_fn
(table: &mut FfiItems, i: &syn::ForeignItemFn, abi: &Abi)
ctest/src/ffi_items.rs:135
↓ 1 callersFunctionvisit_foreign_item_static
(table: &mut FfiItems, i: &syn::ForeignItemStatic, abi: &Abi)
ctest/src/ffi_items.rs:174
↓ 1 callersFunctionvxworks_version_code
Retrieve the VxWorks release version from the environment variable set by the VxWorks build environment, in `(minor, patch)` form. Currently the only
build.rs:319
↓ 1 callersFunctionwalk
(src_root: &Path)
libc-test/tests/style.rs:38
↓ 1 callersFunctionwhich_freebsd
()
build.rs:272
↓ 1 callersFunctionwhich_vxworks
()
libc-test/build.rs:3474
Function(*nested(uint8_t arg))
ctest-test/src/t1.cpp:32
Function(*nested(uint8_t arg))
ctest-test/src/t1.c:32
Function(*nested2(uint8_t(*arg0)(uint8_t), uint16_t(*arg1)(uint16_t)))
ctest-test/src/t1.cpp:36
Function(*nested2(uint8_t(*arg0)(uint8_t), uint16_t(*arg1)(uint16_t)))
ctest-test/src/t1.c:36
FunctionCMSG_ALIGN
(len: usize)
src/unix/hurd/mod.rs:3358
FunctionCMSG_ALIGN
(len: usize)
src/unix/haiku/mod.rs:1379
FunctionCMSG_ALIGN
(len: usize)
src/unix/linux_like/mod.rs:1785
FunctionCMSG_ALIGN
(len: usize)
src/unix/cygwin/mod.rs:1832
FunctionCPU_COUNT
(cpuset: &cpu_set_t)
src/teeos/mod.rs:1347
FunctionFUTEX_OP
(op: c_int, oparg: c_int, cmp: c_int, cmparg: c_int)
src/unix/linux_like/linux/mod.rs:3476
FunctionIOCBASECMD
(x: u32)
src/unix/bsd/netbsdlike/openbsd/mod.rs:1694
FunctionIOCBASECMD
(x: u32)
src/unix/bsd/netbsdlike/netbsd/mod.rs:1293
FunctionIOCGROUP
(x: u32)
src/unix/bsd/netbsdlike/openbsd/mod.rs:1698
FunctionIOCGROUP
(x: u32)
src/unix/bsd/netbsdlike/netbsd/mod.rs:1297
FunctionIOCPARM_LEN
sys/ioccom.h
src/unix/bsd/netbsdlike/openbsd/mod.rs:1690
FunctionIOCPARM_LEN
(x: u32)
src/unix/bsd/netbsdlike/netbsd/mod.rs:1289
FunctionMAP_ALIGNED
(a: c_int)
src/unix/bsd/freebsdlike/freebsd/mod.rs:4177
FunctionMAP_ALIGNED
(alignment: c_int)
src/unix/bsd/netbsdlike/netbsd/mod.rs:1765
FunctionT1_vol0
ctest-test/src/t1.cpp:71
FunctionT1_vol0
ctest-test/src/t1.c:71
FunctionT1_vol1
ctest-test/src/t1.cpp:72
FunctionT1_vol1
ctest-test/src/t1.c:72
FunctionT1_vol2
ctest-test/src/t1.cpp:73
FunctionT1_vol2
ctest-test/src/t1.c:73
FunctionT1a
ctest-test/src/t1.cpp:5
FunctionT1a
ctest-test/src/t1.c:5
FunctionT1b
ctest-test/src/t1.cpp:6
← previousnext →301–400 of 806, ranked by callers