Home
last modified time | relevance | path

Searched refs:temp_point (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/ee/
H A Dee.c3073 char *temp_point; local
3088 last_slash = temp_point = path;
3089 while (*temp_point != '\0')
3091 if (*temp_point == '/')
3092 last_slash = ++temp_point;
3094 temp_point++;