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

/systemd/src/debug-generator/
H A Ddebug-generator.c52 r = strv_consume(&arg_mask, n);
68 r = strv_consume(&arg_wants, n);
/systemd/src/core/
H A Dlocale-setup.c96 if (strv_consume(&add, s) < 0) {
H A Ddbus-execute.c381 r = strv_consume(&l, name);
1294 r = strv_consume(&l, buf);
H A Dunit.c3614 r = strv_consume(&u->requires_mounts_for, p);
/systemd/src/network/
H A Dnetworkd-network-bus.c119 r = strv_consume(&l, p);
/systemd/src/basic/
H A Dstrv.h56 int strv_consume(char ***l, char *value);
H A Dstrv.c516 int strv_consume(char ***l, char *value) { function
558 return strv_consume(l, v);
760 return strv_consume(l, x);
/systemd/src/sysctl/
H A Dsysctl.c215 if (strv_consume(&arg_prefixes, p) < 0)
/systemd/src/machine/
H A Dimage-dbus.c352 r = strv_consume(&l, p);
H A Dmachine-dbus.c1383 r = strv_consume(&l, p);
/systemd/src/analyze/
H A Danalyze-verify.c86 r = strv_consume(&ans, t);
/systemd/src/hwdb/
H A Dhwdb.c518 r = strv_consume(&match_list, match);
538 r = strv_consume(&match_list, match);
/systemd/src/login/
H A Dlogind-user-dbus.c334 r = strv_consume(&l, p);
H A Dlogind-seat-dbus.c410 r = strv_consume(&l, p);
H A Dlogind-session-dbus.c592 r = strv_consume(&l, p);
/systemd/src/shared/
H A Dacl-util.c210 r = strv_consume(&g, name);
H A Dconf-parser.c745 r = strv_consume(sv, word);
/systemd/src/fstab-generator/
H A Dfstab-generator.c189 r = strv_consume(&units, x);
/systemd/src/import/
H A Dpull-common.c121 r = strv_consume(&l, u);
/systemd/src/libsystemd-network/
H A Dnetwork-internal.c250 r = strv_consume(sv, n);
/systemd/src/bus-proxyd/
H A Ddriver.c479 r = strv_consume(&owners, n);
/systemd/src/libsystemd/sd-bus/
H A Dbus-control.c272 r = strv_consume(x, n);
H A Dsd-bus.c3492 r = strv_consume(&labels, label);
3598 r = strv_consume(&labels, label);
/systemd/src/resolve/
H A Dresolved-dns-rr.c770 r = strv_consume(&strv, t);
/systemd/src/systemctl/
H A Dsystemctl.c2648 r = strv_consume(&globs, t);
2650 r = strv_consume(&mangled, t);

Completed in 4808 milliseconds