Searched refs:strv_find (Results 1 - 10 of 10) sorted by relevance
/systemd/src/basic/ |
H A D | strv.h | 32 char *strv_find(char **l, const char *name) _pure_; 66 #define strv_contains(l, s) (!!strv_find((l), (s)))
|
H A D | strv.c | 35 char *strv_find(char **l, const char *name) { function 577 if (strv_find(i+1, *i))
|
/systemd/src/core/ |
H A D | mount-setup.c | 258 if (strv_find(*k, controller))
|
H A D | main.c | 1329 if (strv_find(argv+1, "--deserialize")) 1334 if (strv_find(argv+1, "--switched-root"))
|
H A D | service.c | 2990 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 D | test-strv.c | 104 assert_se(strv_find((char **)input_table_multiple, "three")); 105 assert_se(!strv_find((char **)input_table_multiple, "four"));
|
/systemd/src/sysusers/ |
H A D | sysusers.c | 261 if (strv_find(l, *i)) 311 if (strv_find(l, *i))
|
/systemd/src/login/ |
H A D | loginctl.c | 697 if (arg_property && !strv_find(arg_property, name))
|
/systemd/src/shared/ |
H A D | bus-util.c | 954 if (!filter || strv_find(filter, name)) {
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 344 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