Home
last modified time | relevance | path

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

/linux/kernel/
H A Dcrash_reserve.c263 char *first_colon, *first_space; in __parse_crashkernel() local
285 first_space = strchr(ck_cmdline, ' '); in __parse_crashkernel()
286 if (first_colon && (!first_space || first_colon < first_space)) in __parse_crashkernel()
/linux/init/
H A Dmain.c963 const char *first_space; in print_kernel_cmdline()
984 first_space = cutoff; in print_kernel_cmdline()
985 while (first_space > cmdline && first_space[-1] == ' ') in print_kernel_cmdline()
986 first_space--; in print_kernel_cmdline()
987 to_print = first_space - cmdline; in print_kernel_cmdline()
960 const char *first_space; print_kernel_cmdline() local