/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | strftime.c | 32 static char *_fmt(locale_t, const char *, const struct tm *, char *, 76 p = _fmt(loc, ((format == NULL) ? "%c" : format), t, s, s + maxsize); in strftime_l() 91 _fmt(locale_t loc, const char *format, const struct tm *t, char *pt, in _fmt() function 146 pt = _fmt(loc, tptr->c_fmt, t, pt, ptlim); in _fmt() 149 pt = _fmt(loc, "%m/%d/%y", t, pt, ptlim); in _fmt() 179 pt = _fmt(loc, "%Y-%m-%d", t, pt, ptlim); in _fmt() 239 pt = _fmt(loc, "%H:%M", t, pt, ptlim); in _fmt() 242 pt = _fmt(loc, tptr->ampm_fmt, t, pt, ptlim); in _fmt() 261 pt = _fmt(loc, "%H:%M:%S", t, pt, ptlim); in _fmt() 373 pt = _fmt(loc, "%e-%b-%Y", t, pt, ptlim); in _fmt() [all …]
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | _map.h | 126 #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, \
|
/titanic_41/usr/src/uts/common/ipp/ |
H A D | ippctl.c | 80 #define DBG0(_type, _fmt) \ argument 81 ippctl_debug((_type), __FN__, (_fmt)); 83 #define DBG1(_type, _fmt, _a1) \ argument 84 ippctl_debug((_type), __FN__, (_fmt), (_a1)); 86 #define DBG2(_type, _fmt, _a1, _a2) \ argument 87 ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2)); 89 #define DBG3(_type, _fmt, _a1, _a2, _a3) \ argument 90 ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \ 93 #define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \ argument 94 ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \ [all …]
|
H A D | ippconf.c | 209 #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 …]
|
/titanic_41/usr/src/cmd/sgs/yacc/common/ |
H A D | dextern.h | 343 #define WSFMT(_fmt) lint_ws_fmt argument 345 #define WSFMT(_fmt) _fmt argument
|
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | string.h | 65 sm_stringf_x __P((const char *_fmt, ...)); 68 sm_vstringf_x __P((const char *_fmt, va_list _ap));
|
H A D | debug.h | 36 sm_dprintf __P((char *_fmt, ...));
|
H A D | io.h | 324 const char *_fmt,
|
/titanic_41/usr/src/uts/common/io/net80211/ |
H A D | net80211.c | 66 #define IEEE80211_DPRINT(_level, _fmt) do { \ argument 69 va_start(ap, (_fmt)); \ 70 vcmn_err((_level), (_fmt), ap); \
|
/titanic_41/usr/src/cmd/sgs/lex/common/ |
H A D | parser.y | 48 #define WSFMT(_fmt) lint_ws_fmt argument 50 #define WSFMT(_fmt) _fmt
|