Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dpath-util.c810 const char *q, *first, *end_first, *next; in path_find_first_component() local
864 end_first = strchrnul(first, '/'); in path_find_first_component()
865 len = end_first - first; in path_find_first_component()
872 next = skip_slash_or_dot(end_first); in path_find_first_component()