Searched refs:SM_UNUSED (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/sendmail/include/sm/os/
H A Dsm_os_next.h24 #define SM_UNUSED(decl) decl macro
/freebsd-11.0-release/contrib/sendmail/include/sm/
H A Dcdefs.h82 ** Define SM_UNUSED, a macro used to declare variables that may be unused.
85 # ifndef SM_UNUSED
88 # define SM_UNUSED(decl) decl macro
90 # define SM_UNUSED(decl) decl __attribute__((__unused__)) macro
93 # define SM_UNUSED(decl) decl macro
95 # endif /* SM_UNUSED */
H A Dgen.h33 # define SM_RCSID(str) SM_UNUSED(static const char RcsId[]) = str;
34 # define SM_IDSTR(id,str) SM_UNUSED(static const char id[]) = str;
H A Dexc.h170 SM_UNUSED(SM_EXC_T *e) = _h.eh_value;
/freebsd-11.0-release/contrib/sendmail/editmap/
H A Deditmap.c16 SM_UNUSED(static char copyright[]) =
25 SM_UNUSED(static char id[]) = "@(#)$Id: editmap.c,v 1.26 2013-11-22 20:51:26 ca Exp $";
/freebsd-11.0-release/contrib/sendmail/src/
H A Dusersmtp.c1075 SM_UNUSED(void *context);
1273 SM_UNUSED(void *context);
H A Dmain.c21 SM_UNUSED(static char copyright[]) =
H A Dsendmail.h55 SM_UNUSED(static char SmailId[]) = "@(#)$Id: sendmail.h,v 8.1104 2013-11-22 20:51:56 ca Exp $";
H A Dconf.c2078 SM_UNUSED(static char rcsid[]) = "@(#)$OrigId: getloadavg.c,v 1.16 1991/06/21 12:51:15 paul Exp $";

Completed in 135 milliseconds