Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sh/kernel/
Dmachvec.c43 char *mv_end; in early_parse_mv() local
48 mv_end = strchr(from, ' '); in early_parse_mv()
49 if (mv_end == NULL) in early_parse_mv()
50 mv_end = from + strlen(from); in early_parse_mv()
53 mv_len = mv_end - from; in early_parse_mv()
58 from = mv_end; in early_parse_mv()