Searched hist:37614 (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dsyslog.hdiff 37614 Mon Jul 13 04:45:23 MDT 1998 bde Added macros __printflike() and __scanflike() to <sys/cdefs.h>.
Use them to `make gcc -Wformat' check formats for all printf-like
and scanf-like functions in /usr/src except for the err()/warn()
family. err() isn't quite printf-like since its format arg can
legitimately be NULL. syslog() isn't quite printf-like, but gcc
already accepts %m, even for plain printf() when it shouldn't.
H A Dcdefs.hdiff 37614 Mon Jul 13 04:45:23 MDT 1998 bde Added macros __printflike() and __scanflike() to <sys/cdefs.h>.
Use them to `make gcc -Wformat' check formats for all printf-like
and scanf-like functions in /usr/src except for the err()/warn()
family. err() isn't quite printf-like since its format arg can
legitimately be NULL. syslog() isn't quite printf-like, but gcc
already accepts %m, even for plain printf() when it shouldn't.
H A Dsystm.hdiff 37614 Mon Jul 13 04:45:23 MDT 1998 bde Added macros __printflike() and __scanflike() to <sys/cdefs.h>.
Use them to `make gcc -Wformat' check formats for all printf-like
and scanf-like functions in /usr/src except for the err()/warn()
family. err() isn't quite printf-like since its format arg can
legitimately be NULL. syslog() isn't quite printf-like, but gcc
already accepts %m, even for plain printf() when it shouldn't.
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_cancel.cdiff 95947 Thu May 02 17:57:59 MDT 2002 archie Make sure calls to pthread_cancel() do not take effect if the target
thread is already exiting.

PR: bin/37614
Reviewed by: deischen
MFC after: 1 week
/freebsd-9.3-release/include/
H A Dstdio.hdiff 37614 Mon Jul 13 04:45:23 MDT 1998 bde Added macros __printflike() and __scanflike() to <sys/cdefs.h>.
Use them to `make gcc -Wformat' check formats for all printf-like
and scanf-like functions in /usr/src except for the err()/warn()
family. err() isn't quite printf-like since its format arg can
legitimately be NULL. syslog() isn't quite printf-like, but gcc
already accepts %m, even for plain printf() when it shouldn't.
/freebsd-9.3-release/sys/ddb/
H A Dddb.hdiff 37614 Mon Jul 13 04:45:23 MDT 1998 bde Added macros __printflike() and __scanflike() to <sys/cdefs.h>.
Use them to `make gcc -Wformat' check formats for all printf-like
and scanf-like functions in /usr/src except for the err()/warn()
family. err() isn't quite printf-like since its format arg can
legitimately be NULL. syslog() isn't quite printf-like, but gcc
already accepts %m, even for plain printf() when it shouldn't.

Completed in 229 milliseconds