mtcp_strchr 641 mtcp/mtcp_util.c for (p = format; (q = mtcp_strchr (p, '%')) != NULL; p = ++ q) { mtcp_strchr 181 mtcp/mtcp_util.h char *mtcp_strchr(const char *s, int c);