Searched refs:temp_point (Results 1 – 1 of 1) sorted by relevance
3073 char *temp_point; local3088 last_slash = temp_point = path;3089 while (*temp_point != '\0')3091 if (*temp_point == '/')3092 last_slash = ++temp_point;3094 temp_point++;