Searched refs:last_sep (Results 1 – 1 of 1) sorted by relevance
212 char* last_sep = NULL; in remove_last_sep() local213 last_sep = strrchr(buffer, PARAM_SEP_CHAR); in remove_last_sep()214 if (last_sep != NULL) { in remove_last_sep()215 last_sep[0] = '\0'; in remove_last_sep()