Searched refs:matchret (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_net.c2164 int matchret; local
2190 matchret = isdn_msncmp(eaz, my_eaz);
2192 matchret = 1;
2193 if (!matchret)
2197 if (matchret > wret)
2198 wret = matchret;
2203 if ((!matchret) && /* EAZ is matching */
H A Disdn_tty.c2102 int matchret; local
2104 if ((matchret = isdn_tty_match_icall(eaz, &info->emu, di)) > wret)
2105 wret = matchret;
2106 if (!matchret) { /* EAZ is matching */

Completed in 156 milliseconds