Searched refs:next_path (Results 1 – 1 of 1) sorted by relevance
11954 char *next_path; in resolve_full_path() local11959 next_path = strchr(s, ':'); in resolve_full_path()11960 seg_len = next_path ? next_path - s : strlen(s); in resolve_full_path()