Home
last modified time | relevance | path

Searched refs:ends_with (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/rust/macros/
H A Dhelpers.rs23 if string.starts_with('\"') && string.ends_with('\"') { in try_string()
H A Dpaste.rs15 if value.starts_with('"') && value.ends_with('"') { in concat_helper()
/linux-6.15/tools/perf/
H A Dbuiltin-script.c3243 static const char *ends_with(const char *str, const char *suffix) in ends_with() function
3306 str = (char *)ends_with(script_root, suffix); in get_script_root()
3450 return ends_with(script_path, "top") != NULL; in is_top_script()