Searched refs:format (Results 1 - 25 of 8745) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dfmt.c12 int FMT_istext(int format) argument
14 return (format & B_FORMAT_TEXT) == B_FORMAT_TEXT;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dsource2.scm18 (display (format #f "y~As" "e"))
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dsource2.scm18 (display (format #f "y~As" "e"))
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dcommon.h39 #define DEBUG_PRINTF(format, args...) printf (format, ## args)
41 #define DEBUG_PRINTF(format, args...)
/netbsd-current/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dcommon.h39 #define DEBUG_PRINTF(format, args...) printf (format, ## args)
41 #define DEBUG_PRINTF(format, args...)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dfixup-dump.pl6 if (/.*file format.*/) {
7 $_ = ".*: +file format .*\n";
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dpogen.h18 * Macros to change log messages into a format that xgettext can handle.
24 #define print_log(level, dm_errno, file, line, format, args...) print_log(format, args)
25 #define dm_log(level, file, line, format, args...) dm_log(format, args)
26 #define dm_log_with_errno(level, dm_errno, file, line, format, args...) \
27 dm_log(level, file, line, format, args)
/netbsd-current/external/gpl2/lvm2/dist/po/
H A Dpogen.h18 * Macros to change log messages into a format that xgettext can handle.
24 #define print_log(level, dm_errno, file, line, format, args...) print_log(format, args)
25 #define dm_log(level, file, line, format, args...) dm_log(format, args)
26 #define dm_log_with_errno(level, dm_errno, file, line, format, args...) \
27 dm_log(level, file, line, format, args)
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dprintifname.c15 printifname(format, name, ifp)
16 char *format, *name;
19 PRINTF("%s%s", format, name);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dxasprintf.c24 xasprintf (const char *format, ...) argument
29 va_start (args, format);
30 result = xvasprintf (format, args);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dxasprintf.c24 xasprintf (const char *format, ...) argument
29 va_start (args, format);
30 result = xvasprintf (format, args);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dutf8.h21 __attribute__((format(printf, 4, 0)));
23 __attribute__((format(printf, 1, 2)));
25 __attribute__((format(printf, 2, 3)));
27 __attribute__((format(printf, 2, 0)));
29 __attribute__((format(printf, 4, 5)));
31 __attribute__((format(printf, 4, 5)));
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-debug.h31 extern void debug_printf (const char *format, ...)
38 extern void debug_vprintf (const char *format, va_list ap)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dfloat16-format-bad.l2 [^:]*:2: Warning: float16 format cannot be set more than once, ignoring.
3 [^:]*:3: Error: unrecognised float16 format "monkeys"
4 [^:]*:4: Error: unrecognised float16 format "..."
5 [^:]*:5: Error: unrecognised float16 format ""
H A Dfloat16-format-bad.d2 # source: float16-format-bad.s
3 # error_output: float16-format-bad.l
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dgc-unwind.d2 .*: file format.*
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/rx/
H A Dmvfcp.d4 .*: file format .*
H A Dmvtcp.d4 .*: file format .*
H A Dopecp.d4 .*: file format .*
/netbsd-current/external/bsd/kyua-cli/dist/utils/format/
H A Dmacros.hpp29 /// \file utils/format/macros.hpp
30 /// Convenience macros to simplify usage of the format library.
40 #include "utils/format/formatter.ipp"
43 /// Constructs a utils::format::formatter object with the given format string.
46 /// utils::format::formatter objects shorter, and thus to allow inlining these
54 /// \param fmt The format string.
55 #define F(fmt) utils::format::formatter(fmt)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Derrors.h19 #define D_ATTRIBUTE_FORMAT(m, n) __attribute__((format(printf, m, n))) __attribute__((nonnull (m)))
24 // Print a warning, deprecation, or error, accepts printf-like format specifiers.
25 D_ATTRIBUTE_FORMAT(2, 3) void warning(const Loc& loc, const char *format, ...);
26 D_ATTRIBUTE_FORMAT(2, 3) void warningSupplemental(const Loc& loc, const char *format, ...);
27 D_ATTRIBUTE_FORMAT(2, 3) void deprecation(const Loc& loc, const char *format, ...);
28 D_ATTRIBUTE_FORMAT(2, 3) void deprecationSupplemental(const Loc& loc, const char *format, ...);
29 D_ATTRIBUTE_FORMAT(2, 3) void error(const Loc& loc, const char *format, ...);
30 D_ATTRIBUTE_FORMAT(2, 3) void errorSupplemental(const Loc& loc, const char *format, ...);
31 D_ATTRIBUTE_FORMAT(2, 0) void verror(const Loc& loc, const char *format, va_list ap, const char *p1 = NULL, const char *p2 = NULL, const char *header = "Error: ");
32 D_ATTRIBUTE_FORMAT(2, 0) void verrorSupplemental(const Loc& loc, const char *format, va_lis
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypeUnit.cpp27 << ", type_signature = " << format("0x%016" PRIx64, getTypeHash())
28 << ", length = " << format("0x%0*" PRIx64, OffsetDumpWidth, getLength())
33 OS << format("0x%08" PRIx64, getOffset()) << ": Type Unit:"
34 << " length = " << format("0x%0*" PRIx64, OffsetDumpWidth, getLength())
35 << ", format = " << dwarf::FormatString(getFormat())
36 << ", version = " << format("0x%04x", getVersion());
39 OS << ", abbr_offset = " << format("0x%04" PRIx64, getAbbrOffset());
42 OS << ", addr_size = " << format("0x%02x", getAddressByteSize())
44 << ", type_signature = " << format("0x%016" PRIx64, getTypeHash())
45 << ", type_offset = " << format("
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dyndb/driver/
H A Dlog.h42 #define log_error(format, ...) log_write(ISC_LOG_ERROR, format, ##__VA_ARGS__)
44 #define log_info(format, ...) log_write(ISC_LOG_INFO, format, ##__VA_ARGS__)
47 log_write(int level, const char *format, ...) ISC_FORMAT_PRINTF(2, 3);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Derrors.d54 private extern (C++) void noop(const ref Loc loc, const(char)* format, ...) {}
56 pragma(printf) private extern (C++) void noop(const ref Loc loc, const(char)* format, ...) {}
84 * format = printf-style format specification
88 extern (C++) void error(const ref Loc loc, const(char)* format, ...)
91 va_start(ap, format);
92 verror(loc, format, ap);
96 pragma(printf) extern (C++) void error(const ref Loc loc, const(char)* format, ...)
99 va_start(ap, format);
100 verror(loc, format, a
[all...]
H A Derrors.h20 #define D_ATTRIBUTE_FORMAT(m, n) __attribute__((format(printf, m, n))) __attribute__((nonnull (m)))
25 // Print a warning, deprecation, or error, accepts printf-like format specifiers.
26 D_ATTRIBUTE_FORMAT(2, 3) void warning(const Loc& loc, const char *format, ...);
27 D_ATTRIBUTE_FORMAT(2, 3) void warningSupplemental(const Loc& loc, const char *format, ...);
28 D_ATTRIBUTE_FORMAT(2, 3) void deprecation(const Loc& loc, const char *format, ...);
29 D_ATTRIBUTE_FORMAT(2, 3) void deprecationSupplemental(const Loc& loc, const char *format, ...);
30 D_ATTRIBUTE_FORMAT(2, 3) void error(const Loc& loc, const char *format, ...);
31 D_ATTRIBUTE_FORMAT(4, 5) void error(const char *filename, unsigned linnum, unsigned charnum, const char *format, ...);
32 D_ATTRIBUTE_FORMAT(2, 3) void errorSupplemental(const Loc& loc, const char *format, ...);
33 D_ATTRIBUTE_FORMAT(2, 0) void verror(const Loc& loc, const char *format, va_lis
[all...]

Completed in 202 milliseconds

1234567891011>>