Searched refs:matchlen (Results 1 – 3 of 3) sorted by relevance
42 int matchlen, envlen = 0; variable54 matchlen = strlen(str);56 matchlen = (int) (tmp - str);57 ++matchlen;68 if (strncmp(str, *current, matchlen) == 0)
38 size_t matchlen, repllen, s2len; in strnsubst() local56 matchlen = strlen(match); in strnsubst()63 if (n == -1 || n + s2len + strlen(this + matchlen) >= maxsize) in strnsubst()66 s1 = this + matchlen; in strnsubst()
84 size_t matchlen, wordlen; in complete_ambiguous() local99 matchlen = 0; in complete_ambiguous()101 matchlen = strlen(lastmatch); in complete_ambiguous()106 if (j < matchlen) in complete_ambiguous()107 matchlen = j; in complete_ambiguous()109 if (matchlen > wordlen) { in complete_ambiguous()110 (void)strlcpy(insertstr, lastmatch, matchlen+1); in complete_ambiguous()