Searched refs:sd_path_lookup_strv (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/test/ |
D | test-sd-path.c | 32 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/ |
D | sd-path.h | 117 int sd_path_lookup_strv(uint64_t type, const char *suffix, char ***paths);
|
/systemd-251/src/libsystemd/sd-path/ |
D | sd-path.c | 428 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/ |
D | libsystemd.sym | 717 sd_path_lookup_strv;
|
/systemd-251/man/rules/ |
D | meson.build | 791 ['sd_path_lookup', '3', ['sd_path_lookup_strv'], ''],
|