Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/kernel/
Dmachvec.c45 char *mv_end; in early_parse_mv() local
50 mv_end = strchr(from, ' '); in early_parse_mv()
51 if (mv_end == NULL) in early_parse_mv()
52 mv_end = from + strlen(from); in early_parse_mv()
55 mv_len = mv_end - from; in early_parse_mv()
60 from = mv_end; in early_parse_mv()