Searched refs:next_dash (Results 1 – 1 of 1) sorted by relevance
2006 char *next_dash = strchr(date_copy, '-'); in loader_read_layer_json() local2007 if (NULL != next_dash) { in loader_read_layer_json()2009 if (next_dash != NULL) { in loader_read_layer_json()2010 *next_dash = '\0'; in loader_read_layer_json()2032 if (next_dash != NULL) { in loader_read_layer_json()2033 cur_start = next_dash + 1; in loader_read_layer_json()2034 next_dash = strchr(cur_start, '-'); in loader_read_layer_json()