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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/
H A Dsetup.c110 char* mv_end; local
116 mv_end = strchr(from, ' ');
117 if (mv_end == NULL)
118 mv_end = from + strlen(from);
121 if ((mv_comma != NULL) && (mv_comma < mv_end)) {
127 mv_len = mv_end - from;
133 from = mv_end;

Completed in 44 milliseconds