Searched refs:format (Results 101 - 125 of 3721) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/openldap/bin/ldapexop/
H A DMakefile5 CWARNFLAGS.clang+= -Wno-format-extra-args
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dbaddata1.l2 .*:8: Error: Can not represent BFD_RELOC_8 relocation in this object file format
3 .*:9: Error: Can not represent BFD_RELOC_8 relocation in this object file format
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/eh/
H A Dcleanup4.C16 int format[1] = { bar (A (i)) }; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/other/
H A Dcanon-33194.C6 format (printf, 1, 2)))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A Dformat2.C1 // Test for format attributes: test applying them to types in C++.
6 __attribute__((format(printf, 1, 2))) void (*tformatprintf0) (const char *, ...);
7 void (*tformatprintf1) (const char *, ...) __attribute__((format(printf, 1, 2)));
8 void (__attribute__((format(printf, 1, 2))) *tformatprintf2) (const char *, ...);
9 void (__attribute__((format(printf, 1, 2))) ****tformatprintf3) (const char *, ...);
18 (*tformatprintf0) ("%"); // { dg-warning "format" "prefix" }
19 (*tformatprintf0) ((*tformat_arg) ("%")); // { dg-warning "format" "prefix" }
22 (*tformatprintf1) ("%"); // { dg-warning "format" "postfix" }
23 (*tformatprintf1) ((*tformat_arg) ("%")); // { dg-warning "format" "postfix" }
26 (*tformatprintf2) ("%"); // { dg-warning "format" "neste
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dprintf1.C6 void x(char *f,...) __attribute__((format(printf,2,3)));
12 A.x("%d"); // { dg-warning "" } too few arguments for format
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/format/
H A Dattr-7.c1 /* Test for format attributes: test applying them to types. */
7 #include "format.h"
9 __attribute__((format(gnu_attr_printf, 1, 2))) void (*tformatprintf0) (const char *, ...);
10 void (*tformatprintf1) (const char *, ...) __attribute__((format(gnu_attr_printf, 1, 2)));
11 void (__attribute__((format(gnu_attr_printf, 1, 2))) *tformatprintf2) (const char *, ...);
12 void (__attribute__((format(gnu_attr_printf, 1, 2))) ****tformatprintf3) (const char *, ...);
21 (*tformatprintf0) ("%"); /* { dg-warning "format" "prefix" } */
22 (*tformatprintf0) ((*tformat_arg) ("%")); /* { dg-warning "format" "prefix" } */
25 (*tformatprintf1) ("%"); /* { dg-warning "format" "postfix" } */
26 (*tformatprintf1) ((*tformat_arg) ("%")); /* { dg-warning "format" "postfi
[all...]
H A Dms_attr-7.c1 /* Test for format attributes: test applying them to types. */
7 #include "format.h"
9 __attribute__((format(ms_printf, 1, 2))) void (*tformatprintf0) (const char *, ...);
10 void (*tformatprintf1) (const char *, ...) __attribute__((format(ms_printf, 1, 2)));
11 void (__attribute__((format(ms_printf, 1, 2))) *tformatprintf2) (const char *, ...);
12 void (__attribute__((format(ms_printf, 1, 2))) ****tformatprintf3) (const char *, ...);
21 (*tformatprintf0) ("%"); /* { dg-warning "format" "prefix" } */
22 (*tformatprintf0) ((*tformat_arg) ("%")); /* { dg-warning "format" "prefix" } */
25 (*tformatprintf1) ("%"); /* { dg-warning "format" "postfix" } */
26 (*tformatprintf1) ((*tformat_arg) ("%")); /* { dg-warning "format" "postfi
[all...]
H A Dsys_format.c7 #include "format.h"
9 __attribute__((format(printf, 1, 2))) void foo (const char *, ...);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr43305.c4 extern int printf(const char *format, ...);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libssp/
H A Dsprintf-chk.c50 size_t slen, const char *format, ...)
55 va_start (arg, format);
57 done = vsprintf (s, format, arg);
60 done = vsnprintf (s, slen, format, arg);
49 __sprintf_chk(char *s, int flags __attribute__((unused)), size_t slen, const char *format, ...) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/eh/
H A Dcleanup4.C16 int format[1] = { bar (A (i)) }; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/warn/
H A Dformat2.C1 // Test for format attributes: test applying them to types in C++.
6 __attribute__((format(printf, 1, 2))) void (*tformatprintf0) (const char *, ...);
7 void (*tformatprintf1) (const char *, ...) __attribute__((format(printf, 1, 2)));
8 void (__attribute__((format(printf, 1, 2))) *tformatprintf2) (const char *, ...);
9 void (__attribute__((format(printf, 1, 2))) ****tformatprintf3) (const char *, ...);
18 (*tformatprintf0) ("%"); // { dg-warning "format" "prefix" }
19 (*tformatprintf0) ((*tformat_arg) ("%")); // { dg-warning "format" "prefix" }
22 (*tformatprintf1) ("%"); // { dg-warning "format" "postfix" }
23 (*tformatprintf1) ((*tformat_arg) ("%")); // { dg-warning "format" "postfix" }
26 (*tformatprintf2) ("%"); // { dg-warning "format" "neste
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dprintf1.C6 void x(char *f,...) __attribute__((format(printf,2,3)));
12 A.x("%d"); // { dg-warning "" } too few arguments for format
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/co/
H A DMakefile5 CWARNFLAGS.clang+= -Wno-format-extra-args
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/format/
H A Dattr-7.c1 /* Test for format attributes: test applying them to types. */
6 #include "format.h"
8 __attribute__((format(printf, 1, 2))) void (*tformatprintf0) (const char *, ...);
9 void (*tformatprintf1) (const char *, ...) __attribute__((format(printf, 1, 2)));
10 void (__attribute__((format(printf, 1, 2))) *tformatprintf2) (const char *, ...);
11 void (__attribute__((format(printf, 1, 2))) ****tformatprintf3) (const char *, ...);
20 (*tformatprintf0) ("%"); /* { dg-warning "format" "prefix" } */
21 (*tformatprintf0) ((*tformat_arg) ("%")); /* { dg-warning "format" "prefix" } */
24 (*tformatprintf1) ("%"); /* { dg-warning "format" "postfix" } */
25 (*tformatprintf1) ((*tformat_arg) ("%")); /* { dg-warning "format" "postfi
[all...]
/netbsd-6-1-5-RELEASE/regress/sys/kern/sleeping/
H A DMakefile10 CWARNFLAGS.clang+= -Wno-format
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Derror.cpp37 const char *format,
70 errprint(format, arg1, arg2, arg3);
79 const char *format,
85 current_lineno, type, format, arg1, arg2, arg3);
89 void error(const char *format, argument
94 do_error(ERROR, format, arg1, arg2, arg3);
97 void warning(const char *format, argument
102 do_error(WARNING, format, arg1, arg2, arg3);
105 void fatal(const char *format, argument
110 do_error(FATAL, format, arg
33 do_error_with_file_and_line(const char *filename, const char *source_filename, int lineno, error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
78 do_error(error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
113 error_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
124 warning_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
135 fatal_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/printf/
H A DMakefile6 COPTS.printf.c = -Wno-format-nonliteral
/netbsd-6-1-5-RELEASE/usr.bin/rwho/
H A DMakefile10 CFLAGS+= -Wno-format-y2k
/netbsd-6-1-5-RELEASE/usr.bin/lam/
H A DMakefile6 COPTS.lam.c += -Wno-format-nonliteral
/netbsd-6-1-5-RELEASE/usr.bin/midiplay/
H A DMakefile5 CWARNFLAGS.clang+= -Wno-format-extra-args
/netbsd-6-1-5-RELEASE/usr.bin/nl/
H A DMakefile5 COPTS.nl.c += -Wno-format-nonliteral
/netbsd-6-1-5-RELEASE/share/man/man8/man8.vax/
H A DMakefile4 MAN= boot.8 crash.8 drtest.8 format.8
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dlog.h57 __attribute__((format(printf, 1, 2)));
58 void error(const char *, ...) __attribute__((format(printf, 1, 2)));
60 __attribute__((format(printf, 1, 2)));
61 void logit(const char *, ...) __attribute__((format(printf, 1, 2)));
62 void verbose(const char *, ...) __attribute__((format(printf, 1, 2)));
63 void debug(const char *, ...) __attribute__((format(printf, 1, 2)));
64 void debug2(const char *, ...) __attribute__((format(printf, 1, 2)));
65 void debug3(const char *, ...) __attribute__((format(printf, 1, 2)));
70 __attribute__((format(printf, 2, 3)));

Completed in 287 milliseconds

1234567891011>>