HomeSort by: relevance | last modified time | path
    Searched refs:gnu_printf (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/nsd/dist/simdzone/include/zone/
attributes.h 41 zone_format((gnu_printf, string_index, first_to_check))
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-common.h 33 #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
35 #define GNU_PRINTF(M, N)
176 GNU_PRINTF(2, 3);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-common.h 33 #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
35 #define GNU_PRINTF(M, N)
176 GNU_PRINTF(2, 3);
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_macros.h 108 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
jemalloc.h 17 /* Defined if format(gnu_printf, ...) attribute is supported. */
232 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_macros.h 109 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
jemalloc.h 14 /* Defined if format(gnu_printf, ...) attribute is supported. */
247 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_macros.h 109 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
jemalloc.h 14 /* Defined if format(gnu_printf, ...) attribute is supported. */
247 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 34 # define gfc_printf gnu_printf
155 __attribute__ ((format (gnu_printf, 3, 4)));
  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 34 # define gfc_printf gnu_printf
155 __attribute__ ((format (gnu_printf, 3, 4)));
  /src/external/bsd/jemalloc.old/dist/
configure 9225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether format(gnu_printf, ...) attribute is compilable" >&5
9226 $as_echo_n "checking whether format(gnu_printf, ...) attribute is compilable... " >&6; }
9236 void *foo(const char *format, ...) __attribute__((format(gnu_printf, 1, 2)));
  /src/external/bsd/jemalloc/dist/
configure 9521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether format(gnu_printf, ...) attribute is compilable" >&5
9522 $as_echo_n "checking whether format(gnu_printf, ...) attribute is compilable... " >&6; }
9532 void *foo(const char *format, ...) __attribute__((format(gnu_printf, 1, 2)));

Completed in 180 milliseconds