/third_party/openssl/test/testutil/ |
H A D | output.h | 42 ossl_test__attr__((__format__(ossl_test__printf__, 1, 0))); 44 ossl_test__attr__((__format__(ossl_test__printf__, 1, 0))); 46 ossl_test__attr__((__format__(ossl_test__printf__, 1, 0))); 48 ossl_test__attr__((__format__(ossl_test__printf__, 1, 0))); 57 ossl_test__attr__((__format__(ossl_test__printf__, 1, 2))); 59 ossl_test__attr__((__format__(ossl_test__printf__, 1, 2))); 61 ossl_test__attr__((__format__(ossl_test__printf__, 1, 2))); 63 ossl_test__attr__((__format__(ossl_test__printf__, 1, 2)));
|
/third_party/mesa3d/include/android_stub/android/ |
H A D | log.h | 106 __attribute__((__format__(printf, 3, 4))); 113 __attribute__((__format__(printf, 3, 0))); 132 __attribute__((__noreturn__)) __attribute__((__format__(printf, 3, 4))); 181 __attribute__((__format__(printf, 4, 5)));
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | cdefs.h | 89 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) 90 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) 91 #define __strftimelike(x) __attribute__((__format__(strftime, x, 0)))
|
/third_party/musl/include/sys/linux/ |
H A D | cdefs.h | 89 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) 90 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) 91 #define __strftimelike(x) __attribute__((__format__(strftime, x, 0)))
|
/third_party/python/Lib/test/ |
H A D | test_types.py | 108 self.assertEqual(f.__format__('e'), result) 111 # test all 2 digit exponents, both with __format__ and with 117 self.assertEqual(1.5e100.__format__('e'), '1.500000e+100') 120 self.assertEqual(1.5e101.__format__('e'), '1.500000e+101') 123 self.assertEqual(1.5e-100.__format__('e'), '1.500000e-100') 126 self.assertEqual(1.5e-101.__format__('e'), '1.500000e-101') 231 self.assertEqual(i.__format__(format_spec), result) 356 self.assertRaises(ValueError, 3 .__format__, "1.3") 358 self.assertRaises(ValueError, 3 .__format__, "+c") 360 self.assertRaises(TypeError, 3 .__format__, Non [all...] |
H A D | test_fstring.py | 36 # Make sure __format__ is looked up on the type, not the instance. 38 def __format__(self, spec): member in TestCase.test__format__lookup.X 43 # Add a bound __format__ method to the 'y' instance, but not 46 y.__format__ = types.MethodType(lambda self, spec: 'instance', y) 52 # __format__ is not called this way, but still make sure it 55 self.assertEqual(x.__format__(''), 'class') 56 self.assertEqual(y.__format__(''), 'instance') 58 # This is how __format__ is actually called. 59 self.assertEqual(type(x).__format__(x, ''), 'class') 60 self.assertEqual(type(y).__format__( 648 def __format__(self, spec): global() member in .test_side_effect_order.X 924 def __format__(self, spec): global() member in .test_missing_format_spec.O 1284 def __format__(self, s): global() member in .test_debug_conversion.C [all...] |
/third_party/FreeBSD/sys/sys/ |
H A D | cdefs.h | 507 __attribute__((__format__ (__printf__, fmtarg, firstvararg))) 509 __attribute__((__format__ (__scanf__, fmtarg, firstvararg))) 512 __attribute__((__format__ (__strfmon__, fmtarg, firstvararg))) 514 __attribute__((__format__ (__strftime__, fmtarg, firstvararg))) 521 __attribute__((__format__ (__printf0__, fmtarg, firstvararg)))
|
/third_party/alsa-utils/alsamixer/ |
H A D | mem.h | 9 char *casprintf(const char *fmt, ...) __attribute__((__format__(printf, 1, 2)));
|
/third_party/libusb/windows/ |
H A D | config.h | 134 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b)))
|
/third_party/libusb/darwin/ |
H A D | config.h | 134 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b)))
|
/third_party/libusb/linux/ |
H A D | config.h | 134 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b)))
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
H A D | attributes.h | 88 __attribute__((__format__(__printf__, string_index, first_to_check))) 90 __attribute__((__format__(__scanf__, string_index, first_to_check)))
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | hilog_adapter.h | 51 __attribute__((__format__(os_log, 5, 6)));
|
/third_party/musl/src/internal/ |
H A D | hilog_adapter.h | 64 __attribute__((__format__(os_log, 5, 6)));
|
/third_party/libexif/libexif/ |
H A D | exif-log.h | 93 __attribute__((__format__(printf,4,5)))
|
/third_party/popt/src/ |
H A D | system.h | 66 #define FORMAT(a, b, c) __attribute__((__format__ (a, b, c)))
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bio.h | 753 ossl_bio__attr__((__format__(ossl_bio__printf__, 2, 3))); 755 ossl_bio__attr__((__format__(ossl_bio__printf__, 2, 0))); 757 ossl_bio__attr__((__format__(ossl_bio__printf__, 3, 4))); 759 ossl_bio__attr__((__format__(ossl_bio__printf__, 3, 0)));
|
/third_party/ffmpeg/libavutil/ |
H A D | attributes.h | 161 # define av_printf_format(fmtpos, attrpos) __attribute__((__format__(__printf__, fmtpos, attrpos)))
|
/third_party/mbedtls/include/mbedtls/ |
H A D | debug.h | 87 __attribute__((__format__(gnu_printf, string_index, first_to_check)))
|
/third_party/musl/porting/linux/user/include/fortify/ |
H A D | fortify.h | 74 #define __DIAGNOSE_PRINTFLIKE(x, y) __attribute__((__format__(printf, x, y)))
|
/third_party/musl/include/fortify/linux/ |
H A D | fortify.h | 74 #define __DIAGNOSE_PRINTFLIKE(x, y) __attribute__((__format__(printf, x, y)))
|
/third_party/selinux/libselinux/src/ |
H A D | avc_internal.h | 22 extern void (*avc_func_log) (const char *, ...) __attribute__((__format__(printf,1,2))) ;
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | lib.h | 89 #define FORMAT_ATTR(pos) __attribute__ ((__format__ (__printf__, pos, pos+1)))
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | bio.h | 839 ossl_bio__attr__((__format__(ossl_bio__printf__, 2, 3))); 841 ossl_bio__attr__((__format__(ossl_bio__printf__, 2, 0))); 843 ossl_bio__attr__((__format__(ossl_bio__printf__, 3, 4))); 845 ossl_bio__attr__((__format__(ossl_bio__printf__, 3, 0)));
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | bio.h | 839 ossl_bio__attr__((__format__(ossl_bio__printf__, 2, 3))); 841 ossl_bio__attr__((__format__(ossl_bio__printf__, 2, 0))); 843 ossl_bio__attr__((__format__(ossl_bio__printf__, 3, 4))); 845 ossl_bio__attr__((__format__(ossl_bio__printf__, 3, 0)));
|