Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A Dexpr.c1252 const char *last_cr = strrchr(gs->s, '\n'); in expr_print_gstr_helper() local
1258 if (!last_cr) in expr_print_gstr_helper()
1259 last_cr = gs->s; in expr_print_gstr_helper()
1261 last_line_length = strlen(gs->s) - (last_cr - gs->s); in expr_print_gstr_helper()
/openbmc/linux/scripts/kconfig/
H A Dexpr.c1221 const char *last_cr = strrchr(gs->s, '\n'); in expr_print_gstr_helper() local
1227 if (!last_cr) in expr_print_gstr_helper()
1228 last_cr = gs->s; in expr_print_gstr_helper()
1230 last_line_length = strlen(gs->s) - (last_cr - gs->s); in expr_print_gstr_helper()