Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/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()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dexpr.c1183 const char *last_cr = strrchr(gs->s, '\n'); in expr_print_gstr_helper() local
1189 if (!last_cr) in expr_print_gstr_helper()
1190 last_cr = gs->s; in expr_print_gstr_helper()
1192 last_line_length = strlen(gs->s) - (last_cr - gs->s); in expr_print_gstr_helper()
/OK3568_Linux_fs/kernel/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()