Searched refs:c_str (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/perf/util/ |
| A D | llvm-c-helpers.cpp | 64 *file = strdup(line_info.FileName.c_str()); in extract_file_and_line() 113 dst.filename = strdup(src.FileName.c_str()); in llvm_addr2line() 114 dst.funcname = strdup(src.FunctionName.c_str()); in llvm_addr2line() 177 dso, res_or_err->FunctionName.c_str(), in llvm_name_for_code() 195 dso, res_or_err->Name.c_str(), in llvm_name_for_data()
|
| /linux/drivers/net/phy/ |
| A D | ax88796b_rust.rs | 8 c_str, 44 const NAME: &'static CStr = c_str!("Asix Electronics AX88772A"); 108 const NAME: &'static CStr = c_str!("Asix Electronics AX88772C"); 128 const NAME: &'static CStr = c_str!("Asix Electronics AX88796B");
|
| A D | qt2025.rs | 12 use kernel::c_str; 39 const NAME: &'static CStr = c_str!("QT2025 10Gpbs SFP+"); 72 let fw = Firmware::request(c_str!("qt2025-2.0.3.3.fw"), dev.as_ref())?; in probe()
|
| /linux/rust/kernel/ |
| A D | sync.rs | 62 $crate::c_str!(::core::concat!(::core::file!(), ":", ::core::line!())) 65 $crate::c_str!($name)
|
| A D | kunit.rs | 59 static FILE: &'static $crate::str::CStr = $crate::c_str!($file); 61 static CONDITION: &'static $crate::str::CStr = $crate::c_str!(stringify!($condition));
|
| A D | str.rs | 513 macro_rules! c_str { macro
|
| /linux/tools/testing/selftests/bpf/ |
| A D | test_cpp.cpp | 92 fprintf(stderr, "Unexpected program name: %s\n", prog_name.c_str()); in try_skeleton_template()
|
| /linux/drivers/target/iscsi/ |
| A D | iscsi_target_auth.c | 40 char *c_str, in chap_gen_challenge() argument 62 *c_len += sprintf(c_str + *c_len, "CHAP_C=0x%s", challenge_asciihex); in chap_gen_challenge()
|
Completed in 20 milliseconds