Searched refs:p_str_end (Results 1 – 1 of 1) sorted by relevance
149 const char *p_str_end = NULL; in cybt_fw_hex_read_line() local156 p_str_end = strnchr(*p_line_start, len, '\n'); in cybt_fw_hex_read_line()157 if (p_str_end == NULL) { in cybt_fw_hex_read_line()161 str_len = (uint32_t)(p_str_end - *p_line_start); in cybt_fw_hex_read_line()