Lines Matching full:strlen
684 prefix_len = strlen(words[0]);
725 se = s + strlen(s);
768 patlen = strlen(pat);
775 p = sp + strlen(sp);
809 strlen(words[j] + pathlen) + 1);
1368 if (x_do_ins(s, strlen(s)) < 0)
1847 xep = xcp = xbuf + strlen(xbuf);
1972 x_goto(xbuf + i + strlen(pat) - (*pat == '^'));
2020 return ((strncmp(str, pat + 1, strlen(pat + 1)) == 0) ? 0 : -1);
2300 len = strlen(killstack[killtp]);
2711 if (x_escape(words[i], strlen(words[i]), x_do_ins) < 0 ||
2770 completed = !strncmp(words[0], unescaped, strlen(unescaped));
3048 xend = xep = v + (vlen = strlen(v));
3091 xep = xbuf + strlen(xbuf);
3139 rcp = &cp[strlen(cp) - 1];
3704 strlen(KSH_VERSION), false);
4142 nlen = strlen(ap->val.s) + 1;
4382 es->linelen = strlen(es->cbuf);
5059 if ((es->linelen = strlen(hptr)) >= es->cbufsize)
5093 if ((es->linelen = strlen(hptr)) >= es->cbufsize)
5318 if (x_escape(words[i], strlen(words[i]), x_vi_putbuf) != 0) {
5406 match_len = strlen(match);