Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-sd-path.c32 TEST(sd_path_lookup_strv) { in TEST() argument
37 r = sd_path_lookup_strv(i, NULL, &t); in TEST()
46 assert_se(sd_path_lookup_strv(i, "suffix", &s) == 0); in TEST()
/systemd-251/src/systemd/
Dsd-path.h117 int sd_path_lookup_strv(uint64_t type, const char *suffix, char ***paths);
/systemd-251/src/libsystemd/sd-path/
Dsd-path.c428 r = sd_path_lookup_strv(type, suffix, &l); in sd_path_lookup()
637 _public_ int sd_path_lookup_strv(uint64_t type, const char *suffix, char ***paths) { in sd_path_lookup_strv() function
/systemd-251/src/libsystemd/
Dlibsystemd.sym717 sd_path_lookup_strv;
/systemd-251/man/rules/
Dmeson.build791 ['sd_path_lookup', '3', ['sd_path_lookup_strv'], ''],