Searched refs:__syslog__ (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/openpam/dist/include/security/ |
H A D | openpam.h | 93 OPENPAM_FORMAT ((__syslog__, 2, 3)) 107 OPENPAM_FORMAT ((__syslog__, 2, 3)) 130 OPENPAM_FORMAT ((__syslog__, 2, 0)) 137 OPENPAM_FORMAT ((__syslog__, 2, 0)) 218 OPENPAM_FORMAT ((__syslog__, 3, 4)) 238 OPENPAM_FORMAT ((__syslog__, 2, 3))
|
/netbsd-src/external/bsd/blocklist/bin/ |
H A D | internal.h | 50 #if !defined(__syslog_attribute__) && !defined(__syslog__) 51 #define __syslog__ __printf__ macro 55 __attribute__((__format__(__syslog__, 2, 3)));
|
/netbsd-src/external/bsd/am-utils/dist/include/ |
H A D | am_utils.h | 56 #if !defined(__syslog_attribute__) && !defined(__syslog__) 57 #define __syslog__ __printf__ macro 331 __attribute__ ((__format__ (__syslog__, 2, 3))); 496 __attribute__ ((__format__ (__syslog__, 1, 2)));
|
/netbsd-src/sys/sys/ |
H A D | cdefs.h | 568 #define __syslog__ __printf__ macro 571 __attribute__((__format__ (__syslog__, fmtarg, firstvararg)))
|