Home
last modified time | relevance | path

Searched refs:PRINTFLIKE (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/include/sm/
H A Dcdefs.h133 # ifndef PRINTFLIKE
135 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y))) macro
137 # define PRINTFLIKE(x,y) macro
H A Ddebug.h35 extern void PRINTFLIKE(1, 2)
H A Dassert.h41 extern SM_DEAD(void PRINTFLIKE(1, 2)
H A Dstring.h28 extern int PRINTFLIKE(3, 4)
H A Dio.h277 int PRINTFLIKE(3, 4)
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c120 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 Dsendmail.h2405 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 Dserver.c1323 NOTE(PRINTFLIKE(1))
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v61023 - dhcpmsg.h lacks PRINTFLIKE for dhcpmsg(); add it.