DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.0.8.deb-5 / parsing_cocci / tests / 13.cocci
12345678910
@@ expression E; @@ - printk("... %s ...", + printk("... %u.%u.%u.%u ...", ..., - in_ntoa(E), + NIPQUAD(E), ...);