Searched refs:strv_find_startswith (Results 1 - 4 of 4) sorted by relevance

/systemd/src/test/
H A Dtest-strv.c119 r = strv_find_startswith((char **)input_table_multiple, "o");
122 r = strv_find_startswith((char **)input_table_multiple, "one");
125 r = strv_find_startswith((char **)input_table_multiple, "");
128 assert_se(!strv_find_startswith((char **)input_table_multiple, "xxx"));
129 assert_se(!strv_find_startswith((char **)input_table_multiple, "onee"));
/systemd/src/basic/
H A Dstrv.h34 char *strv_find_startswith(char **l, const char *name) _pure_;
H A Dstrv.c59 char *strv_find_startswith(char **l, const char *name) { function
/systemd/src/core/
H A Dservice.c2978 e = strv_find_startswith(tags, "MAINPID=");
3030 e = strv_find_startswith(tags, "STATUS=");
3055 e = strv_find_startswith(tags, "ERRNO=");
3076 name = strv_find_startswith(tags, "FDNAME=");

Completed in 36 milliseconds