/systemd-251/src/basic/ |
D | conf-files.c | 253 int conf_files_list_strv(char ***ret, const char *suffix, const char *root, unsigned flags, const c… in conf_files_list_strv() function 304 r = conf_files_list_strv(&f, ".conf", root, 0, (const char* const*) config_dirs); in conf_files_list_with_replacement()
|
D | conf-files.h | 15 int conf_files_list_strv(char ***ret, const char *suffix, const char *root, unsigned flags, const c…
|
/systemd-251/src/environment-d-generator/ |
D | environment-d-generator.c | 50 r = conf_files_list_strv(&files, ".conf", NULL, 0, (const char **) dirs); in load_and_print()
|
/systemd-251/src/binfmt/ |
D | binfmt.c | 217 … r = conf_files_list_strv(&files, ".conf", NULL, 0, (const char**) CONF_PATHS_STRV("binfmt.d")); in run()
|
/systemd-251/src/shared/ |
D | dropin.c | 273 r = conf_files_list_strv(ret, file_suffix, NULL, 0, (const char**) dirs); in unit_file_find_dropin_paths()
|
D | pretty-print.c | 334 r = conf_files_list_strv(&files, extension, root, 0, (const char* const*) dirs); in conf_files_cat()
|
D | exec-util.c | 105 …r = conf_files_list_strv(&paths, NULL, NULL, CONF_FILES_EXECUTABLE|CONF_FILES_REGULAR|CONF_FILES_F… in do_execute()
|
D | conf-parser.c | 578 return conf_files_list_strv(ret, ".conf", NULL, 0, (const char* const*) dropin_dirs); in config_get_dropin_files() 678 r = conf_files_list_strv(&files, suffix, root, flags, dirs); in config_get_stats_by_path()
|
D | hwdb-util.c | 610 err = conf_files_list_strv(&files, ".hwdb", root, 0, conf_file_dirs); in hwdb_update()
|
D | install.c | 1561 r = conf_files_list_strv(&files, ".conf", NULL, 0, (const char**) dirs); in unit_file_search() 3136 return conf_files_list_strv(files, ".preset", root_dir, 0, dirs); in presets_find_config()
|
/systemd-251/src/sysupdate/ |
D | sysupdate.c | 103 …r = conf_files_list_strv(&files, ".conf", NULL, CONF_FILES_REGULAR|CONF_FILES_FILTER_MASKED, (cons… in context_read_definitions() 123 …r = conf_files_list_strv(&files, ".conf", root, CONF_FILES_REGULAR|CONF_FILES_FILTER_MASKED, (cons… in context_read_definitions() 125 …r = conf_files_list_strv(&files, ".conf", root, CONF_FILES_REGULAR|CONF_FILES_FILTER_MASKED, (cons… in context_read_definitions()
|
/systemd-251/src/sysctl/ |
D | sysctl.c | 404 … r = conf_files_list_strv(&files, ".conf", NULL, 0, (const char**) CONF_PATHS_STRV("sysctl.d")); in run()
|
/systemd-251/src/resolve/ |
D | resolved-dnssd.c | 196 r = conf_files_list_strv(&files, ".dnssd", NULL, 0, DNSSD_SERVICE_DIRS); in dnssd_load()
|
/systemd-251/src/libsystemd/sd-journal/ |
D | catalog.c | 457 r = conf_files_list_strv(&files, ".catalog", root, 0, dirs); in catalog_update()
|
/systemd-251/src/network/netdev/ |
D | netdev.c | 863 r = conf_files_list_strv(&files, ".netdev", NULL, 0, NETWORK_DIRS); in netdev_load()
|
/systemd-251/src/timedate/ |
D | timedated.c | 201 r = conf_files_list_strv(&files, ".list", NULL, CONF_FILES_FILTER_MASKED, UNIT_LIST_DIRS); in context_parse_ntp_services_from_disk()
|
/systemd-251/src/udev/net/ |
D | link-config.c | 334 r = conf_files_list_strv(&files, ".link", NULL, 0, NETWORK_DIRS); in link_config_load()
|
/systemd-251/src/network/ |
D | networkd-network.c | 585 r = conf_files_list_strv(&files, ".network", NULL, 0, NETWORK_DIRS); in network_load()
|
/systemd-251/src/partition/ |
D | repart.c | 1402 …r = conf_files_list_strv(&files, ".conf", NULL, CONF_FILES_REGULAR|CONF_FILES_FILTER_MASKED, (cons… in context_read_definitions() 1404 …r = conf_files_list_strv(&files, ".conf", root, CONF_FILES_REGULAR|CONF_FILES_FILTER_MASKED, (cons… in context_read_definitions()
|
/systemd-251/src/udev/ |
D | udev-rules.c | 1303 r = conf_files_list_strv(&files, ".rules", NULL, 0, RULES_DIRS); in udev_rules_load()
|