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

/freebsd-10.0-release/sys/contrib/ngatm/netnatm/msg/
H A Duniprint.h67 const char *_fmt, ...) __printflike(3, 4);
70 void uni_printf(struct unicx *_cx, const char *_fmt, ...) __printflike(2, 3);
/freebsd-10.0-release/tools/tools/ath/common/
H A Ddumpregs.h70 #define _DEFREGfmt(_addr, _name, _type, _fmt) \
71 { .addr = _addr, .name = _name, .type = _type, .bits = _fmt }
75 #define DEFVOIDfmt(_addr, _name, _fmt) \
76 _DEFREGfmt(_addr, _name, 0, _fmt)
78 #define DEFBASICfmt(_addr, _name, _fmt) \
79 _DEFREGfmt(_addr, _name, DUMP_BASIC, _fmt)
84 #define DEFINTfmt(_addr, _name, _fmt) \
85 _DEFREGfmt(_addr, _name, DUMP_INTERRUPT, _fmt)
/freebsd-10.0-release/lib/libc/stdtime/
H A Dstrftime.c50 static char * _fmt(const char *, const struct tm *, char *, const char *,
99 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn, loc);
130 _fmt(format, t, pt, ptlim, warnp, loc) function
180 ** _fmt("%a %b %e %X %Y", t);
192 pt = _fmt(tptr->c_fmt, t, pt, ptlim, &warn2, loc);
200 pt = _fmt("%m/%d/%y", t, pt, ptlim, warnp, loc);
233 pt = _fmt("%Y-%m-%d", t, pt, ptlim, warnp, loc);
302 pt = _fmt("%H:%M", t, pt, ptlim, warnp, loc);
305 pt = _fmt(tptr->ampm_fmt, t, pt, ptlim,
330 pt = _fmt("
[all...]
/freebsd-10.0-release/contrib/openpam/include/security/
H A Dopenpam.h91 const char *_fmt,
105 const char *_fmt,
114 const char *_fmt,
128 const char *_fmt,
135 const char *_fmt,
144 const char *_fmt,
215 const char *_fmt,
/freebsd-10.0-release/contrib/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,
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_var.h903 #define IEEE80211_DPRINTF(_vap, _m, _fmt, ...) do { \
905 ieee80211_note(_vap, _fmt, __VA_ARGS__); \
907 #define IEEE80211_NOTE(_vap, _m, _ni, _fmt, ...) do { \
909 ieee80211_note_mac(_vap, (_ni)->ni_macaddr, _fmt, __VA_ARGS__);\
911 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) do { \
913 ieee80211_note_mac(_vap, _mac, _fmt, __VA_ARGS__); \
915 #define IEEE80211_NOTE_FRAME(_vap, _m, _wh, _fmt, ...) do { \
917 ieee80211_note_frame(_vap, _wh, _fmt, __VA_ARGS__); \
947 #define IEEE80211_DISCARD(_vap, _m, _wh, _type, _fmt, ...) do { \
949 ieee80211_discard_frame(_vap, _wh, _type, _fmt, __VA_ARGS_
[all...]
/freebsd-10.0-release/sys/sys/
H A Dconf.h261 int _perms, const char *_fmt, ...) __printflike(6, 7);
264 const char *_fmt, ...) __printflike(7, 8);
274 const char *_fmt, ...) __printflike(8, 9);
277 const char *_fmt, ...) __printflike(8, 9);
278 struct cdev *make_dev_alias(struct cdev *_pdev, const char *_fmt, ...)
281 const char *_fmt, ...) __printflike(4, 5);
/freebsd-10.0-release/usr.sbin/uathload/
H A Duathload.c74 #define VERBOSE(_fmt, ...) do { \
76 printf(_fmt, __VA_ARGS__); \
/freebsd-10.0-release/contrib/bsnmp/lib/
H A Dsnmpclient.h144 int snmp_oid_append(struct asn_oid *_oid, const char *_fmt, ...);
/freebsd-10.0-release/bin/ps/
H A Dps.c180 int all, ch, elem, flag, _fmt, i, lineno, linelen, left; local
207 all = descendancy = _fmt = nselectors = optfatal = 0;
280 _fmt = 1;
288 _fmt = 1;
305 _fmt = 1;
309 _fmt = 1;
372 _fmt = 1;
378 _fmt = 1;
440 if (!_fmt)
/freebsd-10.0-release/sys/ofed/include/linux/
H A Ddevice.h133 #define dev_set_name(_dev, _fmt, ...) \
134 kobject_set_name(&(_dev)->kobj, (_fmt), ##__VA_ARGS__)
/freebsd-10.0-release/include/
H A Dunistd.h570 void setproctitle(const char *_fmt, ...) __printf0like(1, 2);

Completed in 204 milliseconds