Searched refs:matchlen (Results 1 – 2 of 2) sorted by relevance
1186 int matchlen, bestmatchlen = -1; in match_addrsel_policy() local1190 matchlen = 0; in match_addrsel_policy()1202 matchlen += 8; in match_addrsel_policy()1205 matchlen++; in match_addrsel_policy()1213 matchlen > bestmatchlen) { in match_addrsel_policy()1215 bestmatchlen = matchlen; in match_addrsel_policy()
644 size_t matchlen; in completionCallback() local658 matchlen = strlen(buf+startpos); in completionCallback()659 if (strncasecmp(buf+startpos,helpEntries[i].full,matchlen) == 0) { in completionCallback()