Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/
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()
/Linux-v6.6/rust/kernel/
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()
/Linux-v6.6/drivers/s390/block/
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()
/Linux-v6.6/tools/testing/selftests/net/
Dipsec.c752 char to_str[IPV4_STR_SZ] = {}, from_str[IPV4_STR_SZ] = {}; in do_ping() local
787 strncpy(to_str, inet_ntoa(*(struct in_addr *)&to), IPV4_STR_SZ - 1); in do_ping()
792 init_side ? "send" : "reply", from_str, to_str, in do_ping()
799 init_side ? "send" : "reply", from_str, to_str, in do_ping()