Home
last modified time | relevance | path

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

/lib/
Dbitmap.c666 static inline bool end_of_str(char c) in end_of_str() function
678 return __end_of_region(c) || end_of_str(c); in end_of_region()
690 return end_of_str(*str) ? NULL : str; in bitmap_find_region()
749 return end_of_str(*str) ? NULL : str; in bitmap_parse_region()