Home
last modified time | relevance | path

Searched refs:strv_find_startswith (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/test/
Dtest-strv.c110 TEST(strv_find_startswith) { in TEST() argument
113 r = strv_find_startswith((char **)input_table_multiple, "o"); in TEST()
116 r = strv_find_startswith((char **)input_table_multiple, "one"); in TEST()
119 r = strv_find_startswith((char **)input_table_multiple, ""); in TEST()
122 assert_se(!strv_find_startswith((char **)input_table_multiple, "xxx")); in TEST()
123 assert_se(!strv_find_startswith((char **)input_table_multiple, "onee")); in TEST()
/systemd-251/src/basic/
Dstrv.h19 char* strv_find_startswith(char * const *l, const char *name) _pure_;
Dstrv.c49 char* strv_find_startswith(char * const *l, const char *name) { in strv_find_startswith() function
/systemd-251/src/shared/
Dbus-print-properties.c359 (expected_value = strv_find_startswith(filter, name_with_equal))) { in bus_message_print_all_properties()
/systemd-251/src/core/
Dservice.c4107 e = strv_find_startswith(tags, "MAINPID="); in service_notify_message()
4177 e = strv_find_startswith(tags, "STATUS="); in service_notify_message()
4202 e = strv_find_startswith(tags, "ERRNO="); in service_notify_message()
4217 e = strv_find_startswith(tags, "EXTEND_TIMEOUT_USEC="); in service_notify_message()
4227 e = strv_find_startswith(tags, "WATCHDOG="); in service_notify_message()
4237 e = strv_find_startswith(tags, "WATCHDOG_USEC="); in service_notify_message()
4252 name = strv_find_startswith(tags, "FDNAME="); in service_notify_message()
4261 name = strv_find_startswith(tags, "FDNAME="); in service_notify_message()
/systemd-251/src/run/
Drun.c1711 if (strv_find_startswith(arg_property, f)) in shall_make_executable_absolute()
/systemd-251/src/nspawn/
Dnspawn.c4272 p = strv_find_startswith(tags, "STATUS="); in nspawn_dispatch_notify_fd()