Searched refs:strv_push (Results 1 - 16 of 16) sorted by relevance

/systemd/src/basic/
H A Dstrv.h53 int strv_push(char ***l, char *value);
H A Dstrv.c260 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 Dacl-util.c246 r = strv_push(&d, p);
248 r = strv_push(&a, *entry);
H A Dask-password-api.c721 r = strv_push(&l, s);
H A Dinstall.c854 r = strv_push(&i->also, word);
/systemd/src/resolve/
H A Dresolved-etc-hosts.c227 r = strv_push(&names, name);
/systemd/src/test/
H A Dtest-path-util.c237 assert_se(strv_push(&absolute_dirs, p) == 0);
H A Dtest-strv.c476 assert_se(strv_push(&a, i) >= 0);
/systemd/src/tty-ask-password-agent/
H A Dtty-ask-password-agent.c375 r = strv_push(&passwords, password);
/systemd/src/journal/
H A Djournalctl.c1355 r = strv_push(&patterns, u);
1400 r = strv_push(&patterns, u);
/systemd/src/tmpfiles/
H A Dtmpfiles.c2173 if (strv_push(&arg_include_prefixes, optarg) < 0)
2178 if (strv_push(&arg_exclude_prefixes, optarg) < 0)
/systemd/src/journal-remote/
H A Djournal-remote.c1446 if (strv_push(&arg_gnutls_log, word) < 0)
/systemd/src/core/
H A Dmain.c2118 (void) strv_push(&env_block, e);
H A Dload-fragment.c306 r = strv_push(x, k);
3243 r = strv_push(rt, n);
3383 r = strv_push(sv, word);
/systemd/src/sysusers/
H A Dsysusers.c1543 r = strv_push(&l, resolved_name);
/systemd/src/systemctl/
H A Dsystemctl.c4677 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