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

1 2

  /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)));
system.h 105 # define __printf__ printf macro
  /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)));
stdio.h 363 __THROW __attribute__ ((__format__ (__printf__, 3, 4)));
367 __THROW __attribute__ ((__format__ (__printf__, 3, 0)));
376 __THROW __attribute__ ((__format__ (__printf__, 2, 0))) __wur;
379 __THROW __attribute__ ((__format__ (__printf__, 2, 3))) __wur;
382 __THROW __attribute__ ((__format__ (__printf__, 2, 3))) __wur;
392 __attribute__ ((__format__ (__printf__, 2, 0)));
394 __attribute__ ((__format__ (__printf__, 2, 3)));
870 __THROW __attribute__ ((__format__ (__printf__, 2, 3)));
874 __THROW __attribute__ ((__format__ (__printf__, 2, 0)));
  /external/bison/lib/
error.h 31 # define __printf__ printf macro
44 __attribute__ ((__format__ (__printf__, 3, 4)));
48 __attribute__ ((__format__ (__printf__, 5, 6)));
error.c 67 __attribute__ ((__format__ (__printf__, 3, 4)));
71 __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)));
  /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/qemu/
qjson.h 23 __attribute__((__format__ (__printf__, 1, 2)));
monitor.h 25 __attribute__ ((__format__ (__printf__, 2, 3)));
  /external/ipsec-tools/src/racoon/
plog.h 98 __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)));
  /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)))
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
ansidecl.h 307 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
335 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
ansidecl.h 307 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
335 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
ansidecl.h 307 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
335 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
  /external/clearsilver/util/
neo_misc.h 61 #define ATTRIBUTE_PRINTF(a1,a2) __attribute__((__format__ (__printf__, a1, a2)))
  /external/qemu/audio/
audio_int.h 238 #define GCC_ATTR __attribute__ ((__unused__, __format__ (__printf__, 1, 2)))
240 #define GCC_FMT_ATTR(n, m) __attribute__ ((__format__ (__printf__, n, m)))

Completed in 1561 milliseconds

1 2