HomeSort by relevance Sort by last modified time
    Searched refs:__printf__ (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/clang/test/Parser/
cxx-attributes.cpp 5 __attribute__ (( __format__(__printf__,2,3) )) = 0;
7 __attribute__ (( __format__(__printf__,2,3) )) {}
  /external/clang/test/Sema/
block-printf-attribute-1.c 4 void (^b) (int arg, const char * format, ...) __attribute__ ((__format__ (__printf__, 1, 3))) = // expected-error {{format argument not a string type}}
5 ^ __attribute__ ((__format__ (__printf__, 1, 3))) (int arg, const char * format, ...) {}; // expected-error {{format argument not a string type}}
7 void (^z) (int arg, const char * format, ...) __attribute__ ((__format__ (__printf__, 2, 3))) = ^ __attribute__ ((__format__ (__printf__, 2, 3))) (int arg, const char * format, ...) {};
no-format-y2k-turnsoff-format.c 4 void foo(const char *, ...) __attribute__((__format__ (__printf__, 1, 2)));
declspec.c 6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
  /external/bison/src/
complain.h 31 __attribute__ ((__format__ (__printf__, 1, 2)));
34 __attribute__ ((__format__ (__printf__, 2, 3)));
39 __attribute__ ((__format__ (__printf__, 1, 2)));
42 __attribute__ ((__format__ (__printf__, 2, 3)));
47 __attribute__ ((__noreturn__, __format__ (__printf__, 1, 2)));
50 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 3)));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
err.h 36 __attribute__ ((__format__ (__printf__, 1, 2)));
38 __attribute__ ((__format__ (__printf__, 1, 0)));
42 __attribute__ ((__format__ (__printf__, 1, 2)));
44 __attribute__ ((__format__ (__printf__, 1, 0)));
48 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 3)));
50 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 0)));
52 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 3)));
54 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 0)));
error.h 33 __attribute__ ((__format__ (__printf__, 3, 4)));
37 __attribute__ ((__format__ (__printf__, 5, 6)));
argp.h 53 # define __printf__ printf macro
520 __attribute__ ((__format__ (__printf__, 2, 3)));
523 __attribute__ ((__format__ (__printf__, 2, 3)));
536 __attribute__ ((__format__ (__printf__, 4, 5)));
540 __attribute__ ((__format__ (__printf__, 4, 5)));
  /external/bison/lib/
error.h 31 # define __printf__ printf macro
44 __attribute__ ((__format__ (__printf__, 3, 4)));
48 __attribute__ ((__format__ (__printf__, 5, 6)));
  /external/bluetooth/glib/glib/gnulib/
vasnprintf.h 37 # define __printf__ printf macro
53 __attribute__ ((__format__ (__printf__, 3, 4)));
55 __attribute__ ((__format__ (__printf__, 3, 0)));
  /external/e2fsprogs/intl/
vasnprintf.h 37 # define __printf__ printf macro
53 __attribute__ ((__format__ (__printf__, 3, 4)));
55 __attribute__ ((__format__ (__printf__, 3, 0)));
  /ndk/sources/host-tools/sed-4.2.1/lib/
error.h 30 # define __printf__ printf macro
43 __attribute__ ((__format__ (__printf__, 3, 4)));
47 __attribute__ ((__format__ (__printf__, 5, 6)));
stdio.in.h 61 # define __printf__ printf
78 __attribute__ ((__format__ (__printf__, 2, 3)));
83 __attribute__ ((__format__ (__printf__, 2, 3)));
97 __attribute__ ((__format__ (__printf__, 2, 0)));
102 __attribute__ ((__format__ (__printf__, 2, 0)));
115 # define printf __printf__
117 __attribute__ ((__format__ (__printf__, 1, 2)));
121 # define printf __printf__
123 __attribute__ ((__format__ (__printf__, 1, 2)));
134 # define ____printf____ __printf__
    [all...]
  /external/dhcpcd/
logger.h 32 # define _PRINTF_LIKE(_one, _two) __attribute__ ((__format__ (__printf__, _one, _two)))
  /system/core/sh/
output.h 65 __attribute__((__format__(__printf__,2,3)));
67 __attribute__((__format__(__printf__,1,2)));
69 __attribute__((__format__(__printf__,1,2)));
71 __attribute__((__format__(__printf__,3,4)));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syslog.h 26 __attribute__ ((__format__ (__printf__, 3, 4)));
43 __attribute__ ((__format__ (__printf__, 3, 0)));
error.h 28 __attribute__ ((__format__ (__printf__, 3, 4)));
32 __attribute__ ((__noreturn__, __format__ (__printf__, 3, 4)));
52 __attribute__ ((__format__ (__printf__, 5, 6)));
59 __attribute__ ((__noreturn__, __format__ (__printf__, 5, 6)));
  /external/valgrind/main/coregrind/
pub_core_clreq.h 68 __attribute__((format(__printf__, 1, 2), __unused__));
pub_core_debuglog.h 74 __attribute__((format(__printf__, 3, 4)));
  /external/dbus/dbus/
dbus-macros.h 69 __attribute__((__format__ (__printf__, format_idx, arg_idx)))
  /external/ipsec-tools/src/racoon/
plog.h 99 __attribute__ ((__format__ (__printf__, 4, 5)));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
syslog.h 191 __attribute__ ((__format__ (__printf__, 2, 3)));
201 __attribute__ ((__format__ (__printf__, 2, 0)));
  /dalvik/vm/
Misc.h 332 __attribute__((__format__ (__printf__, 1, 2)));
338 __attribute__((__format__ (__printf__, 2, 3)));
  /external/libxml2/include/libxml/
xmlversion.h 433 # define ATTRIBUTE_PRINTF(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xfuncproto.h 83 # define _X_ATTRIBUTE_PRINTF(x,y) __attribute__((__format__(__printf__,x,y)))

Completed in 2743 milliseconds

1 2 3