Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/tools/kconfig/
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()

Completed in 3 milliseconds