Home
last modified time | relevance | path

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

/lib/
Dbitmap.c551 static inline bool end_of_str(char c) in end_of_str() function
563 return __end_of_region(c) || end_of_str(c); in end_of_region()
575 return end_of_str(*str) ? NULL : str; in bitmap_find_region()
615 return end_of_str(*str) ? NULL : str; in bitmap_parse_region()