Home
last modified time | relevance | path

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

/linux/lib/
H A Dbitmap-str.c260 static inline bool end_of_str(char c) in end_of_str() function
272 return __end_of_region(c) || end_of_str(c); in end_of_region()
284 return end_of_str(*str) ? NULL : str; in bitmap_find_region()
343 return end_of_str(*str) ? NULL : str; in bitmap_parse_region()