Searched refs:format (Results 176 - 200 of 3721) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mn10300/
H A Di135409-4.d2 tmpdir/i135409-4.x: file format elf32-.*
H A Di135409-5.d2 tmpdir/i135409-5.x: file format elf32-.*
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-pe/
H A Dimage_size.d6 .*: file format .*
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-powerpc/
H A Dsdadyn.d2 .*: +file format elf32-powerpc
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dcompare-fp-1.x2 # The SPU single-precision floating point format does not
H A Dfp-cmp-4f.x2 # The SPU single-precision floating point format does not
H A Dfp-cmp-8f.x2 # The SPU single-precision floating point format does not
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Ddeclspec-3-Wextra.c31 __attribute__((format(printf, 1, 2))) static void h (const char *, ...);
32 __attribute__((format(printf, 1, 2))) void static i (const char *, ...); /* { dg-warning "not at beginning" } */
H A Ddeclspec-3-no.c31 __attribute__((format(printf, 1, 2))) static void h (const char *, ...);
32 __attribute__((format(printf, 1, 2))) void static i (const char *, ...); /* { dg-bogus "not at beginning" } */
H A Ddeclspec-3.c33 __attribute__((format(printf, 1, 2))) static void h (const char *, ...);
34 __attribute__((format(printf, 1, 2))) void static i (const char *, ...); /* { dg-warning "not at beginning" } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libssp/
H A Dvsnprintf-chk.c46 size_t slen, const char *format, va_list arg)
51 return vsnprintf (s, n, format, arg);
45 __vsnprintf_chk(char *s, size_t n, int flags __attribute__((unused)), size_t slen, const char *format, va_list arg) argument
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A Dvasnwprintf.h41 extern wchar_t * asnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, ...);
42 extern wchar_t * vasnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, va_list args);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Ddeclspec-3.c33 __attribute__((format(printf, 1, 2))) static void h (const char *, ...);
34 __attribute__((format(printf, 1, 2))) void static i (const char *, ...); /* { dg-warning "not at beginning" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/format/
H A Dattr-2.c1 /* Test for format attributes: test use of __attribute__. */
6 #include "format.h"
8 extern void tformatprintf (const char *, ...) __attribute__((format(printf, 1, 2)));
9 extern void tformat__printf__ (const char *, ...) __attribute__((format(__printf__, 1, 2)));
10 extern void tformatscanf (const char *, ...) __attribute__((format(scanf, 1, 2)));
11 extern void tformat__scanf__ (const char *, ...) __attribute__((format(__scanf__, 1, 2)));
12 extern void tformatstrftime (const char *) __attribute__((format(strftime, 1, 0)));
13 extern void tformat__strftime__ (const char *) __attribute__((format(__strftime__, 1, 0)));
14 extern void tformatstrfmon (const char *, ...) __attribute__((format(strfmon, 1, 2)));
15 extern void tformat__strfmon__ (const char *, ...) __attribute__((format(__strfmon_
[all...]
/netbsd-6-1-5-RELEASE/sbin/dkscan_bsdlabel/
H A Ddkscan_util.h40 void aprint_error(const char *format, ...);
41 void aprint_verbose(const char *format, ...);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dpo-error.c32 const char *format, ...)
37 const char *format, ...)
H A Dpo-error.h35 const char *format, ...);
39 const char *format, ...);
H A Dformat-sh.c1 /* Shell format strings.
27 #include "format.h"
30 #include "format-invalid.h"
35 /* Shell format strings are simply strings subjects to variable substitution.
89 format_parse (const char *format, bool translated, char **invalid_reason) argument
99 for (; *format != '\0';)
100 if (*format++ == '$')
107 if (*format == '{')
113 name_start = ++format;
114 for (; *format !
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A Dvasnwprintf.h39 extern wchar_t * asnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, ...);
40 extern wchar_t * vasnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, va_list args);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/libasprintf/
H A Dvasprintf.c31 vasprintf (char **resultp, const char *format, va_list args) argument
34 char *result = vasnprintf (NULL, &length, format, args);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-guile/
H A Dhello.scm9 (use-modules (ice-9 format))
18 (format #t (_ "This program is running as process number ~D.") (getpid))
/netbsd-6-1-5-RELEASE/usr.sbin/altq/altqd/
H A Dlibaltq2.c58 log_write(int severity, int syserr, const char *format, ...) argument
62 va_start(ap, format);
66 vfprintf(stderr, format, ap);
72 vsyslog(severity, format, ap);
76 strlcpy(buf, format, sizeof(buf));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dvasprintf.c47 @deftypefn Extension int vasprintf (char **@var{resptr}, const char *@var{format}, va_list @var{args})
64 int_vasprintf (char **result, const char *format, va_list args) argument
66 const char *p = format;
69 int total_width = strlen (format) + 1;
104 /* Should be big enough for any format specifier except %s and floats. */
146 return vsprintf (*result, format, args);
152 vasprintf (char **result, const char *format, argument
159 return int_vasprintf (result, format, args);
164 checkit (const char *format, ...) argument
167 VA_OPEN (args, format);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dvasprintf.c47 @deftypefn Extension int vasprintf (char **@var{resptr}, const char *@var{format}, va_list @var{args})
64 int_vasprintf (char **result, const char *format, va_list args) argument
66 const char *p = format;
69 int total_width = strlen (format) + 1;
104 /* Should be big enough for any format specifier except %s and floats. */
146 return vsprintf (*result, format, args);
152 vasprintf (char **result, const char *format, argument
159 return int_vasprintf (result, format, args);
164 checkit (const char *format, ...) argument
167 VA_OPEN (args, format);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/contrib/eqn2graph/
H A Deqn2graph.sh12 # A -format FOO option changes the image output format to any format
14 # The default format is PNG.
39 format="png"
46 -format)
47 format=$2
88 && convert -trim -crop 0x0 $convert_opts $tmp/eqn2graph.ps $tmp/eqn2graph.$format \
89 && cat $tmp/eqn2graph.$format

Completed in 275 milliseconds

1234567891011>>