Searched refs:g_preoslog_buffer_string (Results 1 – 1 of 1) sorted by relevance
18 static const char* g_preoslog_buffer_string[] = {"serial output"}; variable26 for (i = 0; i < (sizeof(g_preoslog_buffer_string) / sizeof(char*)); i++) { in check_for_substrings()27 res = res || strnstr(string, g_preoslog_buffer_string[i], len) == NULL ? FALSE : TRUE; in check_for_substrings()