Home
last modified time | relevance | path

Searched refs:_fmt (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c33 static char *_fmt(locale_t, const char *, const struct tm *, char *,
98 p = _fmt(loc, ((format == NULL) ? "%c" : format), t, s, e); in strftime_l()
113 _fmt(locale_t loc, const char *format, const struct tm *t, char *pt, in _fmt() function
168 pt = _fmt(loc, tptr->c_fmt, t, pt, ptlim); in _fmt()
171 pt = _fmt(loc, "%m/%d/%y", t, pt, ptlim); in _fmt()
201 pt = _fmt(loc, "%Y-%m-%d", t, pt, ptlim); in _fmt()
261 pt = _fmt(loc, "%H:%M", t, pt, ptlim); in _fmt()
264 pt = _fmt(loc, tptr->ampm_fmt, t, pt, ptlim); in _fmt()
283 pt = _fmt(loc, "%H:%M:%S", t, pt, ptlim); in _fmt()
395 pt = _fmt(loc, "%e-%b-%Y", t, pt, ptlim); in _fmt()
[all …]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A D_map.h126 #define mf_fatal0(_mf, _fmt) \ argument
127 ld_eprintf((_mf)->mf_ofl, ERR_FATAL, _fmt, (_mf)->mf_name, \
129 #define mf_fatal(_mf, _fmt, ...) \ argument
130 ld_eprintf((_mf)->mf_ofl, ERR_FATAL, _fmt, (_mf)->mf_name, \
133 #define mf_warn0(_mf, _fmt) \ argument
134 ld_eprintf((_mf)->mf_ofl, ERR_WARNING, _fmt, (_mf)->mf_name, \
136 #define mf_warn(_mf, _fmt, ...) \ argument
137 ld_eprintf((_mf)->mf_ofl, ERR_WARNING, _fmt, (_mf)->mf_name, \
/illumos-gate/usr/src/uts/common/ipp/
H A Dippctl.c79 #define DBG0(_type, _fmt) \ argument
80 ippctl_debug((_type), __FN__, (_fmt));
82 #define DBG1(_type, _fmt, _a1) \ argument
83 ippctl_debug((_type), __FN__, (_fmt), (_a1));
85 #define DBG2(_type, _fmt, _a1, _a2) \ argument
86 ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2));
88 #define DBG3(_type, _fmt, _a1, _a2, _a3) \ argument
89 ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
92 #define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \ argument
93 ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
[all …]
H A Dippconf.c209 #define DBG0(_type, _fmt) \ argument
210 ipp_debug((_type), __FN__, (_fmt));
212 #define DBG1(_type, _fmt, _a1) \ argument
213 ipp_debug((_type), __FN__, (_fmt), (_a1));
215 #define DBG2(_type, _fmt, _a1, _a2) \ argument
216 ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2));
218 #define DBG3(_type, _fmt, _a1, _a2, _a3) \ argument
219 ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
222 #define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \ argument
223 ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
[all …]
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dstring.h63 sm_stringf_x __P((const char *_fmt, ...));
66 sm_vstringf_x __P((const char *_fmt, va_list _ap));
H A Ddebug.h34 sm_dprintf __P((char *_fmt, ...));
H A Dio.h322 const char *_fmt,
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Dbcm_osal.h518 #define OSAL_WARN(is_warn, _fmt, ...) \ argument
521 qede_print("!"_fmt, ##__VA_ARGS__); \
540 #define PRINT(_dp_ctx, _fmt, ...) \ argument
542 qede_print("!"_fmt, ##__VA_ARGS__); \
544 #define PRINT_ERR(_dp_ctx, _fmt, ...) \ argument
546 qede_print_err("!"_fmt, ##__VA_ARGS__); \
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211.c66 #define IEEE80211_DPRINT(_level, _fmt) do { \ argument
69 va_start(ap, (_fmt)); \
70 vcmn_err((_level), (_fmt), ap); \
/illumos-gate/usr/src/boot/include/
H A Dunistd.h570 void setproctitle(const char *_fmt, ...) __printf0like(1, 2);