Searched refs:end_of_path_component (Results 1 – 1 of 1) sorted by relevance
51 const char* end_of_path_component = strchrnul(in_ptr, '/'); in realpath() local52 size_t path_component_len = end_of_path_component - in_ptr; in realpath()