Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcdefs.h345 #define __printflike(fmtarg, firstvararg) \ argument
346 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
347 #define __scanflike(fmtarg, firstvararg) \ argument
348 __attribute__((__format__ (__scanf__, fmtarg, firstvararg)))
349 #define __format_arg(fmtarg) __attribute__((__format_arg__ (fmtarg))) argument
350 #define __strfmonlike(fmtarg, firstvararg) \ argument
351 __attribute__((__format__ (__strfmon__, fmtarg, firstvararg)))
352 #define __strftimelike(fmtarg, firstvararg) \ argument
353 __attribute__((__format__ (__strftime__, fmtarg, firstvararg)))
365 #define __printf0like(fmtarg, firstvararg) \ argument
[all …]
/freebsd/tools/build/cross-build/include/common/sys/
H A Dcdefs.h95 #define __printflike(fmtarg, firstvararg) \ argument
96 __attribute__((__format__(__printf__, fmtarg, firstvararg)))
99 #define __printf0like(fmtarg, firstvararg) \ argument
100 __attribute__((__format__(__printf0__, fmtarg, firstvararg)))
157 #define __format_arg(fmtarg) __attribute__((__format_arg__(fmtarg))) argument
/freebsd/crypto/openssh/regress/
H A Dkeygen-comment.sh35 fmtarg=""
36 test -z "$fmt" || fmtarg="-m $fmt"
37 ${SSHKEYGEN} $fmtarg -N '' -C "${comment}" \
/freebsd/contrib/openbsm/compat/
H A Dcompat.h53 #define __printflike(fmtarg, firstvararg) \ argument
54 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
/freebsd/usr.sbin/lpr/common_source/
H A Dlp.cdefs.h103 # define __printflike(fmtarg, firstvararg) argument
106 # define __printf0like(fmtarg, firstvararg) argument
/freebsd/tests/sys/opencrypto/
H A Dcryptodevh.py62 def __format_arg(fmtarg): return __attribute__((__format_arg__ (fmtarg))) argument
/freebsd/tools/tools/nanobsd/embedded/
H A Dcommon193 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/bmake/
H A Dmake.h132 #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 Darchive.h129 #define __LA_PRINTF(fmtarg, firstvararg) \ argument
130 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
132 #define __LA_PRINTF(fmtarg, firstvararg) /* nothing */ argument