Searched refs:strv_find_startswith (Results 1 - 4 of 4) sorted by relevance
| /systemd/src/test/ |
| H A D | test-strv.c | 119 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 D | strv.h | 34 char *strv_find_startswith(char **l, const char *name) _pure_;
|
| H A D | strv.c | 59 char *strv_find_startswith(char **l, const char *name) { function
|
| /systemd/src/core/ |
| H A D | service.c | 2978 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 30 milliseconds