Home
last modified time | relevance | path

Searched refs:fmtarg (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/sys/
H A Dcdefs.h565 #define __printflike(fmtarg, firstvararg) \ argument
566 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
570 #define __sysloglike(fmtarg, firstvararg) \ argument
571 __attribute__((__format__ (__syslog__, fmtarg, firstvararg)))
572 #define __scanflike(fmtarg, firstvararg) \ argument
573 __attribute__((__format__ (__scanf__, fmtarg, firstvararg)))
574 #define __format_arg(fmtarg) __attribute__((__format_arg__ (fmtarg))) argument
576 #define __printflike(fmtarg, firstvararg) /* nothing */ argument
577 #define __scanflike(fmtarg, firstvararg) /* nothing */ argument
578 #define __sysloglike(fmtarg, firstvararg) /* nothing */ argument
[all …]
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dcommon.h49 #define LIBFETCH_PRINTFLIKE(fmtarg, firstvararg) \ argument
50 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
52 #define LIBFETCH_PRINTFLIKE(fmtarg, firstvararg) argument
/netbsd-src/sys/external/bsd/libnv/dist/
H A Dnv_compat.h56 #define __printflike(fmtarg, firstvararg) \ argument
57 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
/netbsd-src/usr.bin/make/
H A Dmake.h127 #define MAKE_ATTR_PRINTFLIKE(fmtarg, firstvararg) \ argument
128 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
130 #define MAKE_ATTR_PRINTFLIKE(fmtarg, firstvararg) /* delete */ argument
/netbsd-src/lib/libradius/
H A Dradlib.c74 #define __printflike(fmtarg, firstvararg) \ argument
75 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-sprintf.cc4329 tree fmtarg = TREE_VALUE (attrs); in get_user_idx_format() local
4336 return tree_to_uhwi (fmtarg) - 1; in get_user_idx_format()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-sprintf.c4275 tree fmtarg = TREE_VALUE (attrs); in get_user_idx_format() local
4282 return tree_to_uhwi (fmtarg) - 1; in get_user_idx_format()