freebsd_amp_hwpstate/sys/ddb
Bruce Evans 748993b899 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.
1998-07-13 06:45:23 +00:00
..
db_access.c
db_access.h
db_aout.c
db_break.c
db_break.h
db_command.c Use not-so-new printf formats %r and/or %z instead of %n and/or %+x. 1998-07-08 10:53:58 +00:00
db_command.h
db_elf.c
db_examine.c Use not-so-new printf formats %r and/or %z instead of %n and/or %+x. 1998-07-08 10:53:58 +00:00
db_expr.c
db_input.c
db_kld.c
db_lex.c Fixed bogus type of valuep in struct db_variable. It was `int *' and 1998-07-08 09:11:43 +00:00
db_lex.h Fixed bogus type of valuep in struct db_variable. It was `int *' and 1998-07-08 09:11:43 +00:00
db_output.c Fixed bogus type of valuep in struct db_variable. It was `int *' and 1998-07-08 09:11:43 +00:00
db_output.h
db_print.c Use not-so-new printf formats %r and/or %z instead of %n and/or %+x. 1998-07-08 10:53:58 +00:00
db_ps.c
db_run.c
db_sym.c Use not-so-new printf formats %r and/or %z instead of %n and/or %+x. 1998-07-08 10:53:58 +00:00
db_sym.h
db_trap.c
db_variables.c Fixed bogus type of valuep in struct db_variable. It was `int *' and 1998-07-08 09:11:43 +00:00
db_variables.h Fixed bogus type of valuep in struct db_variable. It was `int *' and 1998-07-08 09:11:43 +00:00
db_watch.c
db_watch.h
db_write_cmd.c Use not-so-new printf formats %r and/or %z instead of %n and/or %+x. 1998-07-08 10:53:58 +00:00
ddb.h Added macros __printflike() and __scanflike() to <sys/cdefs.h>. 1998-07-13 06:45:23 +00:00