Searched refs:__format__ (Results 1 - 25 of 78) sorted by relevance

1234

/macosx-10.9.5/bash-92/bash-3.2/
H A Derror.h33 extern void programming_error __P((const char *, ...)) __attribute__((__format__ (printf, 1, 2)));
36 extern void report_error __P((const char *, ...)) __attribute__((__format__ (printf, 1, 2)));
39 extern void parser_error __P((int, const char *, ...)) __attribute__((__format__ (printf, 2, 3)));
42 extern void fatal_error __P((const char *, ...)) __attribute__((__format__ (printf, 1, 2)));
45 extern void sys_error __P((const char *, ...)) __attribute__((__format__ (printf, 1, 2)));
48 extern void internal_error __P((const char *, ...)) __attribute__((__format__ (printf, 1, 2)));
51 extern void internal_warning __P((const char *, ...)) __attribute__((__format__ (printf, 1, 2)));
54 extern void itrace __P((const char *, ...)) __attribute__ ((__format__ (printf, 1, 2)));
/macosx-10.9.5/patch_cmds-17/patch/
H A Dutil.h35 __attribute__((__format__(__printf__, 1, 2)));
37 __attribute__((__format__(__printf__, 1, 2)));
39 __attribute__((__format__(__printf__, 1, 2)));
41 __attribute__((__format__(__printf__, 1, 2)));
/macosx-10.9.5/msdosfs-198/fsck_msdos.tproj/
H A Dfsutil.h54 __attribute__((__noreturn__,__format__(__printf__,1,2)));
56 __attribute__((__format__(__printf__,1,2)));
58 __attribute__((__format__(__printf__,1,2)));
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Derror.h34 # define __format__ format macro
50 __attribute__ ((__format__ (__printf__, 3, 4)));
54 __attribute__ ((__format__ (__printf__, 5, 6)));
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Derror.h30 # define __format__ format macro
44 __attribute__ ((__format__ (__printf__, 3, 4)));
48 __attribute__ ((__format__ (__printf__, 5, 6)));
H A Dvasnprintf.h35 # define __format__ format macro
73 __attribute__ ((__format__ (__printf__, 3, 4)));
75 __attribute__ ((__format__ (__printf__, 3, 0)));
H A Dstdio_.h59 # define __format__ format macro
77 __attribute__ ((__format__ (__printf__, 2, 3)));
92 __attribute__ ((__format__ (__printf__, 2, 0)));
108 __attribute__ ((__format__ (__printf__, 1, 2)));
119 # define __format__(kind,m,n) __format__ (__##kind##__, m, n) macro
130 __attribute__ ((__format__ (__printf__, 1, 0)));
147 __attribute__ ((__format__ (__printf__, 3, 4)));
163 __attribute__ ((__format__ (__printf__, 3, 0)));
177 __attribute__ ((__format__ (__printf_
[all...]
/macosx-10.9.5/gpatch-3/patch/
H A Derror.h34 # define __format__ format macro
50 __attribute__ ((__format__ (__printf__, 3, 4)));
54 __attribute__ ((__format__ (__printf__, 5, 6)));
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Derror.h30 # define __format__ format macro
44 __attribute__ ((__format__ (__printf__, 3, 4)));
48 __attribute__ ((__format__ (__printf__, 5, 6)));
/macosx-10.9.5/text_cmds-87/sort/
H A Derror.h30 # define __format__ format macro
44 __attribute__ ((__format__ (__printf__, 3, 4)));
48 __attribute__ ((__format__ (__printf__, 5, 6)));
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dformatcheck.h35 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args)))
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dmime-private.h35 __attribute__ ((__format__ (__printf__, 2, 3)));
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dformatcheck.h35 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args)))
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dxmalloc.h25 __attribute__((__format__ (printf, 2, 3)))
/macosx-10.9.5/Libc-997.90.3/include/
H A D_types.h31 __attribute__((__format__ (__strfmon__, fmtarg, firstvararg)))
33 __attribute__((__format__ (__strftime__, fmtarg, 0)))
/macosx-10.9.5/OpenPAM-20/openpam/include/security/
H A Dopenpam_attr.h17 # define OPENPAM_FORMAT(params) __attribute__((__format__ params))
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dlanguage-private.h65 __attribute__ ((__format__ (__printf__, 3, 4)));
67 __attribute__ ((__format__ (__printf__, 2, 3)));
H A Draster-private.h59 __attribute__((__format__(__printf__, 1, 2)));
H A Ddebug-private.h99 __attribute__ ((__format__ (__printf__, 1, 2)));
/macosx-10.9.5/MITKerberosShim-62.1/mittestcc/
H A Dtest_ccapi_log.h14 __attribute__ ((__format__ (__printf__, 3, 4)))
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dcommon_ext.h24 void __db_syserr __P((const ENV *, int, const char *, ...)) __attribute__ ((__format__ (__printf__, 3, 4)));
25 void __db_err __P((const ENV *, int, const char *, ...)) __attribute__ ((__format__ (__printf__, 3, 4)));
26 void __db_errx __P((const ENV *, const char *, ...)) __attribute__ ((__format__ (__printf__, 2, 3)));
29 void __db_msgadd __P((ENV *, DB_MSGBUF *, const char *, ...)) __attribute__ ((__format__ (__printf__, 3, 4)));
31 void __db_msg __P((const ENV *, const char *, ...)) __attribute__ ((__format__ (__printf__, 2, 3)));
/macosx-10.9.5/Libc-997.90.3/os/
H A Dbase.h38 #define __OS_PRINTFLIKE(x,y) __attribute__((__format__(printf,x,y)))
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dattrs.h47 __attribute__((__format__(__printf__,format_idx,arg_idx)))
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dprint_p.h50 __attribute__((__format__(__printf__, fmt, args)))
/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread-debug.h100 __attribute__((__format__ (__printf__, 4, 5)))

Completed in 379 milliseconds

1234