Searched refs:remain_str (Results 1 – 1 of 1) sorted by relevance
998 char *remain_str; in remove_slashes() local1002 remain_str = ++slash; in remove_slashes()1003 while (*remain_str == '/') in remove_slashes()1004 ++remain_str; in remove_slashes()1005 if (slash != remain_str) in remove_slashes()1006 (void) strcpy(slash, remain_str); in remove_slashes()