Searched refs:PRINTFLIKE (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | cdefs.h | 133 # ifndef PRINTFLIKE 135 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y))) macro 137 # define PRINTFLIKE(x,y) macro
|
H A D | debug.h | 35 extern void PRINTFLIKE(1, 2)
|
H A D | assert.h | 41 extern SM_DEAD(void PRINTFLIKE(1, 2)
|
H A D | string.h | 28 extern int PRINTFLIKE(3, 4)
|
H A D | io.h | 277 int PRINTFLIKE(3, 4)
|
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 120 NOTE(PRINTFLIKE(1)) 836 NOTE(PRINTFLIKE(2)) 880 NOTE(PRINTFLIKE(1)) 891 NOTE(PRINTFLIKE(1)) 922 NOTE(PRINTFLIKE(1)) 933 NOTE(PRINTFLIKE(1)) 969 NOTE(PRINTFLIKE(1)) 980 NOTE(PRINTFLIKE(1)) 1000 NOTE(PRINTFLIKE(2))
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | sendmail.h | 2405 extern void PRINTFLIKE(1, 2) message __P((const char *, ...)); 2406 extern void PRINTFLIKE(1, 2) nmessage __P((const char *, ...)); 2407 extern void PRINTFLIKE(1, 2) syserr __P((const char *, ...)); 2408 extern void PRINTFLIKE(2, 3) usrerrenh __P((char *, const char *, ...)); 2409 extern void PRINTFLIKE(1, 2) usrerr __P((const char *, ...)); 2424 extern void PRINTFLIKE(3, 4) sm_syslog __P((int, const char *, const char *, ...));
|
/titanic_41/usr/src/cmd/idmap/idmapd/ |
H A D | server.c | 1323 NOTE(PRINTFLIKE(1))
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README.v6 | 1023 - dhcpmsg.h lacks PRINTFLIKE for dhcpmsg(); add it.
|