Symbol: _fmt
usr/src/boot/include/unistd.h
570
void setproctitle(const char *_fmt, ...) __printf0like(1, 2);
usr/src/cmd/sendmail/include/sm/debug.h
34
sm_dprintf __P((char *_fmt, ...));
usr/src/cmd/sendmail/include/sm/io.h
322
const char *_fmt,
usr/src/cmd/sendmail/include/sm/string.h
63
sm_stringf_x __P((const char *_fmt, ...));
usr/src/cmd/sendmail/include/sm/string.h
66
sm_vstringf_x __P((const char *_fmt, va_list _ap));
usr/src/cmd/sgs/libld/common/_map.h
126
#define mf_fatal0(_mf, _fmt) \
usr/src/cmd/sgs/libld/common/_map.h
127
ld_eprintf((_mf)->mf_ofl, ERR_FATAL, _fmt, (_mf)->mf_name, \
usr/src/cmd/sgs/libld/common/_map.h
129
#define mf_fatal(_mf, _fmt, ...) \
usr/src/cmd/sgs/libld/common/_map.h
130
ld_eprintf((_mf)->mf_ofl, ERR_FATAL, _fmt, (_mf)->mf_name, \
usr/src/cmd/sgs/libld/common/_map.h
133
#define mf_warn0(_mf, _fmt) \
usr/src/cmd/sgs/libld/common/_map.h
134
ld_eprintf((_mf)->mf_ofl, ERR_WARNING, _fmt, (_mf)->mf_name, \
usr/src/cmd/sgs/libld/common/_map.h
136
#define mf_warn(_mf, _fmt, ...) \
usr/src/cmd/sgs/libld/common/_map.h
137
ld_eprintf((_mf)->mf_ofl, ERR_WARNING, _fmt, (_mf)->mf_name, \
usr/src/lib/libc/port/locale/strftime.c
168
pt = _fmt(loc, tptr->c_fmt, t, pt, ptlim);
usr/src/lib/libc/port/locale/strftime.c
171
pt = _fmt(loc, "%m/%d/%y", t, pt, ptlim);
usr/src/lib/libc/port/locale/strftime.c
201
pt = _fmt(loc, "%Y-%m-%d", t, pt, ptlim);
usr/src/lib/libc/port/locale/strftime.c
261
pt = _fmt(loc, "%H:%M", t, pt, ptlim);
usr/src/lib/libc/port/locale/strftime.c
264
pt = _fmt(loc, tptr->ampm_fmt, t, pt, ptlim);
usr/src/lib/libc/port/locale/strftime.c
283
pt = _fmt(loc, "%H:%M:%S", t, pt, ptlim);
usr/src/lib/libc/port/locale/strftime.c
33
static char *_fmt(locale_t, const char *, const struct tm *, char *,
usr/src/lib/libc/port/locale/strftime.c
395
pt = _fmt(loc, "%e-%b-%Y", t, pt, ptlim);
usr/src/lib/libc/port/locale/strftime.c
409
pt = _fmt(loc, tptr->X_fmt, t, pt, ptlim);
usr/src/lib/libc/port/locale/strftime.c
412
pt = _fmt(loc, tptr->x_fmt, t, pt, ptlim);
usr/src/lib/libc/port/locale/strftime.c
476
pt = _fmt(loc, tptr->date_fmt, t, pt, ptlim);
usr/src/lib/libc/port/locale/strftime.c
98
p = _fmt(loc, ((format == NULL) ? "%c" : format), t, s, e);
usr/src/uts/common/io/net80211/net80211.c
66
#define IEEE80211_DPRINT(_level, _fmt) do { \
usr/src/uts/common/io/net80211/net80211.c
69
va_start(ap, (_fmt)); \
usr/src/uts/common/io/net80211/net80211.c
70
vcmn_err((_level), (_fmt), ap); \
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
510
#define OSAL_WARN(is_warn, _fmt, ...) \
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
513
qede_print("!"_fmt, ##__VA_ARGS__); \
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
532
#define PRINT(_dp_ctx, _fmt, ...) \
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
534
qede_print("!"_fmt, ##__VA_ARGS__); \
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
536
#define PRINT_ERR(_dp_ctx, _fmt, ...) \
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
538
qede_print_err("!"_fmt, ##__VA_ARGS__); \
usr/src/uts/common/ipp/ippconf.c
209
#define DBG0(_type, _fmt) \
usr/src/uts/common/ipp/ippconf.c
210
ipp_debug((_type), __FN__, (_fmt));
usr/src/uts/common/ipp/ippconf.c
212
#define DBG1(_type, _fmt, _a1) \
usr/src/uts/common/ipp/ippconf.c
213
ipp_debug((_type), __FN__, (_fmt), (_a1));
usr/src/uts/common/ipp/ippconf.c
215
#define DBG2(_type, _fmt, _a1, _a2) \
usr/src/uts/common/ipp/ippconf.c
216
ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2));
usr/src/uts/common/ipp/ippconf.c
218
#define DBG3(_type, _fmt, _a1, _a2, _a3) \
usr/src/uts/common/ipp/ippconf.c
219
ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
usr/src/uts/common/ipp/ippconf.c
222
#define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \
usr/src/uts/common/ipp/ippconf.c
223
ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
usr/src/uts/common/ipp/ippconf.c
226
#define DBG5(_type, _fmt, _a1, _a2, _a3, _a4, _a5) \
usr/src/uts/common/ipp/ippconf.c
227
ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
usr/src/uts/common/ipp/ippconf.c
232
#define DBG0(_type, _fmt)
usr/src/uts/common/ipp/ippconf.c
233
#define DBG1(_type, _fmt, _a1)
usr/src/uts/common/ipp/ippconf.c
234
#define DBG2(_type, _fmt, _a1, _a2)
usr/src/uts/common/ipp/ippconf.c
235
#define DBG3(_type, _fmt, _a1, _a2, _a3)
usr/src/uts/common/ipp/ippconf.c
236
#define DBG4(_type, _fmt, _a1, _a2, _a3, _a4)
usr/src/uts/common/ipp/ippconf.c
237
#define DBG5(_type, _fmt, _a1, _a2, _a3, _a4, _a5)
usr/src/uts/common/ipp/ippctl.c
102
#define DBG0(_type, _fmt)
usr/src/uts/common/ipp/ippctl.c
103
#define DBG1(_type, _fmt, _a1)
usr/src/uts/common/ipp/ippctl.c
104
#define DBG2(_type, _fmt, _a1, _a2)
usr/src/uts/common/ipp/ippctl.c
105
#define DBG3(_type, _fmt, _a1, _a2, _a3)
usr/src/uts/common/ipp/ippctl.c
106
#define DBG4(_type, _fmt, _a1, _a2, _a3, _a4)
usr/src/uts/common/ipp/ippctl.c
107
#define DBG5(_type, _fmt, _a1, _a2, _a3, _a4, _a5)
usr/src/uts/common/ipp/ippctl.c
79
#define DBG0(_type, _fmt) \
usr/src/uts/common/ipp/ippctl.c
80
ippctl_debug((_type), __FN__, (_fmt));
usr/src/uts/common/ipp/ippctl.c
82
#define DBG1(_type, _fmt, _a1) \
usr/src/uts/common/ipp/ippctl.c
83
ippctl_debug((_type), __FN__, (_fmt), (_a1));
usr/src/uts/common/ipp/ippctl.c
85
#define DBG2(_type, _fmt, _a1, _a2) \
usr/src/uts/common/ipp/ippctl.c
86
ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2));
usr/src/uts/common/ipp/ippctl.c
88
#define DBG3(_type, _fmt, _a1, _a2, _a3) \
usr/src/uts/common/ipp/ippctl.c
89
ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
usr/src/uts/common/ipp/ippctl.c
92
#define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \
usr/src/uts/common/ipp/ippctl.c
93
ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
usr/src/uts/common/ipp/ippctl.c
96
#define DBG5(_type, _fmt, _a1, _a2, _a3, _a4, _a5) \
usr/src/uts/common/ipp/ippctl.c
97
ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \