Searched refs:_fmt (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c32 static char *_fmt(locale_t, const char *, const struct tm *, char *,
76 p = _fmt(loc, ((format == NULL) ? "%c" : format), t, s, s + maxsize);
91 _fmt(locale_t loc, const char *format, const struct tm *t, char *pt, function
137 * _fmt("%a %b %e %X %Y", t);
146 pt = _fmt(loc, tptr->c_fmt, t, pt, ptlim);
149 pt = _fmt(loc, "%m/%d/%y", t, pt, ptlim);
179 pt = _fmt(loc, "%Y-%m-%d", t, pt, ptlim);
239 pt = _fmt(loc, "%H:%M", t, pt, ptlim);
242 pt = _fmt(loc, tptr->ampm_fmt, t, pt, ptlim);
261 pt = _fmt(lo
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A D_map.h126 #define mf_fatal0(_mf, _fmt) \
127 ld_eprintf((_mf)->mf_ofl, ERR_FATAL, _fmt, (_mf)->mf_name, \
129 #define mf_fatal(_mf, _fmt, ...) \
130 ld_eprintf((_mf)->mf_ofl, ERR_FATAL, _fmt, (_mf)->mf_name, \
133 #define mf_warn0(_mf, _fmt) \
134 ld_eprintf((_mf)->mf_ofl, ERR_WARNING, _fmt, (_mf)->mf_name, \
136 #define mf_warn(_mf, _fmt, ...) \
137 ld_eprintf((_mf)->mf_ofl, ERR_WARNING, _fmt, (_mf)->mf_name, \
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dstring.h65 sm_stringf_x __P((const char *_fmt, ...));
68 sm_vstringf_x __P((const char *_fmt, va_list _ap));
H A Ddebug.h36 sm_dprintf __P((char *_fmt, ...));
H A Dio.h324 const char *_fmt,
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h343 #define WSFMT(_fmt) lint_ws_fmt
345 #define WSFMT(_fmt) _fmt
/illumos-gate/usr/src/uts/common/ipp/
H A Dippctl.c80 #define DBG0(_type, _fmt) \
81 ippctl_debug((_type), __FN__, (_fmt));
83 #define DBG1(_type, _fmt, _a1) \
84 ippctl_debug((_type), __FN__, (_fmt), (_a1));
86 #define DBG2(_type, _fmt, _a1, _a2) \
87 ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2));
89 #define DBG3(_type, _fmt, _a1, _a2, _a3) \
90 ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
93 #define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \
94 ippctl_debug((_type), __FN__, (_fmt), (_a
[all...]
H A Dippconf.c209 #define DBG0(_type, _fmt) \
210 ipp_debug((_type), __FN__, (_fmt));
212 #define DBG1(_type, _fmt, _a1) \
213 ipp_debug((_type), __FN__, (_fmt), (_a1));
215 #define DBG2(_type, _fmt, _a1, _a2) \
216 ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2));
218 #define DBG3(_type, _fmt, _a1, _a2, _a3) \
219 ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
222 #define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \
223 ipp_debug((_type), __FN__, (_fmt), (_a
[all...]
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211.c66 #define IEEE80211_DPRINT(_level, _fmt) do { \
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);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dparser.y48 #define WSFMT(_fmt) lint_ws_fmt
50 #define WSFMT(_fmt) _fmt

Completed in 104 milliseconds