Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/logging/kmsg/
Dkmsg01.c89 static int find_msg(int fd, const char *text_to_find, char *buf, int bufsize, in find_msg() argument
115 if (strstr(msg, text_to_find) != NULL) { in find_msg()