Home
last modified time | relevance | path

Searched defs:strv (Results 1 – 18 of 18) sorted by relevance

/systemd-251/src/home/
Dhomework-password-cache.c20 char **strv; in password_cache_load_keyring() local
/systemd-251/src/analyze/
Danalyze-unit-files.c8 static bool strv_fnmatch_strv_or_empty(char* const* patterns, char **strv, int flags) { in strv_fnmatch_strv_or_empty()
Danalyze.c131 int bus_get_unit_property_strv(sd_bus *bus, const char *path, const char *property, char ***strv) { in bus_get_unit_property_strv()
/systemd-251/src/test/
Dtest-format-table.c148 TEST(strv) { in TEST() argument
Dtest-serialize.c96 char **strv = STRV_MAKE("a", "b", "foo foo", in TEST() local
Dtest-conf-parser.c64 _cleanup_strv_free_ char **strv = NULL; in test_config_parse_strv_one() local
Dtest-hashmap-plain.c88 char **strv; in TEST() local
/systemd-251/src/basic/
Dglob-util.c64 int glob_extend(char ***strv, const char *path, int flags) { in glob_extend()
Dconf-files.c185 int conf_files_insert(char ***strv, const char *root, char **dirs, const char *path) { in conf_files_insert()
/systemd-251/src/libsystemd/sd-device/
Ddevice-private.c437 int device_new_from_strv(sd_device **ret, char **strv) { in device_new_from_strv()
581 int device_get_properties_strv(sd_device *device, char ***strv) { in device_get_properties_strv()
/systemd-251/src/libsystemd-network/
Dtest-dhcp6-client.c759 char **strv; in test_lease_common() local
/systemd-251/src/resolve/
Dresolved-dns-rr.c753 _cleanup_strv_free_ char **strv = NULL; in format_types() local
Dresolvectl.c1481 static int strv_extend_extended_bool(char ***strv, const char *name, const char *value) { in strv_extend_extended_bool()
/systemd-251/src/core/
Dnamespace.c317 static int append_access_mounts(MountEntry **p, char **strv, MountMode mode, bool forcibly_require_… in append_access_mounts()
351 static int append_empty_dir_mounts(MountEntry **p, char **strv) { in append_empty_dir_mounts()
Dexecute.c5715 static void strv_dump(FILE* f, const char *prefix, const char *name, char **strv) { in strv_dump()
/systemd-251/src/shared/
Dformat-table.c92 char **strv; member
1357 static char* format_strv_width(char **strv, size_t column_width) { in format_strv_width()
/systemd-251/src/libsystemd/sd-bus/
Dbus-message.c5621 _cleanup_strv_free_ char **strv = NULL; in sd_bus_message_read_strv() local
5696 int bus_message_get_arg_strv(sd_bus_message *m, unsigned i, char ***strv) { in bus_message_get_arg_strv()
/systemd-251/src/libsystemd/sd-journal/
Djournal-file.c381 const char* strv[5]; in warn_wrong_flags() local