Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dexpr.c1250 const char *last_cr = strrchr(gs->s, '\n'); in expr_print_gstr_helper() local
1256 if (!last_cr) in expr_print_gstr_helper()
1257 last_cr = gs->s; in expr_print_gstr_helper()
1259 last_line_length = strlen(gs->s) - (last_cr - gs->s); in expr_print_gstr_helper()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dexpr.c1250 const char *last_cr = strrchr(gs->s, '\n'); in expr_print_gstr_helper() local
1256 if (!last_cr) in expr_print_gstr_helper()
1257 last_cr = gs->s; in expr_print_gstr_helper()
1259 last_line_length = strlen(gs->s) - (last_cr - gs->s); in expr_print_gstr_helper()

Completed in 3 milliseconds