Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dpath-util.c124 r = path_find_first_component(&from, true, &f); in path_make_relative()
128 k = path_find_first_component(&to, true, &t); in path_make_relative()
164 r = path_find_first_component(&from, false, &f); in path_make_relative()
348 r = path_find_first_component(&p, true, &e); in path_simplify()
396 r = path_find_first_component(&path, accept_dot_dot, &p); in path_startswith_full()
400 k = path_find_first_component(&prefix, accept_dot_dot, &q); in path_startswith_full()
434 j = path_find_first_component(&a, true, &aa); in path_compare()
435 k = path_find_first_component(&b, true, &bb); in path_compare()
809 int path_find_first_component(const char **p, bool accept_dot_dot, const char **ret) { in path_find_first_component() function
1132 r = path_find_first_component(&e, accept_dot_dot, NULL); in path_is_valid_full()
Dchase-symlinks.c215 r = path_find_first_component(&todo, /* accept_dot_dot= */ true, &e); in chase_symlinks()
390 r = path_find_first_component(&todo, /* accept_dot_dot= */ true, &e); in chase_symlinks()
Dhash-funcs.c38 r = path_find_first_component(&q, true, &e); in path_hash_func()
Dpath-util.h151 int path_find_first_component(const char **p, bool accept_dot_dot, const char **ret);
Dmkdir.c133 n = path_find_first_component(&p, /* accept_dot_dot= */ false, (const char **) &s); in mkdir_parents_internal()
/systemd-251/src/test/
Dtest-path-util.c610 r = path_find_first_component(&p, accept_dot_dot, &e); in test_path_find_first_component_one()
631 TEST(path_find_first_component) { in TEST() argument