Searched refs:__format__ (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/bsd/sys/ |
| H A D | cdefs.h | 446 __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 D | base.h | 76 #define OS_FORMAT_PRINTF(x, y) __attribute__((__format__(printf,x,y)))
|
| /xnu-11417.140.69/libkern/os/ |
| H A D | base.h | 77 #define OS_FORMAT_PRINTF(x, y) __attribute__((__format__(printf,x,y)))
|
| /xnu-11417.140.69/tools/lldbmacros/core/ |
| H A D | cvalue.py | 423 def __format__(self, format_spec): member in value
|