Home
last modified time | relevance | path

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

/linux/scripts/
H A Drustdoc_test_gen.rs93 [valid_path] => valid_path.to_str().unwrap(), in find_real_path()
132 let name = path.file_name().unwrap().to_str().unwrap().to_string(); in main()
/linux/rust/kernel/
H A Dstr.rs415 CString::try_from_fmt(fmt!($($f)*))?.to_str()?
436 let checked_str = cstr.to_str()?; in test_cstr_to_str()
444 assert!(cstr.to_str().is_err()); in test_cstr_to_str_invalid_utf8()
/linux/drivers/s390/block/
H A Ddasd_devmap.c281 char **to_str, char **features_str) in dasd_evaluate_range_param() argument
288 *to_str = strsep(&range, "("); in dasd_evaluate_range_param()
317 char *to_str = NULL; in dasd_parse_range() local
325 if (dasd_evaluate_range_param(tmp, &from_str, &to_str, &features_str)) { in dasd_parse_range()
338 if (to_str) { in dasd_parse_range()
339 if (dasd_busid(to_str, &to_id0, &to_id1, &to)) { in dasd_parse_range()
/linux/tools/testing/selftests/net/
H A Dipsec.c757 char to_str[IPV4_STR_SZ] = {}, from_str[IPV4_STR_SZ] = {}; in do_ping()
792 strncpy(to_str, inet_ntoa(*(struct in_addr *)&to), IPV4_STR_SZ - 1); in do_ping()
797 init_side ? "send" : "reply", from_str, to_str, in do_ping()
804 init_side ? "send" : "reply", from_str, to_str, in do_ping()
753 char to_str[IPV4_STR_SZ] = {}, from_str[IPV4_STR_SZ] = {}; do_ping() local