Searched refs:strv_find (Results 1 - 10 of 10) sorted by relevance

/systemd/src/basic/
H A Dstrv.h32 char *strv_find(char **l, const char *name) _pure_;
66 #define strv_contains(l, s) (!!strv_find((l), (s)))
H A Dstrv.c35 char *strv_find(char **l, const char *name) { function
577 if (strv_find(i+1, *i))
/systemd/src/core/
H A Dmount-setup.c258 if (strv_find(*k, controller))
H A Dmain.c1329 if (strv_find(argv+1, "--deserialize"))
1334 if (strv_find(argv+1, "--switched-root"))
H A Dservice.c2990 if (strv_find(tags, "RELOADING=1")) {
3001 if (strv_find(tags, "READY=1")) {
3019 if (strv_find(tags, "STOPPING=1")) {
3070 if (strv_find(tags, "WATCHDOG=1"))
3073 if (strv_find(tags, "FDSTORE=1")) {
/systemd/src/test/
H A Dtest-strv.c104 assert_se(strv_find((char **)input_table_multiple, "three"));
105 assert_se(!strv_find((char **)input_table_multiple, "four"));
/systemd/src/sysusers/
H A Dsysusers.c261 if (strv_find(l, *i))
311 if (strv_find(l, *i))
/systemd/src/login/
H A Dloginctl.c697 if (arg_property && !strv_find(arg_property, name))
/systemd/src/shared/
H A Dbus-util.c954 if (!filter || strv_find(filter, name)) {
/systemd/src/systemctl/
H A Dsystemctl.c344 if (!strv_find(arg_types, dot+1))
1289 if (!strv_find(arg_types, dot+1))
1294 !strv_find(arg_states, unit_file_state_to_string(u->state)))
4089 if (arg_properties && !strv_find(arg_properties, name)) {

Completed in 81 milliseconds