Searched refs:prev_sep (Results 1 – 1 of 1) sorted by relevance
70 char * prev_sep = strrchr(out_path, '/'); in realpath() local71 assert(prev_sep > out_path); /* this shouldn't be the leading separator */ in realpath()72 out_ptr = prev_sep; in realpath()