Searched refs:fmt (Results 1 - 25 of 2576) sorted by relevance

1234567891011>>

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_084.c15 ok_ellipsis(const char *fmt, ...) argument
17 return fmt[0];
H A Dmsg_283.c11 printflike_comment(const char *fmt) argument
17 printflike_0_comment(const char *fmt) argument
23 printflike_2_comment(int a, const char *fmt) argument
29 printflike_3_comment(int a, const char *fmt) argument
H A Dmsg_257.c18 my_printf(const char *fmt) argument
21 take(fmt);
27 my_scanf(const char *fmt) argument
29 take(fmt);
H A Dmsg_280.c64 printflike_bad_body(const char *fmt, ...) argument
68 (void)fmt;
72 scanflike_bad_body(const char *fmt, ...) argument
76 (void)fmt;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Ddebug.h29 #define gvt_err(fmt, args...) \
30 pr_err("gvt: "fmt, ##args)
32 #define gvt_vgpu_err(fmt, args...) \
35 pr_err("gvt: "fmt, ##args); \
37 pr_err("gvt: vgpu %d: "fmt, vgpu->id, ##args);\
40 #define gvt_dbg_core(fmt, args...) \
41 pr_debug("gvt: core: "fmt, ##args)
43 #define gvt_dbg_irq(fmt, args...) \
44 pr_debug("gvt: irq: "fmt, ##args)
46 #define gvt_dbg_mm(fmt, arg
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/format/
H A Dmacros.hpp54 /// \param fmt The format string.
55 #define F(fmt) utils::format::formatter(fmt)
/netbsd-current/sys/arch/hpcmips/stand/libsa/
H A Dpanic.c43 panic(const char *fmt, ...) argument
45 panic(fmt /*, va_alist */)
46 char *fmt;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dwarn.c41 warn(const char *fmt, ...) argument
44 va_start(ap, fmt);
45 vwarn(fmt, ap);
H A Dwarnx.c41 warnx(const char *fmt, ...) argument
44 va_start(ap, fmt);
45 vwarnx(fmt, ap);
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dformatcheck.h30 * \li fmt is the location of the format string parameter.
37 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args)))
39 #define ISC_FORMAT_PRINTF(fmt, args)
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-debug.cc30 debug_printf (const char *fmt, ...) argument
34 va_start (ap, fmt);
35 debug_vprintf (fmt, ap);
H A Derrors.cc26 warning (const char *fmt, ...) argument
30 va_start (ap, fmt);
31 vwarning (fmt, ap);
38 error (const char *fmt, ...) argument
42 va_start (ap, fmt);
43 verror (fmt, ap);
50 internal_error (const char *file, int line, const char *fmt, ...) argument
54 va_start (ap, fmt);
55 internal_verror (file, line, fmt, ap);
62 internal_warning (const char *file, int line, const char *fmt, argument
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dformatcheck.h24 * \li fmt is the location of the format string parameter.
32 #define ISC_FORMAT_PRINTF(fmt, args) \
33 __attribute__((__format__(__printf__, fmt, args)))
35 #define ISC_FORMAT_PRINTF(fmt, args)
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dformatcheck.h23 * \li fmt is the location of the format string parameter.
31 #define ISC_FORMAT_PRINTF(fmt, args) \
32 __attribute__((__format__(__printf__, fmt, args)))
34 #define ISC_FORMAT_PRINTF(fmt, args)
/netbsd-current/sys/ufs/chfs/
H A Ddebug.h48 #define debug_msg(pref, fmt, ...) \
51 " %s: " fmt, __FUNCTION__ , ##__VA_ARGS__); \
63 #define chfs_err(fmt, ...) debug_msg(CHFS_ERROR_PREFIX, fmt, ##__VA_ARGS__)
64 #define chfs_warn(fmt, ...) debug_msg(CHFS_WARNING_PREFIX, fmt, ##__VA_ARGS__)
65 #define chfs_noti(fmt, ...) debug_msg(CHFS_NOTICE_PREFIX, fmt, ##__VA_ARGS__)
66 #define dbg(fmt, ...) debug_msg(CHFS_DBG_PREFIX, fmt, ##__VA_ARGS_
[all...]
/netbsd-current/external/bsd/am-utils/dist/fsinfo/
H A Dnull_gram.y4 void yyerror(const char *fmt, ...);
/netbsd-current/sys/arch/alpha/stand/common/
H A Dpanic_putstr.c37 panic(const char *fmt, ...) argument
40 putstr(fmt); /* not a great attempt, but something */
/netbsd-current/sys/arch/sbmips/stand/common/
H A Dpanic_putstr.c37 panic(const char *fmt, ...) argument
40 putstr(fmt); /* not a great attempt, but something */
/netbsd-current/sys/arch/evbmips/stand/sbmips/common/
H A Dpanic_putstr.c37 panic(const char *fmt, ...) argument
40 putstr(fmt); /* not a great attempt, but something */
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddebug.c31 debug_vprintf (const char *fmt, va_list ap) argument
33 gdb_vprintf (gdb_stdlog, fmt, ap);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Doutput_helpers.c12 int test_printf_stdout(const char *fmt, ...) argument
17 va_start(ap, fmt);
18 ret = test_vprintf_stdout(fmt, ap);
24 int test_printf_stderr(const char *fmt, ...) argument
29 va_start(ap, fmt);
30 ret = test_vprintf_stderr(fmt, ap);
/netbsd-current/external/bsd/ipf/dist/lib/
H A Ddebug.c25 void debug(int level, char *fmt, ...) argument
27 void debug(level, fmt, va_alist)
29 char *fmt;
35 va_start(pvar, fmt);
38 vfprintf(stderr, fmt, pvar);
44 void ipfkdebug(char *fmt, ...) argument
46 void ipfkdebug(fmt, va_alist)
47 char *fmt;
53 va_start(pvar, fmt);
56 debug(0x1fffffff, fmt, pva
[all...]
H A Dverbose.c23 void verbose(int level, char *fmt, ...) argument
25 void verbose(level, fmt, va_alist)
26 char *fmt;
32 va_start(pvar, fmt);
35 vprintf(fmt, pvar);
41 void ipfkverbose(char *fmt, ...) argument
43 void ipfkverbose(fmt, va_alist)
44 char *fmt;
50 va_start(pvar, fmt);
53 verbose(0x1fffffff, fmt, pva
[all...]
/netbsd-current/external/gpl2/dtc/dist/tests/
H A Dutilfdt_test.c22 static void check(const char *fmt, int expect_type, int expect_size) argument
27 if (utilfdt_decode_type(fmt, &type, &size))
28 FAIL("format '%s': valid format string returned failure", fmt);
30 FAIL("format '%s': expected type='%c', got type='%c'", fmt,
33 FAIL("format '%s': expected size=%d, got size=%d", fmt,
37 static void checkfail(const char *fmt) argument
42 if (!utilfdt_decode_type(fmt, &type, &size))
44 fmt);
57 char fmt[10], *ptr; local
60 if (strlen(modifier) + 2 >= sizeof(fmt))
82 char fmt[10]; local
[all...]
/netbsd-current/sys/arch/sun68k/stand/libsa/
H A Dpanic.c8 panic(const char *fmt, ...) argument
12 va_start(ap, fmt);
13 vprintf(fmt, ap);

Completed in 188 milliseconds

1234567891011>>