Home
last modified time | relevance | path

Searched refs:to_str (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/scripts/
H A Drustdoc_test_gen.rs105 valid_paths[0].to_str().unwrap() in find_real_path()
131 let name = path.file_name().unwrap().to_str().unwrap().to_string(); in main()
/openbmc/linux/rust/kernel/
H A Dstr.rs178 pub fn to_str(&self) -> Result<&str, core::str::Utf8Error> { in to_str() method
365 let checked_str = checked_cstr.to_str().unwrap(); in test_cstr_to_str()
374 checked_cstr.to_str().unwrap(); in test_cstr_to_str_panic()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/
H A D0001-deqp-runner-drop-zstd-support.patch141 - let ext = if let Some(file_ext) = path.extension().and_then(|ext| ext.to_str()) {
152 - let reader: Box<dyn Read> = match path.extension().and_then(OsStr::to_str) {
/openbmc/linux/drivers/s390/block/
H A Ddasd_devmap.c283 char **to_str, char **features_str) in dasd_evaluate_range_param() argument
290 *to_str = strsep(&range, "("); in dasd_evaluate_range_param()
319 char *to_str = NULL; in dasd_parse_range() local
327 if (dasd_evaluate_range_param(tmp, &from_str, &to_str, &features_str)) { in dasd_parse_range()
340 if (to_str) { in dasd_parse_range()
341 if (dasd_busid(to_str, &to_id0, &to_id1, &to)) { in dasd_parse_range()
/openbmc/linux/tools/testing/selftests/net/
H A Dipsec.c753 char to_str[IPV4_STR_SZ] = {}, from_str[IPV4_STR_SZ] = {}; in do_ping() local
788 strncpy(to_str, inet_ntoa(*(struct in_addr *)&to), IPV4_STR_SZ - 1); in do_ping()
793 init_side ? "send" : "reply", from_str, to_str, in do_ping()
800 init_side ? "send" : "reply", from_str, to_str, in do_ping()
/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.cpp348 exprtk::parser_error::to_str(err.mode), "ERROR", in initVirtualSensor()