mtcp_strlen 99 mtcp/mtcp_util.c mtcp_strncpy(dest + mtcp_strlen(dest), src, n); mtcp_strlen 120 mtcp/mtcp_util.c size_t n = mtcp_strlen(s2); mtcp_strlen 159 mtcp/mtcp_util.c if (mtcp_strlen(s1) >= mtcp_strlen(s2)) { mtcp_strlen 160 mtcp/mtcp_util.c return mtcp_strncmp(s1, s2, mtcp_strlen(s2)) == 0; mtcp_strlen 167 mtcp/mtcp_util.c size_t len1 = mtcp_strlen(s1); mtcp_strlen 168 mtcp/mtcp_util.c size_t len2 = mtcp_strlen(s2); mtcp_strlen 225 mtcp/mtcp_util.c size_t len = mtcp_strlen(dir); mtcp_strlen 730 mtcp/mtcp_util.c rwrite (p, mtcp_strlen (p)); mtcp_strlen 784 mtcp/mtcp_util.c rwrite (p, mtcp_strlen (p)); mtcp_strlen 174 mtcp/mtcp_util.h size_t mtcp_strlen (const char *s1);