Home
last modified time | relevance | path

Searched refs:c_str (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/util/
A Dllvm-c-helpers.cpp64 *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 Dax88796b_rust.rs8 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 Dqt2025.rs12 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 Dsync.rs62 $crate::c_str!(::core::concat!(::core::file!(), ":", ::core::line!()))
65 $crate::c_str!($name)
A Dkunit.rs59 static FILE: &'static $crate::str::CStr = $crate::c_str!($file);
61 static CONDITION: &'static $crate::str::CStr = $crate::c_str!(stringify!($condition));
A Dstr.rs513 macro_rules! c_str { macro
/linux/tools/testing/selftests/bpf/
A Dtest_cpp.cpp92 fprintf(stderr, "Unexpected program name: %s\n", prog_name.c_str()); in try_skeleton_template()
/linux/drivers/target/iscsi/
A Discsi_target_auth.c40 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