Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcore-util.c2897 size_t str_l, suf_l, prefix; in pa_str_strip_suffix() local
2904 suf_l = strlen(suffix); in pa_str_strip_suffix()
2906 if (str_l < suf_l) in pa_str_strip_suffix()
2909 prefix = str_l - suf_l; in pa_str_strip_suffix()