Searched refs:strv_push (Results 1 - 16 of 16) sorted by relevance
/systemd/src/basic/ |
H A D | strv.h | 53 int strv_push(char ***l, char *value);
|
H A D | strv.c | 260 r = strv_push(a, v); 433 int strv_push(char ***l, char *value) { function 519 r = strv_push(l, value);
|
/systemd/src/shared/ |
H A D | acl-util.c | 246 r = strv_push(&d, p); 248 r = strv_push(&a, *entry);
|
H A D | ask-password-api.c | 721 r = strv_push(&l, s);
|
H A D | install.c | 854 r = strv_push(&i->also, word);
|
/systemd/src/resolve/ |
H A D | resolved-etc-hosts.c | 227 r = strv_push(&names, name);
|
/systemd/src/test/ |
H A D | test-path-util.c | 237 assert_se(strv_push(&absolute_dirs, p) == 0);
|
H A D | test-strv.c | 476 assert_se(strv_push(&a, i) >= 0);
|
/systemd/src/tty-ask-password-agent/ |
H A D | tty-ask-password-agent.c | 375 r = strv_push(&passwords, password);
|
/systemd/src/journal/ |
H A D | journalctl.c | 1355 r = strv_push(&patterns, u); 1400 r = strv_push(&patterns, u);
|
/systemd/src/tmpfiles/ |
H A D | tmpfiles.c | 2173 if (strv_push(&arg_include_prefixes, optarg) < 0) 2178 if (strv_push(&arg_exclude_prefixes, optarg) < 0)
|
/systemd/src/journal-remote/ |
H A D | journal-remote.c | 1446 if (strv_push(&arg_gnutls_log, word) < 0)
|
/systemd/src/core/ |
H A D | main.c | 2118 (void) strv_push(&env_block, e);
|
H A D | load-fragment.c | 306 r = strv_push(x, k); 3243 r = strv_push(rt, n); 3383 r = strv_push(sv, word);
|
/systemd/src/sysusers/ |
H A D | sysusers.c | 1543 r = strv_push(&l, resolved_name);
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 4677 if (strv_push(&patterns, *name) < 0) 6556 if (strv_push(&arg_types, type) < 0) 6567 if (strv_push(&arg_states, type) < 0) 6600 if (strv_push(&arg_properties, prop) < 0) 6790 if (strv_push(&arg_states, s) < 0)
|
Completed in 3485 milliseconds