Searched refs:str_end (Results 1 – 2 of 2) sorted by relevance
176 const auto str_end = str.find_last_not_of(whitespace);177 const auto str_range = str_end - str_begin + 1;
326 char *str_end = NULL; in usb_get_capability() local392 str_end = strstr(read_buf, ((type == USB_PLAYBACK) ? in usb_get_capability()394 if (str_end > str_start) in usb_get_capability()401 if ((str_start == NULL) || (check && (str_start >= str_end))) { in usb_get_capability()