chiark / gitweb /
fileio: imply /tmp as directory if passed as NULL to open_tmpfile_unlinkable()
[elogind.git] / coccinelle / xsprintf.cocci
1 @@
2 expression e, fmt;
3 expression list vaargs;
4 @@
5 - snprintf(e, sizeof(e), fmt, vaargs);
6 + xsprintf(e, fmt, vaargs);