Searched refs:middle_ptr (Results 1 – 1 of 1) sorted by relevance
119 char *middle_ptr = strchr(string, c); in split_str() local120 if (middle_ptr == NULL) { in split_str()124 *middle_ptr = '\0'; in split_str()127 *rhs_ptr = middle_ptr + 1; in split_str()