HomeSort by relevance Sort by last modified time
    Searched defs:PRINTFLIKE (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
funcattrs.h 89 * PRINTFLIKE(x,y), after a function declaration, means "this function
103 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y)))
105 #define PRINTFLIKE(x,y)
  /external/mesa3d/src/util/
macros.h 128 #define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a)))
130 #define PRINTFLIKE(f, a)

Completed in 69 milliseconds