| /freebsd/sys/sys/ |
| H A D | cdefs.h | 371 #define __printflike(fmtarg, firstvararg) \ argument 372 __attribute__((__format__ (__printf__, fmtarg, firstvararg))) 373 #define __scanflike(fmtarg, firstvararg) \ argument 374 __attribute__((__format__ (__scanf__, fmtarg, firstvararg))) 375 #define __format_arg(fmtarg) __attribute__((__format_arg__ (fmtarg))) argument 376 #define __strfmonlike(fmtarg, firstvararg) \ argument 377 __attribute__((__format__ (__strfmon__, fmtarg, firstvararg))) 378 #define __strftimelike(fmtarg, firstvararg) \ argument 379 __attribute__((__format__ (__strftime__, fmtarg, firstvararg))) 391 #define __printf0like(fmtarg, firstvararg) \ argument [all …]
|
| /freebsd/tools/build/cross-build/include/common/sys/ |
| H A D | cdefs.h | 95 #define __printflike(fmtarg, firstvararg) \ argument 96 __attribute__((__format__(__printf__, fmtarg, firstvararg))) 99 #define __printf0like(fmtarg, firstvararg) \ argument 100 __attribute__((__format__(__printf0__, fmtarg, firstvararg))) 165 #define __format_arg(fmtarg) __attribute__((__format_arg__(fmtarg))) argument
|
| /freebsd/crypto/openssh/regress/ |
| H A D | keygen-comment.sh | 35 fmtarg="" 36 test -z "$fmt" || fmtarg="-m $fmt" 37 ${SSHKEYGEN} $fmtarg -N '' -C "${comment}" \
|
| /freebsd/tools/tools/nanobsd/embedded/ |
| H A D | common | 193 local extra i sz fmt fmtarg bootmbr bootbsd skiparg 198 [ -z ${NANO_DISKIMAGE_FORMAT} ] || fmtarg="-f ${NANO_DISKIMAGE_FORMAT}" 268 mkimg -a 3 ${skiparg} ${fmtarg} ${bootmbr} -s mbr -p ${s1}:=${NANO_LOG}/_.s1 \ 275 mkimg -a 1 ${fmtarg} ${bootmbr} -s mbr -p ${s1}:=${NANO_LOG}/_.s1 \ 285 mkimg -a 2 ${fmtarg} ${bootmbr} -s mbr \ 294 mkimg -a 2 ${fmtarg} ${bootmbr} -s gpt \ 308 mkimg -a 1 ${fmtarg} -s mbr -p prepboot:=${NANO_LOG}/_.s1 \
|
| /freebsd/contrib/openbsm/compat/ |
| H A D | compat.h | 53 #define __printflike(fmtarg, firstvararg) \ argument 54 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
|
| /freebsd/usr.sbin/lpr/common_source/ |
| H A D | lp.cdefs.h | 103 # define __printflike(fmtarg, firstvararg) argument 106 # define __printf0like(fmtarg, firstvararg) argument
|
| /freebsd/tests/sys/opencrypto/ |
| H A D | cryptodevh.py | 62 def __format_arg(fmtarg): return __attribute__((__format_arg__ (fmtarg))) argument
|
| /freebsd/contrib/bmake/ |
| H A D | make.h | 132 #define MAKE_ATTR_PRINTFLIKE(fmtarg, firstvararg) \ argument 133 __attribute__((__format__ (__printf__, fmtarg, firstvararg))) 135 #define MAKE_ATTR_PRINTFLIKE(fmtarg, firstvararg) /* delete */ argument
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive.h | 151 #define __LA_PRINTF(fmtarg, firstvararg) \ argument 152 __attribute__((__format__ (__printf__, fmtarg, firstvararg))) 154 #define __LA_PRINTF(fmtarg, firstvararg) /* nothing */ argument
|