Home | History | Annotate | Download | only in src

Lines Matching full:strlen

204 			if ((len = strlen(OFN(i)))) {
580 cp = alloc(strlen((const void *)sp) + 1, ATEMP);
588 se = sp + strlen((const void *)sp);
610 memmove(dp, sp, strlen((const void *)sp) + 1);
660 se = s + strlen(s);
661 pe = p + strlen(p);
679 pe = pnew + strlen(pnew);
1427 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP);
1648 len = strlen(cwd);
1666 len = strlen(file) + 1;
1874 olen = strlen(wp[0]);
1875 nlen = strlen(wp[1]);
1876 elen = strlen(current_wd + ilen + olen) + 1;
2065 n = strlen(l);
2093 return (src == NULL ? NULL : strndup_i(src, strlen(src), ap));