Searched refs:strv_extend (Results 1 - 25 of 41) sorted by relevance

12

/systemd/src/shared/
H A Dpath-lookup.c175 if (strv_extend(&res, generator_early) < 0)
179 if (strv_extend(&res, config_home) < 0)
190 if (strv_extend(&res, runtime_dir) < 0)
193 if (strv_extend(&res, runtime_unit_path) < 0)
197 if (strv_extend(&res, generator) < 0)
201 if (strv_extend(&res, data_home) < 0)
212 if (strv_extend(&res, generator_late) < 0)
H A Ddropin.c134 r = strv_extend(strv, path);
H A Dfstab-util.c173 r = strv_extend(&res, arg + 1);
/systemd/src/basic/
H A Dglob-util.c64 k = strv_extend(strv, *p);
H A Dstrv.h51 int strv_extend(char ***l, const char *value);
H A Dstrv.c548 int strv_extend(char ***l, const char *value) { function
655 if (strv_extend(&r, i) < 0) {
/systemd/src/network/
H A Dnetworkd-wait-online.c85 if (strv_extend(&arg_interfaces, optarg) < 0)
91 if (strv_extend(&arg_ignore, optarg) < 0)
H A Dnetworkd-network.c539 r = strv_extend(&n->route_domains, domain);
544 r = strv_extend(&n->search_domains, domain);
/systemd/src/sysv-generator/
H A Dsysv-generator.c382 r = strv_extend(&s->before, m);
386 r = strv_extend(&s->wants, m);
391 r = strv_extend(&s->before, SPECIAL_NETWORK_TARGET);
435 r = strv_extend(&s->after, m);
439 r = strv_extend(&s->wants, m);
441 r = strv_extend(is_before ? &s->before : &s->after, m);
715 r = strv_extend(&s->after, other->name);
720 r = strv_extend(&s->before, other->name);
911 r = strv_extend(&service->before, rcnd_table[i].target);
916 r = strv_extend(
[all...]
/systemd/src/debug-generator/
H A Ddebug-generator.c186 r = strv_extend(&arg_wants, "debug-shell.service");
/systemd/src/activate/
H A Dactivate.c392 r = strv_extend(&arg_listen, optarg);
421 r = strv_extend(&arg_setenv, optarg);
/systemd/src/bus-proxyd/
H A Dbus-proxyd.c228 r = strv_extend(&arg_configuration, optarg);
H A Ddriver.c424 r = strv_extend(&names, "org.freedesktop.DBus");
701 r = strv_extend(&args, s);
/systemd/src/core/
H A Dslice.c288 (void) strv_extend(&u->documentation, "man:systemd.special(7)");
H A Dscope.c547 (void) strv_extend(&u->documentation, "man:systemd(1)");
/systemd/src/analyze/
H A Danalyze-verify.c93 r = strv_extend(&ans, "");
H A Danalyze.c823 if (strv_extend(units, name))
1100 if (strv_extend(&expanded_patterns, *pattern) < 0)
1122 if (strv_extend(&expanded_patterns, unit_id) < 0)
1385 if (strv_extend(&arg_dot_from_patterns, optarg) < 0)
1391 if (strv_extend(&arg_dot_to_patterns, optarg) < 0)
/systemd/src/test/
H A Dtest-strv.c365 assert_se(strv_extend(&a, "test2") >= 0);
366 assert_se(strv_extend(&b, "test3") >= 0);
/systemd/src/libsystemd-network/
H A Ddhcp6-option.c400 r = strv_extend(&names, ret);
/systemd/src/login/
H A Dlogind-user-dbus.c350 r = strv_extend(&l, "/org/freedesktop/login1/user/self");
H A Dlogind-seat-dbus.c427 r = strv_extend(&l, "/org/freedesktop/login1/seat/self");
/systemd/src/run/
H A Drun.c270 if (strv_extend(&arg_environment, optarg) < 0)
276 if (strv_extend(&arg_property, optarg) < 0)
355 if (strv_extend(&arg_timer_property, optarg) < 0)
/systemd/src/journal/
H A Djournalctl.c765 r = strv_extend(&arg_syslog_identifier, optarg);
771 r = strv_extend(&arg_system_units, optarg);
777 r = strv_extend(&arg_user_units, optarg);
1780 r = strv_extend(&g, "systemd-journal");
/systemd/src/locale/
H A Dlocalectl.c469 r = strv_extend(&list, l);
/systemd/src/cryptsetup/
H A Dcryptsetup.c113 if (strv_extend(&arg_tcrypt_keyfiles, option + 15) < 0)

Completed in 82 milliseconds

12