Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Drealpath.c70 char * prev_sep = strrchr(out_path, '/'); in realpath() local
71 assert(prev_sep > out_path); /* this shouldn't be the leading separator */ in realpath()
72 out_ptr = prev_sep; in realpath()