HomeSort by: relevance | last modified time | path
    Searched defs:ISC_FORMAT_PRINTF (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/include/isc/
formatcheck.h 21 * ISC_FORMAT_PRINTF().
31 #define ISC_FORMAT_PRINTF(fmt, args) \
34 #define ISC_FORMAT_PRINTF(fmt, args)
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
formatcheck.h 28 * ISC_FORMAT_PRINTF().
37 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args)))
39 #define ISC_FORMAT_PRINTF(fmt, args)
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
formatcheck.h 22 * ISC_FORMAT_PRINTF().
32 #define ISC_FORMAT_PRINTF(fmt, args) \
35 #define ISC_FORMAT_PRINTF(fmt, args)
  /src/lib/libc/include/
port_before.h 3 #define ISC_FORMAT_PRINTF(a,b) __attribute__((__format__(__printf__,a,b)))

Completed in 24 milliseconds