Home
last modified time | relevance | path

Searched refs:strstr_ptr (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dstring-util.h26 static inline char* strstr_ptr(const char *haystack, const char *needle) { in strstr_ptr() function
/systemd-251/src/test/
Dtest-execute.c862 if (strstr_ptr(ci_environment(), "github-actions")) { in test_exec_dynamicuser()
1209 … if (strstr_ptr(ci_environment(), "travis") || strstr_ptr(ci_environment(), "github-actions")) { in main()