Searched refs:path_find_first_component (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/basic/ |
D | path-util.c | 124 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()
|
D | chase-symlinks.c | 215 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()
|
D | hash-funcs.c | 38 r = path_find_first_component(&q, true, &e); in path_hash_func()
|
D | path-util.h | 151 int path_find_first_component(const char **p, bool accept_dot_dot, const char **ret);
|
D | mkdir.c | 133 n = path_find_first_component(&p, /* accept_dot_dot= */ false, (const char **) &s); in mkdir_parents_internal()
|
/systemd-251/src/test/ |
D | test-path-util.c | 610 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
|