diff --git a/util/checklibs.sh b/util/checklibs.sh index 8d080cad24..c92874d411 100755 --- a/util/checklibs.sh +++ b/util/checklibs.sh @@ -14,7 +14,7 @@ status=0 # # Check for missing #include or "print_p.h" # -list=`git grep -l snprintf lib bin | +list=`git grep -wl '\(printf\|snprintf\|sprintf\|vsnprintf\|fprintf\)' lib bin | grep '\.c$' | grep -vE -e '(lib/bind|lib/dns/rdata|lib/dns/gen.c)' \ -e '(lib/isc/win32/time.c|dlzexternal/driver.c)' |