strv_length 146 src/activate/activate.c length = strv_length(arg_setenv); strv_length 216 src/analyze/analyze-verify.c Unit *units[strv_length(filenames)]; strv_length 780 src/analyze/analyze.c qsort_safe(deps, strv_length(deps), sizeof (char*), list_dependencies_compare); strv_length 1163 src/analyze/analyze.c if (strv_length(args) != 1) { strv_length 92 src/boot/boot-loader.c count = strv_length(files); strv_length 2339 src/core/execute.c if (strv_length(c->supplementary_groups) > 0) { strv_length 2348 src/core/execute.c if (strv_length(c->read_write_dirs) > 0) { strv_length 2354 src/core/execute.c if (strv_length(c->read_only_dirs) > 0) { strv_length 2360 src/core/execute.c if (strv_length(c->inaccessible_dirs) > 0) { strv_length 561 src/core/main.c if (strv_length(l) <= 1) { strv_length 446 src/core/namespace.c strv_length(read_write_dirs) + strv_length 447 src/core/namespace.c strv_length(read_only_dirs) + strv_length 448 src/core/namespace.c strv_length(inaccessible_dirs) + strv_length 428 src/core/unit-printf.c n = strv_length(l); strv_length 2806 src/core/unit.c loaded_cnt = strv_length(t); strv_length 2807 src/core/unit.c current_cnt = strv_length(u->dropin_paths); strv_length 291 src/cryptsetup/cryptsetup.c assert(strv_length(*passwords) == 1); strv_length 304 src/cryptsetup/cryptsetup.c assert(strv_length(passwords2) == 1); strv_length 342 src/cryptsetup/cryptsetup.c .keyfiles_count = strv_length(arg_tcrypt_keyfiles) strv_length 117 src/firstboot/firstboot.c n = strv_length(x); strv_length 183 src/firstboot/firstboot.c if (u <= 0 || u > strv_length(l)) { strv_length 302 src/libsystemd/sd-bus/busctl.c if (strv_length(argv) != 2) { strv_length 295 src/libsystemd/sd-login/sd-login.c r = strv_length(a); strv_length 638 src/libsystemd/sd-login/sd-login.c r = strv_length(a); strv_length 79 src/libsystemd/sd-network/sd-network.c r = strv_length(a); strv_length 221 src/libsystemd/sd-network/sd-network.c r = strv_length(a); strv_length 601 src/libsystemd/sd-path/sd-path.c n = new(char*, strv_length(l)+1); strv_length 231 src/locale/localed.c if (strv_length(a) == 3) { strv_length 254 src/locale/localed.c if (strv_length(a) == 2 && streq(a[1], "InputClass")) strv_length 540 src/locale/localed.c if (strv_length(b) < 5) { strv_length 201 src/notify/notify.c if (strv_length(final_env) <= 0) { strv_length 513 src/shared/ask-password-api.c if (strv_length(l) <= 0) { strv_length 203 src/shared/env-util.c n += strv_length(l); strv_length 266 src/shared/env-util.c n = strv_length(x); strv_length 376 src/shared/env-util.c r = new(char*, strv_length(x)+2); strv_length 75 src/shared/fstab-util.c strv = memdup(stor, sizeof(char*) * (strv_length(stor) + 1)); strv_length 1086 src/shared/install.c (int) strv_length(info->aliases) + strv_length 1087 src/shared/install.c (int) strv_length(info->wanted_by) + strv_length 1088 src/shared/install.c (int) strv_length(info->required_by); strv_length 1184 src/shared/install.c (int) strv_length(i->aliases) + strv_length 1185 src/shared/install.c (int) strv_length(i->wanted_by) + strv_length 1186 src/shared/install.c (int) strv_length(i->required_by); strv_length 87 src/shared/strv.c k = r = new(char*, strv_length(l) + 1); strv_length 298 src/shared/strv.c n = strv_length(l); strv_length 388 src/shared/strv.c n = strv_length(*l); strv_length 413 src/shared/strv.c n = strv_length(*l); strv_length 585 src/shared/strv.c qsort(l, strv_length(l), sizeof(char*), str_compare); strv_length 38 src/shared/strv.h unsigned strv_length(char * const *l) _pure_; strv_length 3203 src/shared/util.c l = strv_length(argv); strv_length 3230 src/shared/util.c q = strv_length(m); strv_length 147 src/systemctl/systemctl.c if (strv_length(strv) > 0) strv_length 1604 src/systemctl/systemctl.c qsort_safe(deps, strv_length(deps), sizeof (char*), list_dependencies_compare); strv_length 2193 src/systemctl/systemctl.c if (strv_length(args) <= 1) strv_length 4462 src/systemctl/systemctl.c if (show_properties && strv_length(args) <= 1) strv_length 4465 src/systemctl/systemctl.c if (show_status && strv_length(args) <= 1) { strv_length 4705 src/systemctl/systemctl.c if (strv_length(args) > 1) strv_length 4865 src/systemctl/systemctl.c if (strv_length(args) <= 1) strv_length 4949 src/systemctl/systemctl.c l = strv_length(args); strv_length 5238 src/systemctl/systemctl.c l = new(char*, strv_length(original_names) + 1); strv_length 1170 src/tmpfiles/tmpfiles.c return strv_length(arg_include_prefixes) == 0;