Searched refs:text_to_find (Results 1 – 1 of 1) sorted by relevance
89 static int find_msg(int fd, const char *text_to_find, char *buf, int bufsize, in find_msg() argument115 if (strstr(msg, text_to_find) != NULL) { in find_msg()