Searched defs:__P (Results 1 - 3 of 3) sorted by relevance

/sendmail/include/sm/
H A Dcdefs.h46 # ifndef __P
47 # define __P(protos) protos macro
48 # endif /* __P */
52 # define __P(protos) () macro
/sendmail/include/libmilter/
H A Dmfapi.h80 # define SM__P(X) __P(X)
83 /* Some platforms don't define __P -- do it for them here: */
84 #ifndef __P
86 # define __P(X) X macro
88 # define __P(X) () macro
90 #endif /* __P */
167 LIBMILTER_API int smfi_opensocket __P((bool));
168 LIBMILTER_API int smfi_register __P((struct smfiDesc));
169 LIBMILTER_API int smfi_main __P((void));
170 LIBMILTER_API int smfi_setbacklog __P((in
[all...]
/sendmail/sendmail/
H A Dconf.c46 static void setupmaps __P((void));
47 static void setupmailers __P((void));
48 static void setupqueues __P((void));
49 static int get_num_procs_online __P((void));
50 static int add_hostnames __P((SOCKADDR *));
53 static struct hostent *sm_getipnodebyname __P((const char *, int, int, int *));
54 static struct hostent *sm_getipnodebyaddr __P((const void *, size_t, int, int *));
474 extern bool parse __P((MAP *, char *)); \
475 extern bool open __P((MAP *, int)); \
476 extern void close __P((MA
4743 # undef __P macro
[all...]

Completed in 14 milliseconds