Home
last modified time | relevance | path

Searched refs:__format__ (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/bsd/sys/
H A Dcdefs.h446 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
448 __attribute__((__format__ (__printf0__, fmtarg, firstvararg)))
450 __attribute__((__format__ (__scanf__, fmtarg, firstvararg)))
452 __attribute__((__format__ (__os_log__, fmtarg, firstvararg)))
/xnu-11417.140.69/EXTERNAL_HEADERS/image4/shim/
H A Dbase.h76 #define OS_FORMAT_PRINTF(x, y) __attribute__((__format__(printf,x,y)))
/xnu-11417.140.69/libkern/os/
H A Dbase.h77 #define OS_FORMAT_PRINTF(x, y) __attribute__((__format__(printf,x,y)))
/xnu-11417.140.69/tools/lldbmacros/core/
H A Dcvalue.py423 def __format__(self, format_spec): member in value