Searched refs:strv_extend (Results 1 - 25 of 41) sorted by relevance
12
| /systemd/src/shared/ |
| H A D | path-lookup.c | 175 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 D | dropin.c | 134 r = strv_extend(strv, path);
|
| H A D | fstab-util.c | 173 r = strv_extend(&res, arg + 1);
|
| /systemd/src/basic/ |
| H A D | glob-util.c | 64 k = strv_extend(strv, *p);
|
| H A D | strv.h | 51 int strv_extend(char ***l, const char *value);
|
| H A D | strv.c | 548 int strv_extend(char ***l, const char *value) { function 655 if (strv_extend(&r, i) < 0) {
|
| /systemd/src/network/ |
| H A D | networkd-wait-online.c | 85 if (strv_extend(&arg_interfaces, optarg) < 0) 91 if (strv_extend(&arg_ignore, optarg) < 0)
|
| H A D | networkd-network.c | 539 r = strv_extend(&n->route_domains, domain); 544 r = strv_extend(&n->search_domains, domain);
|
| /systemd/src/sysv-generator/ |
| H A D | sysv-generator.c | 382 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 D | debug-generator.c | 186 r = strv_extend(&arg_wants, "debug-shell.service");
|
| /systemd/src/activate/ |
| H A D | activate.c | 392 r = strv_extend(&arg_listen, optarg); 421 r = strv_extend(&arg_setenv, optarg);
|
| /systemd/src/bus-proxyd/ |
| H A D | bus-proxyd.c | 228 r = strv_extend(&arg_configuration, optarg);
|
| H A D | driver.c | 424 r = strv_extend(&names, "org.freedesktop.DBus"); 701 r = strv_extend(&args, s);
|
| /systemd/src/core/ |
| H A D | slice.c | 288 (void) strv_extend(&u->documentation, "man:systemd.special(7)");
|
| H A D | scope.c | 547 (void) strv_extend(&u->documentation, "man:systemd(1)");
|
| /systemd/src/analyze/ |
| H A D | analyze-verify.c | 93 r = strv_extend(&ans, "");
|
| H A D | analyze.c | 823 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 D | test-strv.c | 365 assert_se(strv_extend(&a, "test2") >= 0); 366 assert_se(strv_extend(&b, "test3") >= 0);
|
| /systemd/src/libsystemd-network/ |
| H A D | dhcp6-option.c | 400 r = strv_extend(&names, ret);
|
| /systemd/src/login/ |
| H A D | logind-user-dbus.c | 350 r = strv_extend(&l, "/org/freedesktop/login1/user/self");
|
| H A D | logind-seat-dbus.c | 427 r = strv_extend(&l, "/org/freedesktop/login1/seat/self");
|
| /systemd/src/run/ |
| H A D | run.c | 270 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 D | journalctl.c | 765 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 D | localectl.c | 469 r = strv_extend(&list, l);
|
| /systemd/src/cryptsetup/ |
| H A D | cryptsetup.c | 113 if (strv_extend(&arg_tcrypt_keyfiles, option + 15) < 0)
|
Completed in 82 milliseconds
12