Searched refs:str_strip_prefix_len (Results 1 – 3 of 3) sorted by relevance
461 const char *val = str_strip_prefix_len(str, name, len); in qualify()
636 str_strip_prefix_len(const char *str, const char *prefix, size_t prefix_len) in str_strip_prefix_len() function642 str_strip_prefix_len((str), (prefix), sizeof(prefix) - 1)
15977 Introduce str_strip_prefix_len function and STR_STRIP_PREFIX macro.15980 * defs.h (str_strip_prefix_len): New inline function.15984 (qualify): Use str_strip_prefix_len.