Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c3131 size_t str_l, suf_l, prefix; in pa_str_strip_suffix() local
3138 suf_l = strlen(suffix); in pa_str_strip_suffix()
3140 if (str_l < suf_l) in pa_str_strip_suffix()
3143 prefix = str_l - suf_l; in pa_str_strip_suffix()

Completed in 5 milliseconds